Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency @google-cloud/firestore to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 9, 2021
1 parent 458b25c commit e2ca1fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"repository": "googleapis/nodejs-firestore-session",
"peerDependencies": {
"@google-cloud/firestore": "^4.0.0"
"@google-cloud/firestore": "^5.0.0"
},
"bugs": {
"url": "https://github.com/googleapis/nodejs-firestore-session/issues"
Expand All @@ -38,7 +38,7 @@
},
"devDependencies": {
"@compodoc/compodoc": "^1.1.9",
"@google-cloud/firestore": "^4.0.0",
"@google-cloud/firestore": "^5.0.0",
"@types/express-session": "^1.17.3",
"@types/mocha": "^8.0.0",
"c8": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@google-cloud/connect-firestore": "^2.0.2",
"@google-cloud/firestore": "^4.0.0",
"@google-cloud/firestore": "^5.0.0",
"express": "^4.16.4",
"express-session": "^1.15.6"
},
Expand Down

0 comments on commit e2ca1fd

Please sign in to comment.