Skip to content

Commit

Permalink
fix(deps): update dependency @google-cloud/firestore to v3 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 25, 2020
1 parent 16e96fd commit d3486da
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion background/function/package.json
Expand Up @@ -6,7 +6,7 @@
"author": "Google LLC",
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/firestore": "^2.3.0",
"@google-cloud/firestore": "^3.0.0",
"@google-cloud/translate": "^4.1.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion background/server/package.json
Expand Up @@ -10,7 +10,7 @@
"author": "Google LLC",
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/firestore": "^2.3.0",
"@google-cloud/firestore": "^3.0.0",
"@google-cloud/pubsub": "^0.32.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion bookshelf/package.json
Expand Up @@ -14,7 +14,7 @@
"test": "mocha --exit **/*.test.js"
},
"dependencies": {
"@google-cloud/firestore": "^1.0.0",
"@google-cloud/firestore": "^3.0.0",
"@google-cloud/storage": "^1.7.0",
"body-parser": "^1.18.3",
"express": "^4.16.4",
Expand Down
2 changes: 1 addition & 1 deletion sessions/package.json
Expand Up @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/connect-firestore": "^1.0.3",
"@google-cloud/firestore": "^2.0.0",
"@google-cloud/firestore": "^3.0.0",
"express": "^4.17.1",
"express-session": "^1.16.2"
},
Expand Down

0 comments on commit d3486da

Please sign in to comment.