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

@ -29,7 +29,7 @@
"lodash": "^4.17.11",
"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"
}
}