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 Jun 7, 2022
1 parent 45b7091 commit b8d7e32
Show file tree
Hide file tree
Showing 3 changed files with 246 additions and 248 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@
"jest-canvas-mock": "^2.2.0",
"nano-staged": "^0.5.0",
"prettier": "^2.0.4",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-test-renderer": "^17.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-test-renderer": "^18.0.0",
"rollup": "^2.58.0",
"rollup-plugin-swc": "^0.2.0",
"simple-git-hooks": "^2.6.1",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"file-loader": "^6.2.0",
"git-branch": "^2.0.1",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.1",
"react": "^18.0.0",
"react-docgen-typescript": "^2.1.1",
"react-dom": "^17.0.1",
"react-dom": "^18.0.0",
"url-loader": "^4.1.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit b8d7e32

Please sign in to comment.