Skip to content

Commit 392b674

Browse files
committed
chore(deps): update react monorepo to v17
1 parent ee3a128 commit 392b674

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
"husky": "5.2.0",
8282
"jest": "26.6.3",
8383
"lint-staged": "10.5.4",
84-
"react": "16.14.0",
85-
"react-dom": "16.14.0",
84+
"react": "17.0.2",
85+
"react-dom": "17.0.2",
8686
"rimraf": "3.0.2",
8787
"rollup": "2.45.2",
8888
"rollup-plugin-babel": "4.4.0",
@@ -93,8 +93,8 @@
9393
"yargs": "16.2.0"
9494
},
9595
"peerDependencies": {
96-
"react": ">=16.8.0",
97-
"react-dom": ">=16.8.0"
96+
"react": ">=16.8.0 || 17.0.2",
97+
"react-dom": ">=16.8.0 || 17.0.2"
9898
},
9999
"snyk": true,
100100
"release": {

0 commit comments

Comments
 (0)