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 May 20, 2022
1 parent cc1c7a2 commit 7a82592
Show file tree
Hide file tree
Showing 5 changed files with 3,301 additions and 8,089 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"lodash-es": "^4.17.21",
"ora": "^6.0.1",
"rcdoc-theme-default": "workspace:*",
"react": "^17.0.2",
"react": "^18.0.0",
"react-docgen-typescript": "^2.2.2",
"react-dom": "^17.0.2",
"react-dom": "^18.0.0",
"react-router-dom": "^6.2.1",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.49.10",
Expand Down
6 changes: 3 additions & 3 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@react-vant/icons": "^0.0.6",
"clsx": "^1.1.1",
"react-test-renderer": "^17.0.2",
"react-test-renderer": "18.1.0",
"react-transition-group": "^4.4.2",
"tslib": "^2.4.0"
},
Expand All @@ -31,8 +31,8 @@
"@types/jest": "^27.4.0",
"@types/node": "^17.0.10",
"@types/react-test-renderer": "^17.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"typescript": "^4.4.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"clsx": "^1.1.1",
"prism-react-renderer": "^1.2.1",
"qrcode.react": "^3.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "6.2.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"clsx": "^1.1.1",
"copy-text-to-clipboard": "^3.0.1",
"lz-string": "^1.4.4",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"peerDependencies": {
"react": "^17.0.2",
Expand Down
Loading

0 comments on commit 7a82592

Please sign in to comment.