Skip to content

Commit

Permalink
fix: Add React 19 RC in peer dep semver range (#756)
Browse files Browse the repository at this point in the history
* fix: Remove space in semver range spec

* chore: Include React 19 RC in peer dep range
  • Loading branch information
franky47 authored Nov 14, 2024
1 parent 3017660 commit 06d6e39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/nuqs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@
"mitt": "^3.0.1"
},
"peerDependencies": {
"@remix-run/react": ">= 2",
"next": ">= 14.2.0",
"react": ">= 18.2.0",
"react-router-dom": ">= 6"
"@remix-run/react": ">=2",
"next": ">=14.2.0",
"react": ">=18.2.0 || ^19.0.0-0",
"react-router-dom": ">=6"
},
"peerDependenciesMeta": {
"@remix-run/react": {
Expand Down

0 comments on commit 06d6e39

Please sign in to comment.