Skip to content

Commit

Permalink
feat: support firebase v11
Browse files Browse the repository at this point in the history
  • Loading branch information
andipaetzold committed Oct 23, 2024
1 parent 07561b2 commit 7dad34e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"lint-staged": "lint-staged"
},
"peerDependencies": {
"firebase": "^10.5.0",
"firebase": "^10.5.0 || ^11.0.0",
"react": ">=16.8.0"
},
"lint-staged": {
Expand Down

0 comments on commit 7dad34e

Please sign in to comment.