Skip to content

Commit 4a46b03

Browse files
renovate-botfhinkel
authored andcommitted
Update dependency @google-cloud/connect-datastore to v3 (GoogleCloudPlatform#305)
1 parent 51c74dc commit 4a46b03

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

4-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"e2e": "repo-tools test deploy && E2E_TESTS=True ava -t 30s --tap test/*.test.js"
2929
},
3030
"dependencies": {
31-
"@google-cloud/connect-datastore": "^2.0.1",
31+
"@google-cloud/connect-datastore": "^3.0.0",
3232
"@google-cloud/datastore": "^4.0.0",
3333
"@google-cloud/storage": "^1.7.0",
3434
"body-parser": "^1.18.3",

5-logging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"e2e": "repo-tools test deploy && E2E_TESTS=True ava -t 30s --tap test/*.test.js"
2929
},
3030
"dependencies": {
31-
"@google-cloud/connect-datastore": "^2.0.1",
31+
"@google-cloud/connect-datastore": "^3.0.0",
3232
"@google-cloud/datastore": "^4.0.0",
3333
"@google-cloud/debug-agent": "^3.0.1",
3434
"@google-cloud/logging-winston": "^0.11.0",

6-pubsub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"e2e": "repo-tools test deploy && repo-tools test deploy --yaml worker.yaml && E2E_TESTS=True ava -t 30s --tap test/*.test.js"
2929
},
3030
"dependencies": {
31-
"@google-cloud/connect-datastore": "^2.0.1",
31+
"@google-cloud/connect-datastore": "^3.0.0",
3232
"@google-cloud/datastore": "^4.0.0",
3333
"@google-cloud/debug-agent": "^3.0.1",
3434
"@google-cloud/logging-winston": "^0.11.0",

7-gce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"license": "Apache-2.0",
2828
"dependencies": {
29-
"@google-cloud/connect-datastore": "^2.0.1",
29+
"@google-cloud/connect-datastore": "^3.0.0",
3030
"@google-cloud/datastore": "^4.0.0",
3131
"@google-cloud/debug-agent": "^3.0.1",
3232
"@google-cloud/logging-winston": "^0.11.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test": "npm run lint && npm run ava"
1717
},
1818
"dependencies": {
19-
"@google-cloud/connect-datastore": "^2.0.1",
19+
"@google-cloud/connect-datastore": "^3.0.0",
2020
"@google-cloud/datastore": "^4.0.0",
2121
"@google-cloud/debug-agent": "^3.0.0",
2222
"@google-cloud/logging-winston": "^0.11.0",

0 commit comments

Comments
 (0)