Skip to content

Commit

Permalink
fix(deps): update react monorepo to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 30, 2022
1 parent 3a04abd commit bda2210
Showing 1 changed file with 4 additions and 4 deletions.
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.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "18.0.0",
"react-dom": "18.0.0",
"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 || ^17.0.0",
"react-dom": "^16.0.0 || ^17.0.0",
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-router": "^3.0.5",
"redial": "^0.5.0"
},
Expand Down

0 comments on commit bda2210

Please sign in to comment.