Skip to content

Commit

Permalink
chore: Include React 19 RC in peer dep range
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Nov 13, 2024
1 parent 598b0b0 commit 63566ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuqs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"peerDependencies": {
"@remix-run/react": ">=2",
"next": ">=14.2.0",
"react": ">=18.2.0",
"react": ">=18.2.0 || ^19.0.0-0",
"react-router-dom": ">=6"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 63566ad

Please sign in to comment.