Skip to content

Commit 18ddefd

Browse files
authored
fix: bump peer dep for react 19 (#844)
1 parent 8b6e01f commit 18ddefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"stylis-rule-sheet": "0.0.10"
9797
},
9898
"peerDependencies": {
99-
"react": ">= 16.8.0 || 17.x.x || ^18.0.0-0"
99+
"react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
100100
},
101101
"peerDependenciesMeta": {
102102
"@babel/core": {

0 commit comments

Comments
 (0)