Skip to content

Commit 2f22299

Browse files
committed
fix(minor): support react versions >=16.8.6
1 parent 70952f8 commit 2f22299

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
@@ -86,7 +86,7 @@
8686
"@types/react": "18.3.23"
8787
},
8888
"peerDependencies": {
89-
"react": "16.8.6 || ^17.0.0 || ^18.0.0",
89+
"react": ">=16.8.6",
9090
"react-native": ">=0.60.0",
9191
"react-syntax-highlighter": ">=15.5.0"
9292
},

0 commit comments

Comments
 (0)