Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Commit c049e68

Browse files
committed
fix react dependency version
1 parent a727ca3 commit c049e68

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
@@ -33,7 +33,7 @@
3333
"lint": "eslint -c .eslintrc.json --ext ts,tsx src"
3434
},
3535
"peerDependencies": {
36-
"react": ">=17"
36+
"react": ">=16.8.0 || >=17"
3737
},
3838
"dependencies": {
3939
"prop-types": "^15.7.2",

0 commit comments

Comments
 (0)