Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
fix(deps): update dependency @google-cloud/iot to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 6, 2022
1 parent 194767d commit 285bc78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/access_token_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "mocha --timeout=600000"
},
"dependencies": {
"@google-cloud/iot": "^2.0.0",
"@google-cloud/iot": "^3.0.0",
"@google-cloud/pubsub": "^3.0.0",
"@google-cloud/storage": "^6.0.0",
"yargs": "^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "mocha --timeout=600000"
},
"dependencies": {
"@google-cloud/iot": "^2.0.0",
"@google-cloud/iot": "^3.0.0",
"@google-cloud/pubsub": "^3.0.0",
"yargs": "^16.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion samples/mqtt_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "mocha --timeout=600000"
},
"dependencies": {
"@google-cloud/iot": "^2.0.0",
"@google-cloud/iot": "^3.0.0",
"@google-cloud/pubsub": "^3.0.0",
"jsonwebtoken": "^8.5.0",
"mqtt": "^4.0.0",
Expand Down

0 comments on commit 285bc78

Please sign in to comment.