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 Jun 8, 2024
1 parent 6a0c020 commit 9191923
Show file tree
Hide file tree
Showing 21 changed files with 268 additions and 269 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.3",
"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.3",
"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 @@ -71,8 +71,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 @@ -101,8 +101,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.3",
"@types/react-dom": "^18.3.0",
"@types/yaml-front-matter": "^4.1.0",
"rimraf": "^3.0.2",
"tailwindcss": "^3.4.3",
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 @@ -25,7 +25,7 @@
"@types/jest": "~29.5.12",
"@types/node": "^18.11.17",
"@types/prompts": "^2.4.4",
"@types/react": "^18",
"@types/react": "^18.3.3",
"cac": "6.7.14",
"chalk": "5.3.0",
"fs-extra": "11.2.0",
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.3",
"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.51.0",
"@types/node": "^18.11.17",
"@types/react": "^18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@types/react": "^18.3.3",
"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.3",
"@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,9 +26,9 @@
"devDependencies": {
"@modern-js/tsconfig": "2.51.0",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
"react": "^18.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"typescript": "^5",
"vitest": "0.34.1"
},
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,9 +26,9 @@
"devDependencies": {
"@modern-js/tsconfig": "2.51.0",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
"react": "^18.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"typescript": "^5",
"vitest": "0.34.1"
},
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 @@ -27,9 +27,9 @@
"@modern-js/tsconfig": "2.51.0",
"@rspress/shared": "workspace:*",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
"react": "^18.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"typescript": "^5",
"vitest": "0.34.1"
},
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.3",
"@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 @@ -39,11 +39,11 @@
"@types/lodash": "^4.17.0",
"@types/mdast": "^3.0.10",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^18.3.3",
"@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 @@ -37,8 +37,8 @@
"devDependencies": {
"@rspress/runtime": "workspace:*",
"@types/node": "^18.11.17",
"@types/react": "^18",
"react": "^18.2.0",
"@types/react": "^18.3.3",
"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 @@ -27,9 +27,9 @@
"@modern-js/tsconfig": "2.51.0",
"@types/hast": "3.0.3",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
"react": "^18.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"typescript": "^5",
"unified": "^10.1.2",
"vitest": "0.34.1"
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,9 +25,9 @@
"devDependencies": {
"@modern-js/tsconfig": "2.51.0",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
"react": "^18.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"typescript": "^5",
"vitest": "0.34.1"
},
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.51.0",
"@types/jest": "~29.5.12",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^18.3.3",
"@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.3",
"@types/rechoir": "^0.6.1",
"lodash-es": "^4.17.21",
"medium-zoom": "1.1.0",
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",
"react-transition-group": "4.4.5",
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.3",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"gray-matter": "4.0.3",
"tailwindcss": "^3.4.3",
Expand Down
Loading

0 comments on commit 9191923

Please sign in to comment.