Skip to content

Commit 1066b53

Browse files
nohe427taeold
andauthoredJan 3, 2024
Update the supported Admin SDK version to include v12 (#1509)
* update admin sdk version * Add changelog. --------- Co-authored-by: Daniel Lee <taeold@gmail.com>
1 parent a64fd48 commit 1066b53

File tree

3 files changed

+446
-400
lines changed

3 files changed

+446
-400
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
- Wrap 2nd gen onCall functions with trace context. (#1491)
2+
- Bump peer depdencies for firebase-admin to support 12.0.0. (#1509)

‎package-lock.json

+443-398
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
"eslint-config-prettier": "^8.3.0",
226226
"eslint-plugin-jsdoc": "^39.2.9",
227227
"eslint-plugin-prettier": "^4.0.0",
228-
"firebase-admin": "^11.8.0",
228+
"firebase-admin": "^12.0.0",
229229
"js-yaml": "^3.13.1",
230230
"jsdom": "^16.2.1",
231231
"jsonwebtoken": "^9.0.0",
@@ -245,7 +245,7 @@
245245
"yargs": "^15.3.1"
246246
},
247247
"peerDependencies": {
248-
"firebase-admin": "^10.0.0 || ^11.0.0"
248+
"firebase-admin": "^10.0.0 || ^11.0.0 || ^12.0.0"
249249
},
250250
"engines": {
251251
"node": ">=14.10.0"

0 commit comments

Comments
 (0)
Please sign in to comment.