Skip to content

Commit

Permalink
chore(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent 239813d commit 8b04269
Show file tree
Hide file tree
Showing 22 changed files with 370 additions and 368 deletions.
2 changes: 1 addition & 1 deletion e2e/fixtures/modern-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@modern-js/plugin-rspress": "workspace:*",
"@types/node": "^18.11.17",
"@types/react": "~18.3.16",
"@types/react": "~18.3.18",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.3"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/cli": "^2.27.10",
"@modern-js/module-tools": "2.63.2",
"@modern-js/tsconfig": "2.63.2",
"@changesets/cli": "^2.27.11",
"@modern-js/module-tools": "2.63.3",
"@modern-js/tsconfig": "2.63.3",
"@playwright/test": "1.47.2",
"@types/cross-spawn": "^6.0.6",
"@types/fs-extra": "11.0.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"reset": "rimraf ./**/node_modules"
},
"dependencies": {
"@rsbuild/core": "~1.1.10",
"@rsbuild/core": "~1.1.12",
"@rspress/core": "workspace:*",
"@rspress/shared": "workspace:*",
"cac": "^6.7.14",
Expand All @@ -43,10 +43,10 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@rslib/core": "0.1.4",
"@rslib/core": "0.1.5",
"@types/jest": "~29.5.14",
"@types/node": "^18.11.17",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"rimraf": "^3.0.2",
"typescript": "^5.5.3"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@mdx-js/loader": "2.3.0",
"@mdx-js/mdx": "2.3.0",
"@mdx-js/react": "2.3.0",
"@rsbuild/core": "~1.1.10",
"@rsbuild/core": "~1.1.12",
"@rsbuild/plugin-less": "~1.1.0",
"@rsbuild/plugin-react": "~1.1.0",
"@rsbuild/plugin-sass": "~1.1.2",
Expand Down Expand Up @@ -76,22 +76,22 @@
"unist-util-visit-children": "^3.0.0"
},
"devDependencies": {
"@modern-js/plugin-tailwindcss": "2.63.2",
"@modern-js/tsconfig": "2.63.2",
"@modern-js/plugin-tailwindcss": "2.63.3",
"@modern-js/tsconfig": "2.63.3",
"@types/hast": "3.0.4",
"@types/html-to-text": "^9.0.4",
"@types/jest": "~29.5.14",
"@types/lodash-es": "^4.17.12",
"@types/mdast": "^4.0.4",
"@types/node": "^18.11.17",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"postcss": "8.4.49",
"rehype-stringify": "^9.0.4",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"rimraf": "^3.0.2",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"typescript": "^5.5.3",
"vitest": "2.1.8"
},
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 @@ -32,7 +32,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@rslib/core": "0.1.4",
"@rslib/core": "0.1.5",
"@types/node": "^18.11.17",
"typescript": "^5.5.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@rstack-dev/doc-ui": "1.5.4",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"framer-motion": "11.14.4",
"rsbuild-plugin-google-analytics": "^1.0.3",
"rsbuild-plugin-open-graph": "^1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/modern-plugin-rspress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@rslib/core": "0.1.4",
"@rslib/core": "0.1.5",
"@rspress/core": "workspace:*",
"@rspress/plugin-api-docgen": "workspace:*",
"@rspress/plugin-preview": "workspace:*",
Expand All @@ -35,7 +35,7 @@
"devDependencies": {
"@types/lodash": "^4.17.13",
"@types/node": "^18.11.17",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-api-docgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@rslib/core": "0.1.4",
"@rslib/core": "0.1.5",
"@types/mdast": "^4.0.4",
"@types/node": "^18.11.17",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"react-router-dom": "^6.28.1",
"typescript": "^5.5.3",
"unified": "^10.1.2",
"unist-util-visit": "^4.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 @@ -25,10 +25,10 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@modern-js/tsconfig": "2.63.2",
"@rslib/core": "0.1.4",
"@modern-js/tsconfig": "2.63.3",
"@rslib/core": "0.1.5",
"@types/node": "^18.11.17",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"react": "^18.3.1",
"typescript": "^5.5.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-client-redirects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@modern-js/tsconfig": "2.63.2",
"@rslib/core": "0.1.4",
"@modern-js/tsconfig": "2.63.3",
"@rslib/core": "0.1.5",
"@types/node": "^18.11.17",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"react": "^18.3.1",
"typescript": "^5.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-container-syntax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@rslib/core": "0.1.4",
"@rslib/core": "0.1.5",
"@types/mdast": "^4.0.4",
"rehype-stringify": "^9.0.4",
"remark-parse": "^10.0.2",
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 @@ -25,10 +25,10 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@modern-js/tsconfig": "2.63.2",
"@rslib/core": "0.1.4",
"@modern-js/tsconfig": "2.63.3",
"@rslib/core": "0.1.5",
"@types/node": "^18.11.17",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"react": "^18.3.1",
"typescript": "^5.5.3",
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 @@ -25,11 +25,11 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@modern-js/tsconfig": "2.63.2",
"@rslib/core": "0.1.4",
"@modern-js/tsconfig": "2.63.3",
"@rslib/core": "0.1.5",
"@rspress/shared": "workspace:*",
"@types/node": "^18.11.17",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"react": "^18.3.1",
"typescript": "^5.5.3",
Expand Down
4 changes: 2 additions & 2 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.6",
"@types/mdast": "^4.0.4",
"@types/node": "^18.11.17",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"react-router-dom": "^6.28.1",
"typescript": "^5.5.3",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"node": ">=14.17.6"
},
"dependencies": {
"@rsbuild/core": "~1.1.10",
"@rsbuild/core": "~1.1.12",
"@rsbuild/plugin-babel": "~1.0.3",
"@rsbuild/plugin-less": "~1.1.0",
"@rsbuild/plugin-react": "~1.1.0",
Expand All @@ -37,12 +37,12 @@
"@types/lodash": "^4.17.13",
"@types/mdast": "^4.0.4",
"@types/node": "^18.11.17",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"mdast-util-mdxjs-esm": "^1.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"react-router-dom": "^6.28.1",
"typescript": "^5.5.3",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-rss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@rspress/runtime": "workspace:*",
"@types/node": "^18.11.17",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"react": "^18.3.1",
"typescript": "^5.5.3",
"vitest": "2.1.8"
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 @@ -25,11 +25,11 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@modern-js/tsconfig": "2.63.2",
"@rslib/core": "0.1.4",
"@modern-js/tsconfig": "2.63.3",
"@rslib/core": "0.1.5",
"@types/hast": "3.0.4",
"@types/node": "^18.11.17",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"react": "^18.3.1",
"typescript": "^5.5.3",
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 @@ -24,10 +24,10 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@modern-js/tsconfig": "2.63.2",
"@rslib/core": "0.1.4",
"@modern-js/tsconfig": "2.63.3",
"@rslib/core": "0.1.5",
"@types/node": "^18.11.17",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"react": "^18.3.1",
"typescript": "^5.5.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^1.3.0",
"react-router-dom": "^6.28.0"
"react-router-dom": "^6.28.1"
},
"devDependencies": {
"@modern-js/tsconfig": "2.63.2",
"@modern-js/tsconfig": "2.63.3",
"@types/jest": "~29.5.14",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"typescript": "^5.5.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"upgrade": "modern upgrade"
},
"dependencies": {
"@rsbuild/core": "~1.1.10",
"@rsbuild/core": "~1.1.12",
"chalk": "5.3.0",
"execa": "5.1.1",
"fs-extra": "11.2.0",
Expand All @@ -64,7 +64,7 @@
"@types/jest": "~29.5.14",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.11.17",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"medium-zoom": "1.1.0",
"rimraf": "^3.0.2",
"typescript": "^5.5.3"
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 @@ -51,19 +51,19 @@
"react-syntax-highlighter": "^15.6.1"
},
"devDependencies": {
"@modern-js/plugin-tailwindcss": "2.63.2",
"@modern-js/tsconfig": "2.63.2",
"@modern-js/plugin-tailwindcss": "2.63.3",
"@modern-js/tsconfig": "2.63.3",
"@types/body-scroll-lock": "^3.1.2",
"@types/hast": "3.0.4",
"@types/jest": "~29.5.14",
"@types/lodash-es": "^4.17.12",
"@types/mdast": "^4.0.4",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-syntax-highlighter": "^15.5.13",
"gray-matter": "4.0.3",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"typescript": "^5.5.3",
"vitest": "2.1.8"
},
Expand Down
Loading

0 comments on commit 8b04269

Please sign in to comment.