Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 || ^11.0.0 || ^12.0.0 || next",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Widening the peerDependencies to support Firebase v10, v11, and v12 while keeping devDependencies at ^9.23.0 means the test suite and build processes do not validate compatibility with these newer major versions. Consider updating the devDependencies and CI configurations to run tests against the newly supported major versions to prevent potential runtime compatibility issues for consumers.

"react": ">=16 || experimental"
},
"husky": {
Expand Down