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 16, 2024
1 parent 5139836 commit 922b3b3
Show file tree
Hide file tree
Showing 22 changed files with 461 additions and 484 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.14",
"@types/react": "~18.3.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.3"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/cli": "^2.27.10",
"@modern-js/module-tools": "2.63.1",
"@modern-js/tsconfig": "2.63.1",
"@modern-js/module-tools": "2.63.2",
"@modern-js/tsconfig": "2.63.2",
"@playwright/test": "1.47.2",
"@types/cross-spawn": "^6.0.6",
"@types/fs-extra": "11.0.4",
Expand All @@ -57,8 +57,8 @@
"fs-extra": "11.2.0",
"get-port": "5.1.1",
"husky": "^9.1.7",
"lint-staged": "~15.2.10",
"nx": "20.2.1",
"lint-staged": "~15.2.11",
"nx": "20.2.2",
"playwright": "1.47.2",
"prettier": "3.3.3",
"tree-kill": "^1.2.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
"reset": "rimraf ./**/node_modules"
},
"dependencies": {
"@rsbuild/core": "~1.1.9",
"@rsbuild/core": "~1.1.10",
"@rspress/core": "workspace:*",
"@rspress/shared": "workspace:*",
"cac": "^6.7.14",
"chalk": "5.3.0",
"chokidar": "^3.6.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.0",
"@rslib/core": "0.1.3",
"@microsoft/api-extractor": "^7.48.1",
"@rslib/core": "0.1.4",
"@types/jest": "~29.5.14",
"@types/node": "^18.11.17",
"@types/react": "^18.3.14",
"@types/react": "^18.3.16",
"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.9",
"@rsbuild/core": "~1.1.10",
"@rsbuild/plugin-less": "~1.1.0",
"@rsbuild/plugin-react": "~1.1.0",
"@rsbuild/plugin-sass": "~1.1.2",
Expand Down Expand Up @@ -76,16 +76,16 @@
"unist-util-visit-children": "^3.0.0"
},
"devDependencies": {
"@modern-js/plugin-tailwindcss": "2.63.1",
"@modern-js/tsconfig": "2.63.1",
"@modern-js/plugin-tailwindcss": "2.63.2",
"@modern-js/tsconfig": "2.63.2",
"@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.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"postcss": "8.4.49",
"rehype-stringify": "^9.0.4",
"remark-parse": "^10.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rspress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"create-rstack": "1.0.9"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.0",
"@rslib/core": "0.1.3",
"@microsoft/api-extractor": "^7.48.1",
"@rslib/core": "0.1.4",
"@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.14",
"@types/react": "^18.3.16",
"framer-motion": "11.14.4",
"rsbuild-plugin-google-analytics": "^1.0.3",
"rsbuild-plugin-open-graph": "^1.0.2",
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 @@ -24,8 +24,8 @@
"dev": "rslib build -w"
},
"dependencies": {
"@microsoft/api-extractor": "^7.48.0",
"@rslib/core": "0.1.3",
"@microsoft/api-extractor": "^7.48.1",
"@rslib/core": "0.1.4",
"@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.14",
"@types/react": "^18.3.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.3",
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 @@ -30,12 +30,12 @@
"remark-gfm": "3.0.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.0",
"@rslib/core": "0.1.3",
"@microsoft/api-extractor": "^7.48.1",
"@rslib/core": "0.1.4",
"@types/mdast": "^4.0.4",
"@types/node": "^18.11.17",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/plugin-auto-nav-sidebar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.0",
"@modern-js/tsconfig": "2.63.1",
"@rslib/core": "0.1.3",
"@microsoft/api-extractor": "^7.48.1",
"@modern-js/tsconfig": "2.63.2",
"@rslib/core": "0.1.4",
"@types/node": "^18.11.17",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"react": "^18.3.1",
"typescript": "^5.5.3",
"vitest": "2.1.8"
Expand Down
10 changes: 5 additions & 5 deletions packages/plugin-client-redirects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"@rspress/shared": "workspace:*"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.0",
"@modern-js/tsconfig": "2.63.1",
"@rslib/core": "0.1.3",
"@microsoft/api-extractor": "^7.48.1",
"@modern-js/tsconfig": "2.63.2",
"@rslib/core": "0.1.4",
"@types/node": "^18.11.17",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"react": "^18.3.1",
"typescript": "^5.5.3",
"vitest": "2.1.8"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-container-syntax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@rspress/shared": "workspace:*"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.0",
"@rslib/core": "0.1.3",
"@microsoft/api-extractor": "^7.48.1",
"@rslib/core": "0.1.4",
"@types/mdast": "^4.0.4",
"rehype-stringify": "^9.0.4",
"remark-parse": "^10.0.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/plugin-last-updated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.0",
"@modern-js/tsconfig": "2.63.1",
"@rslib/core": "0.1.3",
"@microsoft/api-extractor": "^7.48.1",
"@modern-js/tsconfig": "2.63.2",
"@rslib/core": "0.1.4",
"@types/node": "^18.11.17",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"react": "^18.3.1",
"typescript": "^5.5.3",
"vitest": "2.1.8"
Expand Down
10 changes: 5 additions & 5 deletions packages/plugin-medium-zoom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.0",
"@modern-js/tsconfig": "2.63.1",
"@rslib/core": "0.1.3",
"@microsoft/api-extractor": "^7.48.1",
"@modern-js/tsconfig": "2.63.2",
"@rslib/core": "0.1.4",
"@rspress/shared": "workspace:*",
"@types/node": "^18.11.17",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"react": "^18.3.1",
"typescript": "^5.5.3",
"vitest": "2.1.8"
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,8 +48,8 @@
"@types/babel__traverse": "^7.20.6",
"@types/mdast": "^4.0.4",
"@types/node": "^18.11.17",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
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.9",
"@rsbuild/core": "~1.1.10",
"@rsbuild/plugin-babel": "~1.0.3",
"@rsbuild/plugin-less": "~1.1.0",
"@rsbuild/plugin-react": "~1.1.0",
Expand All @@ -37,8 +37,8 @@
"@types/lodash": "^4.17.13",
"@types/mdast": "^4.0.4",
"@types/node": "^18.11.17",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"mdast-util-mdxjs-esm": "^1.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
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.14",
"@types/react": "^18.3.16",
"react": "^18.3.1",
"typescript": "^5.5.3",
"vitest": "2.1.8"
Expand Down
10 changes: 5 additions & 5 deletions packages/plugin-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.0",
"@modern-js/tsconfig": "2.63.1",
"@rslib/core": "0.1.3",
"@microsoft/api-extractor": "^7.48.1",
"@modern-js/tsconfig": "2.63.2",
"@rslib/core": "0.1.4",
"@types/hast": "3.0.4",
"@types/node": "^18.11.17",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"react": "^18.3.1",
"typescript": "^5.5.3",
"unified": "^10.1.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/plugin-typedoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.0",
"@modern-js/tsconfig": "2.63.1",
"@rslib/core": "0.1.3",
"@microsoft/api-extractor": "^7.48.1",
"@modern-js/tsconfig": "2.63.2",
"@rslib/core": "0.1.4",
"@types/node": "^18.11.17",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"react": "^18.3.1",
"typescript": "^5.5.3",
"vitest": "2.1.8"
Expand Down
6 changes: 3 additions & 3 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@modern-js/tsconfig": "2.63.1",
"@modern-js/tsconfig": "2.63.2",
"@types/jest": "~29.5.14",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"typescript": "^5.5.3"
},
"sideEffects": [
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.9",
"@rsbuild/core": "~1.1.10",
"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.14",
"@types/react": "^18.3.16",
"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 @@ -50,16 +50,16 @@
"react-syntax-highlighter": "^15.6.1"
},
"devDependencies": {
"@modern-js/plugin-tailwindcss": "2.63.1",
"@modern-js/tsconfig": "2.63.1",
"@modern-js/plugin-tailwindcss": "2.63.2",
"@modern-js/tsconfig": "2.63.2",
"@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.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@types/react-syntax-highlighter": "^15.5.13",
"gray-matter": "4.0.3",
"tailwindcss": "^3.4.16",
Expand Down
Loading

0 comments on commit 922b3b3

Please sign in to comment.