Skip to content

Commit

Permalink
feat: upgrade firebase support
Browse files Browse the repository at this point in the history
Close #1554
  • Loading branch information
posva committed Jul 13, 2024
1 parent 57fb395 commit 20f7cc3
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 28 deletions.
6 changes: 3 additions & 3 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"peerDependencies": {
"@firebase/app-types": ">=0.8.1",
"firebase": "^9.0.0 || ^10.0.0",
"firebase-admin": "^11.3.0",
"firebase-functions": "^4.1.0",
"firebase-admin": "^11.3.0 || ^12.2.0",
"firebase-functions": "^4.1.0 || ^5.0.0",
"vuefire": ">=3.1.23"
},
"peerDependenciesMeta": {
Expand All @@ -71,7 +71,7 @@
"eslint": "^8.56.0",
"firebase": "^10.8.0",
"firebase-admin": "^12.0.0",
"firebase-functions": "^4.7.0",
"firebase-functions": "^5.0.1",
"nuxt": "^3.10.3",
"vuefire": "workspace:*"
}
Expand Down
91 changes: 66 additions & 25 deletions pnpm-lock.yaml

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

0 comments on commit 20f7cc3

Please sign in to comment.