Skip to content

Commit c78de3f

Browse files
authored
Merge pull request #224 from danilowoz/fix-peer-dependency
fix(package): adjust peer dependency to support React 17
2 parents 85ed77e + 2030cf8 commit c78de3f

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)