Skip to content

Commit

Permalink
fix(deps): update dependency @google-cloud/pubsub to v2 (#1827)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @google-cloud/pubsub to v2

* Hold back with update in appengine/pubsub

Co-authored-by: Ace Nassri <[email protected]>
Co-authored-by: F. Hinkelmann <[email protected]>
  • Loading branch information
3 people authored May 27, 2020
1 parent 2b1eca8 commit dc12c85
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion healthcare/dicom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "mocha system-test/*.test.js --timeout=60000"
},
"devDependencies": {
"@google-cloud/pubsub": "^1.0.0",
"@google-cloud/pubsub": "^2.0.0",
"@google-cloud/storage": "^5.0.0",
"mocha": "^7.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion healthcare/fhir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "mocha system-test/*.test.js --timeout=60000"
},
"devDependencies": {
"@google-cloud/pubsub": "^1.0.0",
"@google-cloud/pubsub": "^2.0.0",
"@google-cloud/storage": "^5.0.0",
"mocha": "^7.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion healthcare/hl7v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "mocha system-test/*.test.js --timeout=60000"
},
"devDependencies": {
"@google-cloud/pubsub": "^1.0.0",
"@google-cloud/pubsub": "^2.0.0",
"mocha": "^7.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion iot/http_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"yargs": "^15.0.0"
},
"devDependencies": {
"@google-cloud/pubsub": "^1.0.0",
"@google-cloud/pubsub": "^2.0.0",
"googleapis": "^51.0.0",
"mocha": "^7.0.0",
"uuid": "^8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion iot/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@google-cloud/iot": "^2.0.0",
"@google-cloud/pubsub": "^1.2.0",
"@google-cloud/pubsub": "^2.0.0",
"googleapis": "^51.0.0",
"yargs": "^15.1.0"
},
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 @@ -23,7 +23,7 @@
"yargs": "^15.0.0"
},
"devDependencies": {
"@google-cloud/pubsub": "^1.0.0",
"@google-cloud/pubsub": "^2.0.0",
"mocha": "^7.0.0",
"uuid": "^8.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion iot/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"node": ">=10.0.0"
},
"dependencies": {
"@google-cloud/pubsub": "^1.0.0"
"@google-cloud/pubsub": "^2.0.0"
}
}

0 comments on commit dc12c85

Please sign in to comment.