Skip to content

Commit

Permalink
Update package.json to allow firebase-admin 13.x in peer-deps
Browse files Browse the repository at this point in the history
Co-authored-by: Dennis Kugelmann <[email protected]>
  • Loading branch information
Berlioz and IchordeDionysos authored Dec 18, 2024
1 parent c4938cd commit feba5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"typescript": "^4.2.5"
},
"peerDependencies": {
"firebase-admin": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0",
"firebase-admin": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
"firebase-functions": ">=4.9.0",
"jest": ">=28.0.0"
},
Expand Down

0 comments on commit feba5cf

Please sign in to comment.