Skip to content

Commit

Permalink
Increase react peer dependency (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
MvRemmerden authored Dec 27, 2024
1 parent 6462e86 commit 7d78a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
"firebase": ">=9.0.0 <12",
"firebase-admin": ">=10.0.0 <12",
"next": ">=9.5.0 <16",
"react": ">=16.8.0 <19",
"react-dom": ">=16.8.0 <19"
"react": ">=16.8.0 <20",
"react-dom": ">=16.8.0 <20"
},
"peerDependenciesMeta": {
"firebase": {
Expand Down

0 comments on commit 7d78a9d

Please sign in to comment.