Skip to content

Commit 2030cf8

Browse files
committed
fix(package): adjust peer dependency to support React 17
1 parent 85ed77e commit 2030cf8

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
@@ -101,7 +101,7 @@
101101
"typescript": "3.7.4"
102102
},
103103
"peerDependencies": {
104-
"react": "^16.0.0"
104+
"react": ">=16.0.0"
105105
},
106106
"husky": {
107107
"hooks": {

0 commit comments

Comments
 (0)