Skip to content

Commit

Permalink
Update dependency @google-cloud/connect-datastore to v3 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and fhinkel committed May 29, 2019
1 parent 51c74dc commit 4a46b03
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 4-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"e2e": "repo-tools test deploy && E2E_TESTS=True ava -t 30s --tap test/*.test.js"
},
"dependencies": {
"@google-cloud/connect-datastore": "^2.0.1",
"@google-cloud/connect-datastore": "^3.0.0",
"@google-cloud/datastore": "^4.0.0",
"@google-cloud/storage": "^1.7.0",
"body-parser": "^1.18.3",
Expand Down
2 changes: 1 addition & 1 deletion 5-logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"e2e": "repo-tools test deploy && E2E_TESTS=True ava -t 30s --tap test/*.test.js"
},
"dependencies": {
"@google-cloud/connect-datastore": "^2.0.1",
"@google-cloud/connect-datastore": "^3.0.0",
"@google-cloud/datastore": "^4.0.0",
"@google-cloud/debug-agent": "^3.0.1",
"@google-cloud/logging-winston": "^0.11.0",
Expand Down
2 changes: 1 addition & 1 deletion 6-pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"e2e": "repo-tools test deploy && repo-tools test deploy --yaml worker.yaml && E2E_TESTS=True ava -t 30s --tap test/*.test.js"
},
"dependencies": {
"@google-cloud/connect-datastore": "^2.0.1",
"@google-cloud/connect-datastore": "^3.0.0",
"@google-cloud/datastore": "^4.0.0",
"@google-cloud/debug-agent": "^3.0.1",
"@google-cloud/logging-winston": "^0.11.0",
Expand Down
2 changes: 1 addition & 1 deletion 7-gce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/connect-datastore": "^2.0.1",
"@google-cloud/connect-datastore": "^3.0.0",
"@google-cloud/datastore": "^4.0.0",
"@google-cloud/debug-agent": "^3.0.1",
"@google-cloud/logging-winston": "^0.11.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "npm run lint && npm run ava"
},
"dependencies": {
"@google-cloud/connect-datastore": "^2.0.1",
"@google-cloud/connect-datastore": "^3.0.0",
"@google-cloud/datastore": "^4.0.0",
"@google-cloud/debug-agent": "^3.0.0",
"@google-cloud/logging-winston": "^0.11.0",
Expand Down

0 comments on commit 4a46b03

Please sign in to comment.