Skip to content

Commit

Permalink
chore: provide support for React 19 in advance
Browse files Browse the repository at this point in the history
  • Loading branch information
ScarletFlash committed Nov 10, 2024
1 parent 942b2e0 commit a3439a2
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 @@ -21,7 +21,7 @@
"formatter:fix": "prettier --cache --cache-location .prettiercache --cache-strategy content --write ."
},
"peerDependencies": {
"react": "^18.0.0"
"react": ">=18.0.0"
},
"devDependencies": {
"@npm/types": "^2.0.0",
Expand Down

0 comments on commit a3439a2

Please sign in to comment.