Skip to content

Commit b0a4460

Browse files
Merge pull request #764 from anajavi/react-17-peer
Allow react 17 as peerDependency
2 parents 7e30d6c + e492d51 commit b0a4460

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
@@ -38,7 +38,7 @@
3838
"license": "MIT",
3939
"peerDependencies": {
4040
"moment": "^2.16.0",
41-
"react": "^16.5.0"
41+
"react": "^16.5.0 || ^17.0.0"
4242
},
4343
"devDependencies": {
4444
"@babel/core": "7.7.4",

0 commit comments

Comments
 (0)