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 Oct 11, 2023
1 parent 7b0b392 commit ded8ce7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@
"mocha": "9.2.2",
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-test-renderer": "17.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"remark-cli": "10.0.1",
"remark-preset-lint-travi": "2.0.9",
"rimraf": "3.0.2",
Expand All @@ -95,8 +95,8 @@
"start-server-and-test": "1.14.0"
},
"peerDependencies": {
"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"
},
"dependencies": {
"@emotion/core": "10.3.1",
Expand Down

0 comments on commit ded8ce7

Please sign in to comment.