We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28aae71 commit 194873bCopy full SHA for 194873b
1 file changed
package.json
@@ -36,8 +36,8 @@
36
"docs:fork": "typedoc --options typedoc.json --gitRemote upstream && markdown-toc -i docs/use.md"
37
},
38
"peerDependencies": {
39
- "firebase": "^11.0.0",
40
- "react": "^18 || ^19"
+ "firebase": "^11.0.0 || ^10.0.0 || ^9.0.0 || next",
+ "react": ">=16 || experimental"
41
42
"husky": {
43
"hooks": {
0 commit comments