Skip to content

Commit

Permalink
Update react peer dependency to allow for >=18.0.0 || 19.0.0-rc (#32)
Browse files Browse the repository at this point in the history
* Update react peer dependency to >=19.0.0

* Update react peer dependency to allow for >=18.0.0 || 19.0.0-rc
  • Loading branch information
aminabromand authored Nov 27, 2024
1 parent 7eb2d9a commit 98439c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"peerDependencies": {
"nanostores": "^0.9.0 || ^0.10.0 || ^0.11.0",
"react": ">=18.0.0"
"react": ">=18.0.0 || 19.0.0-rc"
},
"devDependencies": {
"@logux/eslint-config": "^53.4.0",
Expand Down

0 comments on commit 98439c6

Please sign in to comment.