Skip to content

Commit 384d208

Browse files
authored
fix: peer dep declaration for react 18 with npm (#788)
1 parent 434be4c commit 384d208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"stylis-rule-sheet": "0.0.10"
9494
},
9595
"peerDependencies": {
96-
"react": ">= 16.8.0 || 17.x.x || 18.x.x"
96+
"react": ">= 16.8.0 || 17.x.x || ^18.0.0-0"
9797
},
9898
"peerDependenciesMeta": {
9999
"@babel/core": {

0 commit comments

Comments
 (0)