Skip to content

Commit 86725b4

Browse files
vladimir-trajkovskioliverlaz
authored andcommitted
Allow React 17 as peer dependency for NPM v7 builds not to fail.
1 parent 9d24f4e commit 86725b4

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
@@ -37,7 +37,7 @@
3737
},
3838
"peerDependencies": {
3939
"prop-types": "^15.5.10",
40-
"react": "^16.8.0"
40+
"react": ">=16.8.0"
4141
},
4242
"devDependencies": {
4343
"@testing-library/react": "9.1.4",

0 commit comments

Comments
 (0)