Skip to content

Commit 5fa8521

Browse files
renovate-botrenovate[bot]
authored andcommittedOct 26, 2021
fix(deps): update react monorepo to v17
1 parent f1f540b commit 5fa8521

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed
 

‎package-lock.json

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
"npm-run-all": "4.1.5",
7777
"nyc": "15.1.0",
7878
"prop-types": "15.7.2",
79-
"react": "16.14.0",
80-
"react-dom": "16.14.0",
79+
"react": "17.0.2",
80+
"react-dom": "17.0.2",
8181
"react-redux": "7.2.6",
8282
"react-router": "^3.2.5",
8383
"redial": "0.5.0",
@@ -94,8 +94,8 @@
9494
"peerDependencies": {
9595
"@hapi/boom": "^8.0.0 || ^9.0.0",
9696
"@hapi/hapi": "^18.0.0 || ^19.0.0 || ^20.0.0",
97-
"react": "^16.0.0",
98-
"react-dom": "^16.0.0",
97+
"react": "^16.0.0 || ^17.0.0",
98+
"react-dom": "^16.0.0 || ^17.0.0",
9999
"react-router": "^3.0.5",
100100
"redial": "^0.5.0"
101101
},

0 commit comments

Comments
 (0)
Please sign in to comment.