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/pubsub to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 27, 2022
1 parent 1efe654 commit 23fd980
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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 @@ -20,7 +20,7 @@
},
"dependencies": {
"@google-cloud/iot": "^2.0.0",
"@google-cloud/pubsub": "^2.0.0",
"@google-cloud/pubsub": "^3.0.0",
"@google-cloud/storage": "^5.0.0",
"yargs": "^16.0.0",
"jsonwebtoken": "^8.5.1",
Expand Down
2 changes: 1 addition & 1 deletion samples/http_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"yargs": "^16.0.0"
},
"devDependencies": {
"@google-cloud/pubsub": "^2.0.0",
"@google-cloud/pubsub": "^3.0.0",
"mocha": "^8.1.1",
"uuid": "^8.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 @@ -20,7 +20,7 @@
},
"dependencies": {
"@google-cloud/iot": "^2.0.0",
"@google-cloud/pubsub": "^2.0.0",
"@google-cloud/pubsub": "^3.0.0",
"yargs": "^16.0.0"
},
"devDependencies": {
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 @@ -20,7 +20,7 @@
},
"dependencies": {
"@google-cloud/iot": "^2.0.0",
"@google-cloud/pubsub": "^2.0.0",
"@google-cloud/pubsub": "^3.0.0",
"jsonwebtoken": "^8.5.0",
"mqtt": "^4.0.0",
"yargs": "^16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@google-cloud/iot": "^2.5.1",
"@google-cloud/pubsub": "^2.0.0",
"@google-cloud/pubsub": "^3.0.0",
"@google-cloud/storage": "^5.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion samples/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"node": ">=8.0.0"
},
"dependencies": {
"@google-cloud/pubsub": "^2.0.0"
"@google-cloud/pubsub": "^3.0.0"
}
}

0 comments on commit 23fd980

Please sign in to comment.