Skip to content

Commit

Permalink
fix(deps): update dependency @google-cloud/datastore to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 5, 2020
1 parent e23fce2 commit c134cd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appengine/datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "npm run system-test"
},
"dependencies": {
"@google-cloud/datastore": "^5.0.0",
"@google-cloud/datastore": "^6.0.0",
"express": "^4.16.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion datastore/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha test/*.test.js --timeout=5000"
},
"dependencies": {
"@google-cloud/datastore": "^5.0.0",
"@google-cloud/datastore": "^6.0.0",
"is-reachable": "^4.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit c134cd2

Please sign in to comment.