Skip to content

Commit 999e888

Browse files
authored
Add React 17
1 parent 52d1a23 commit 999e888

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"url": "https://github.com/giorgosart/react-easy-edit/issues"
3838
},
3939
"peerDependencies": {
40-
"react": "^16.14.0",
41-
"react-dom": "^16.14.0"
40+
"react": "^16.14.0 || ^17.0.0",
41+
"react-dom": "^16.14.0 || ^17.0.0"
4242
},
4343
"eslintConfig": {
4444
"extends": "react-app"
@@ -59,8 +59,8 @@
5959
"enzyme": "3.11.0",
6060
"enzyme-adapter-react-16": "1.15.5",
6161
"prop-types": "^15.7.2",
62-
"react": "^16.14.0",
63-
"react-dom": "^16.14.0",
62+
"react": "^17.0.0",
63+
"react-dom": "^17.0.0",
6464
"react-scripts": "^3.4.4",
6565
"rollup": "2.32.1",
6666
"rollup-plugin-postcss": "^3.1.8",

0 commit comments

Comments
 (0)