Skip to content

Commit

Permalink
fix: bump peer dep for react 19 (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed May 7, 2024
1 parent 8b6e01f commit 18ddefd
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 @@ -96,7 +96,7 @@
"stylis-rule-sheet": "0.0.10"
},
"peerDependencies": {
"react": ">= 16.8.0 || 17.x.x || ^18.0.0-0"
"react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
},
"peerDependenciesMeta": {
"@babel/core": {
Expand Down

0 comments on commit 18ddefd

Please sign in to comment.