Skip to content

Commit

Permalink
chore(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 18, 2024
1 parent 4a34667 commit 5933d29
Show file tree
Hide file tree
Showing 21 changed files with 250 additions and 258 deletions.
4 changes: 2 additions & 2 deletions e2e/fixtures/custom-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@rspress/plugin-playground": "workspace:*",
"@rspress/plugin-preview": "workspace:*",
"@rspress/shared": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-transition-group": "4.4.5",
"rspress": "workspace:*",
"solid-js": "^1.8.12"
Expand Down
6 changes: 3 additions & 3 deletions e2e/fixtures/modern-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"devDependencies": {
"@modern-js/plugin-rspress": "workspace:*",
"@types/node": "~16.11.7",
"@types/react": "~18.0.26",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@types/react": "~18.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5"
},
"sideEffects": []
Expand Down
4 changes: 2 additions & 2 deletions e2e/fixtures/plugin-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@rspress/plugin-playground": "workspace:*",
"@rspress/plugin-preview": "workspace:*",
"@rspress/shared": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-transition-group": "4.4.5",
"rspress": "workspace:*",
"solid-js": "^1.8.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@types/jest": "~29.5.12",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react": "^18.3.2",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^5"
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"node-fetch": "3.3.0",
"nprogress": "^0.2.0",
"postcss": "8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^1.3.0",
"react-lazy-with-preload": "^2.2.1",
"react-syntax-highlighter": "^15.5.0",
Expand Down Expand Up @@ -100,8 +100,8 @@
"@types/mdast": "^3.0.10",
"@types/node": "^18.11.17",
"@types/nprogress": "^0.2.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/yaml-front-matter": "^4.1.0",
"rimraf": "^3.0.2",
"typescript": "^5",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rspress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/jest": "~29.5.12",
"@types/node": "^18.11.17",
"@types/prompts": "^2.4.4",
"@types/react": "^18",
"@types/react": "^18.3.2",
"@types/fs-extra": "11.0.4",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@types/react": "^18",
"@types/react": "^18.3.2",
"framer-motion": "10.18.0",
"rsbuild-plugin-google-analytics": "^1.0.0",
"rsbuild-plugin-open-graph": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/modern-plugin-rspress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"devDependencies": {
"@modern-js/utils": "2.49.3",
"@types/node": "^18.11.17",
"@types/react": "^18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@types/react": "^18.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5",
"vitest": "0.34.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-api-docgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"@rspress/shared": "workspace:*",
"@types/mdast": "^3.0.10",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"mdast-util-mdxjs-esm": "^1.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.8.1",
"typescript": "^5",
"unified": "^10.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-auto-nav-sidebar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"devDependencies": {
"@modern-js/tsconfig": "2.49.3",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"typescript": "^5",
"vitest": "0.34.1",
"react": "^18.2.0"
"react": "^18.3.1"
},
"sideEffects": [
"*.css",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-last-updated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"devDependencies": {
"@modern-js/tsconfig": "2.49.3",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"typescript": "^5",
"vitest": "0.34.1",
"react": "^18.2.0"
"react": "^18.3.1"
},
"dependencies": {
"@rspress/shared": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-medium-zoom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"devDependencies": {
"@modern-js/tsconfig": "2.49.3",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"typescript": "^5",
"vitest": "0.34.1",
"react": "^18.2.0",
"react": "^18.3.1",
"@rspress/shared": "workspace:*"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"@types/babel__traverse": "^7.20.1",
"@types/mdast": "^3.0.10",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"mdast-util-mdxjs-esm": "^1.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.8.1",
"typescript": "^5",
"unified": "^10.1.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"@types/mdast": "^3.0.10",
"@types/node": "^18.11.17",
"@types/lodash": "^4.17.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"mdast-util-mdxjs-esm": "^1.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.8.1",
"typescript": "^5",
"unified": "^10.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-rss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
},
"devDependencies": {
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react": "^18.3.2",
"@rspress/runtime": "workspace:*",
"react": "^18.2.0",
"react": "^18.3.1",
"typescript": "^5"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"devDependencies": {
"@modern-js/tsconfig": "2.49.3",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"typescript": "^5",
"vitest": "0.34.1",
"react": "^18.2.0",
"react": "^18.3.1",
"@types/hast": "3.0.3",
"unified": "^10.1.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-typedoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"devDependencies": {
"@modern-js/tsconfig": "2.49.3",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"typescript": "^5",
"vitest": "0.34.1",
"react": "^18.2.0"
"react": "^18.3.1"
},
"peerDependencies": {
"rspress": "^1.0.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
},
"dependencies": {
"@rspress/shared": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^1.3.0",
"react-router-dom": "^6.8.1"
},
"devDependencies": {
"@modern-js/tsconfig": "2.49.3",
"@types/jest": "~29.5.12",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"typescript": "^5"
},
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/lodash": "^4.17.0",
"@types/lodash-es": "^4.17.8",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react": "^18.3.2",
"@types/rechoir": "^0.6.1",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"is-html": "^3.1.0",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^1.3.0",
"react-syntax-highlighter": "^15.5.0",
"rspack-plugin-virtual-module": "0.1.12",
Expand All @@ -67,8 +67,8 @@
"@types/lodash-es": "^4.17.8",
"@types/mdast": "^3.0.10",
"@types/nprogress": "^0.2.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"gray-matter": "4.0.3",
"typescript": "^5",
Expand Down
Loading

0 comments on commit 5933d29

Please sign in to comment.