feat: added react 17 as peer dependency in packages (#5316)

This commit is contained in:
Shashank Bairy R
2021-05-04 13:34:17 +05:30
committed by GitHub
parent 90dee5c548
commit 9e42380570
28 changed files with 33 additions and 33 deletions

View File

@ -33,7 +33,7 @@
"immutable": "^3.7.6",
"netlify-cms-ui-default": "^2.12.1",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react": "^16.8.4 || ^17.0.0",
"react-immutable-proptypes": "^2.1.0",
"uuid": "^3.3.2"
}