Skip to content

Commit

Permalink
fix(deps): update dependency @google-cloud/datastore to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 15, 2019
1 parent 5ca52b1 commit b49fc07
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 2-structured-data/package.json
Expand Up @@ -30,7 +30,7 @@
"init-cloudsql": "node books/model-cloudsql.js"
},
"dependencies": {
"@google-cloud/datastore": "2.0.0",
"@google-cloud/datastore": "3.1.0",
"body-parser": "1.18.3",
"express": "4.16.4",
"lodash": "4.17.11",
Expand Down
2 changes: 1 addition & 1 deletion 3-binary-data/package.json
Expand Up @@ -30,7 +30,7 @@
"init-cloudsql": "node books/model-cloudsql.js"
},
"dependencies": {
"@google-cloud/datastore": "2.0.0",
"@google-cloud/datastore": "3.1.0",
"@google-cloud/storage": "1.7.0",
"body-parser": "1.18.3",
"express": "4.16.4",
Expand Down
2 changes: 1 addition & 1 deletion 4-auth/package.json
Expand Up @@ -30,7 +30,7 @@
"init-cloudsql": "node books/model-cloudsql.js"
},
"dependencies": {
"@google-cloud/datastore": "2.0.0",
"@google-cloud/datastore": "3.1.0",
"@google-cloud/storage": "1.7.0",
"body-parser": "1.18.3",
"connect-memjs": "0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion 5-logging/package.json
Expand Up @@ -30,7 +30,7 @@
"init-cloudsql": "node books/model-cloudsql.js"
},
"dependencies": {
"@google-cloud/datastore": "1.4.2",
"@google-cloud/datastore": "3.1.0",
"@google-cloud/debug-agent": "3.0.1",
"@google-cloud/logging-winston": "^0.8.1",
"@google-cloud/storage": "1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion 6-pubsub/package.json
Expand Up @@ -30,7 +30,7 @@
"init-cloudsql": "node books/model-cloudsql.js"
},
"dependencies": {
"@google-cloud/datastore": "1.4.2",
"@google-cloud/datastore": "3.1.0",
"@google-cloud/debug-agent": "3.0.1",
"@google-cloud/logging-winston": "^0.8.1",
"@google-cloud/pubsub": "^0.24.0",
Expand Down
2 changes: 1 addition & 1 deletion 7-gce/package.json
Expand Up @@ -26,7 +26,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/datastore": "1.4.2",
"@google-cloud/datastore": "3.1.0",
"@google-cloud/debug-agent": "3.0.1",
"@google-cloud/logging-winston": "^0.8.1",
"@google-cloud/pubsub": "^0.24.0",
Expand Down
2 changes: 1 addition & 1 deletion optional-kubernetes-engine/package.json
Expand Up @@ -30,7 +30,7 @@
"init-cloudsql": "node books/model-cloudsql.js"
},
"dependencies": {
"@google-cloud/datastore": "2.0.0",
"@google-cloud/datastore": "3.1.0",
"@google-cloud/debug-agent": "3.0.1",
"@google-cloud/logging-winston": "^0.8.1",
"@google-cloud/pubsub": "^0.24.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"e2e": "mocha test/e2e.js -t 1800000"
},
"dependencies": {
"@google-cloud/datastore": "^2.0.0",
"@google-cloud/datastore": "^3.0.0",
"@google-cloud/debug-agent": "^3.0.0",
"@google-cloud/logging-winston": "^0.10.0",
"@google-cloud/pubsub": "^0.24.0",
Expand Down

0 comments on commit b49fc07

Please sign in to comment.