Skip to content

Commit

Permalink
feat: support latest firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Dec 18, 2024
1 parent c33617d commit 062c044
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
},
"peerDependencies": {
"@firebase/app-types": ">=0.8.1",
"firebase": "^9.0.0 || ^10.0.0",
"firebase-admin": "^11.3.0 || ^12.2.0",
"firebase-functions": "^4.1.0 || ^5.0.0",
"firebase": "^9.0.0 || ^10.0.0 || ^11.1.0",
"firebase-admin": "^11.3.0 || ^12.2.0 || ^13.0.1",
"firebase-functions": "^4.1.0 || ^5.0.0 || ^6.1.2",
"vuefire": ">=3.2.1-beta.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 062c044

Please sign in to comment.