Skip to content

Commit 709c2c0

Browse files
renovate[bot]fhinkel
authored andcommitted
fix(deps): update dependency @google-cloud/datastore to v4 (GoogleCloudPlatform#300)
1 parent de8b22b commit 709c2c0

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

2-structured-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"cover": "nyc --cache npm test; nyc report --reporter=html"
3030
},
3131
"dependencies": {
32-
"@google-cloud/datastore": "^3.1.0",
32+
"@google-cloud/datastore": "^4.0.0",
3333
"body-parser": "1.19.0",
3434
"express": "^4.16.4",
3535
"lodash": "^4.17.11",

3-binary-data/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/datastore": "^3.1.0",
31+
"@google-cloud/datastore": "^4.0.0",
3232
"@google-cloud/storage": "^1.7.0",
3333
"body-parser": "^1.18.3",
3434
"express": "^4.16.4",

4-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@google-cloud/connect-datastore": "^2.0.1",
32-
"@google-cloud/datastore": "^3.1.0",
32+
"@google-cloud/datastore": "^4.0.0",
3333
"@google-cloud/storage": "^1.7.0",
3434
"body-parser": "^1.18.3",
3535
"express": "^4.16.4",

5-logging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@google-cloud/connect-datastore": "^2.0.1",
32-
"@google-cloud/datastore": "^3.1.0",
32+
"@google-cloud/datastore": "^4.0.0",
3333
"@google-cloud/debug-agent": "^3.0.1",
3434
"@google-cloud/logging-winston": "^0.11.0",
3535
"@google-cloud/storage": "^1.6.0",

6-pubsub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@google-cloud/connect-datastore": "^2.0.1",
32-
"@google-cloud/datastore": "^3.1.0",
32+
"@google-cloud/datastore": "^4.0.0",
3333
"@google-cloud/debug-agent": "^3.0.1",
3434
"@google-cloud/logging-winston": "^0.11.0",
3535
"@google-cloud/pubsub": "^0.29.0",

7-gce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"license": "Apache-2.0",
2828
"dependencies": {
2929
"@google-cloud/connect-datastore": "^2.0.1",
30-
"@google-cloud/datastore": "^3.1.1",
30+
"@google-cloud/datastore": "^4.0.0",
3131
"@google-cloud/debug-agent": "^3.0.1",
3232
"@google-cloud/logging-winston": "^0.11.0",
3333
"@google-cloud/pubsub": "^0.29.0",

optional-kubernetes-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"init-cloudsql": "node books/model-cloudsql.js"
3131
},
3232
"dependencies": {
33-
"@google-cloud/datastore": "^3.1.0",
33+
"@google-cloud/datastore": "^4.0.0",
3434
"@google-cloud/debug-agent": "^3.0.1",
3535
"@google-cloud/logging-winston": "^0.11.0",
3636
"@google-cloud/pubsub": "^0.29.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@google-cloud/connect-datastore": "^2.0.1",
20-
"@google-cloud/datastore": "^3.1.0",
20+
"@google-cloud/datastore": "^4.0.0",
2121
"@google-cloud/debug-agent": "^3.0.0",
2222
"@google-cloud/logging-winston": "^0.11.0",
2323
"@google-cloud/pubsub": "^0.29.0",

0 commit comments

Comments
 (0)