From 4a46b03dee9fca10799bd222440d76b2120449cf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 29 May 2019 23:21:19 +0200 Subject: [PATCH] Update dependency @google-cloud/connect-datastore to v3 (#305) --- 4-auth/package.json | 2 +- 5-logging/package.json | 2 +- 6-pubsub/package.json | 2 +- 7-gce/package.json | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/4-auth/package.json b/4-auth/package.json index 5a94e2511..439a18ecd 100644 --- a/4-auth/package.json +++ b/4-auth/package.json @@ -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", diff --git a/5-logging/package.json b/5-logging/package.json index e36f7d809..86916fbae 100644 --- a/5-logging/package.json +++ b/5-logging/package.json @@ -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", diff --git a/6-pubsub/package.json b/6-pubsub/package.json index b318dba69..9d7f78858 100644 --- a/6-pubsub/package.json +++ b/6-pubsub/package.json @@ -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", diff --git a/7-gce/package.json b/7-gce/package.json index abd1367c1..363633e26 100644 --- a/7-gce/package.json +++ b/7-gce/package.json @@ -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", diff --git a/package.json b/package.json index 02cf913c8..afc82540c 100644 --- a/package.json +++ b/package.json @@ -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",