Skip to content

Commit

Permalink
fix(deps): update dependency mqtt to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 29, 2019
1 parent c00c94f commit 684ca41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iot/beta-features/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"googleapis": "^40.0.0",
"jsonwebtoken": "^8.3.0",
"mqtt": "^2.18.8",
"mqtt": "^3.0.0",
"yargs": "^13.2.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion iot/mqtt_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@google-cloud/iot": "^0.2.0",
"jsonwebtoken": "^8.5.0",
"mqtt": "^2.18.8",
"mqtt": "^3.0.0",
"yargs": "^13.2.2"
},
"devDependencies": {
Expand Down

0 comments on commit 684ca41

Please sign in to comment.