Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upgrade firebase to v10
Browse files Browse the repository at this point in the history
imcvampire committed Nov 2, 2023

Verified

This commit was signed with the committer’s verified signature.
1 parent 9429194 commit 524160e
Showing 3 changed files with 108 additions and 330 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.11.1
12.11.1
430 changes: 104 additions & 326 deletions package-lock.json
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
"docs:fork": "typedoc --options typedoc.json --gitRemote upstream && markdown-toc -i docs/use.md"
},
"peerDependencies": {
"firebase": "^9.0.0 || next",
"firebase": "^9.0.0 || ^10.0.0",
"react": ">=16 || experimental"
},
"husky": {
@@ -87,7 +87,7 @@
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"firebase": "^9.23.0",
"firebase": "^10.0.0",
"firebase-tools": "^12.4.0",
"globalthis": "^1.0.3",
"husky": "^8.0.3",
@@ -107,7 +107,7 @@
"vitest": "^0.32.2"
},
"dependencies": {
"rxfire": "^6.0.3",
"rxfire": "^6.0.4",
"rxjs": "^6.6.3 || ^7.0.1",
"use-sync-external-store": "^1.2.0"
}

0 comments on commit 524160e

Please sign in to comment.