Skip to content

Commit 8ddf530

Browse files
Update dependency @google-cloud/firestore to v7 (GoogleCloudPlatform#3550)
Co-authored-by: Patti Shin <pattishin@users.noreply.github.com>
1 parent d0ede92 commit 8ddf530

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

functions/firebase/helloFirestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"sinon": "^16.0.0"
2222
},
2323
"dependencies": {
24-
"@google-cloud/firestore": "^6.0.0"
24+
"@google-cloud/firestore": "^7.0.0"
2525
}
2626
}

functions/firebase/makeUpperCase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"sinon": "^16.0.0"
2222
},
2323
"dependencies": {
24-
"@google-cloud/firestore": "^6.0.0"
24+
"@google-cloud/firestore": "^7.0.0"
2525
}
2626
}

functions/firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"uuid": "^9.0.0"
2020
},
2121
"dependencies": {
22-
"@google-cloud/firestore": "^6.0.0"
22+
"@google-cloud/firestore": "^7.0.0"
2323
}
2424
}

functions/v2/firebase/firestore/makeUpperCase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"sinon": "^16.0.0"
2222
},
2323
"dependencies": {
24-
"@google-cloud/firestore": "^6.0.0",
24+
"@google-cloud/firestore": "^7.0.0",
2525
"@google-cloud/functions-framework": "^3.1.3",
2626
"protobufjs": "^7.2.3"
2727
}

0 commit comments

Comments
 (0)