Skip to content

Commit

Permalink
fix(deps): update react monorepo to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Oct 26, 2021
1 parent f1f540b commit 5fa8521
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"prop-types": "15.7.2",
"react": "16.14.0",
"react-dom": "16.14.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "7.2.6",
"react-router": "^3.2.5",
"redial": "0.5.0",
Expand All @@ -94,8 +94,8 @@
"peerDependencies": {
"@hapi/boom": "^8.0.0 || ^9.0.0",
"@hapi/hapi": "^18.0.0 || ^19.0.0 || ^20.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react": "^16.0.0 || ^17.0.0",
"react-dom": "^16.0.0 || ^17.0.0",
"react-router": "^3.0.5",
"redial": "^0.5.0"
},
Expand Down

0 comments on commit 5fa8521

Please sign in to comment.