Skip to content

Commit

Permalink
chore(deps): update all patch dependencies (#1743)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent f255110 commit 8039e6b
Show file tree
Hide file tree
Showing 18 changed files with 205 additions and 234 deletions.
2 changes: 1 addition & 1 deletion e2e/fixtures/custom-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rspress": "workspace:*",
"solid-js": "^1.9.3"
"solid-js": "^1.9.4"
},
"devDependencies": {
"@types/node": "^18.11.17"
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/plugin-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rspress": "workspace:*",
"solid-js": "^1.9.3"
"solid-js": "^1.9.4"
},
"devDependencies": {
"@types/node": "^18.11.17"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/cli": "^2.27.11",
"@modern-js/module-tools": "2.63.5",
"@modern-js/tsconfig": "2.63.5",
"@modern-js/module-tools": "2.63.6",
"@modern-js/tsconfig": "2.63.6",
"@playwright/test": "1.47.2",
"@types/cross-spawn": "^6.0.6",
"@types/fs-extra": "11.0.4",
Expand All @@ -49,7 +49,7 @@
"get-port": "5.1.1",
"husky": "^9.1.7",
"lint-staged": "~15.3.0",
"nx": "20.3.0",
"nx": "20.3.1",
"playwright": "1.47.2",
"prettier": "3.4.2",
"prettier-plugin-packagejson": "^2.5.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@
"unist-util-visit-children": "^3.0.0"
},
"devDependencies": {
"@modern-js/plugin-tailwindcss": "2.63.5",
"@modern-js/tsconfig": "2.63.5",
"@modern-js/plugin-tailwindcss": "2.63.6",
"@modern-js/tsconfig": "2.63.6",
"@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": "^3.0.0",
"@types/mdast": "^3.0.15",
"@types/node": "^18.11.17",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rspress/template-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rspress preview"
},
"dependencies": {
"rspress": "^1.39.3"
"rspress": "^1.39.4"
},
"devDependencies": {
"@types/node": "^18.11.17"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-api-docgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.49.1",
"@rslib/core": "0.2.2",
"@types/mdast": "^3.0.0",
"@types/mdast": "^3.0.15",
"@types/node": "^18.11.17",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-auto-nav-sidebar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.49.1",
"@modern-js/tsconfig": "2.63.5",
"@modern-js/tsconfig": "2.63.6",
"@rslib/core": "0.2.2",
"@types/node": "^18.11.17",
"@types/react": "^18.3.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-client-redirects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.49.1",
"@modern-js/tsconfig": "2.63.5",
"@modern-js/tsconfig": "2.63.6",
"@rslib/core": "0.2.2",
"@types/node": "^18.11.17",
"@types/react": "^18.3.18",
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 @@ -35,8 +35,8 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.49.1",
"@rslib/core": "0.2.2",
"@types/mdast": "^3.0.0",
"mdast-util-mdx-jsx": "^2.0.0",
"@types/mdast": "^3.0.15",
"mdast-util-mdx-jsx": "^2.1.4",
"rehype-stringify": "^9.0.4",
"remark-mdx": "2.3.0",
"remark-parse": "^10.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-last-updated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.49.1",
"@modern-js/tsconfig": "2.63.5",
"@modern-js/tsconfig": "2.63.6",
"@rslib/core": "0.2.2",
"@types/node": "^18.11.17",
"@types/react": "^18.3.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-medium-zoom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.49.1",
"@modern-js/tsconfig": "2.63.5",
"@modern-js/tsconfig": "2.63.6",
"@rslib/core": "0.2.2",
"@rspress/shared": "workspace:*",
"@types/node": "^18.11.17",
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 @@ -43,11 +43,11 @@
"rspack-plugin-virtual-module": "0.1.13"
},
"devDependencies": {
"@babel/types": "^7.26.3",
"@babel/types": "^7.26.5",
"@types/babel__core": "^7.20.5",
"@types/babel__standalone": "^7.1.9",
"@types/babel__traverse": "^7.20.6",
"@types/mdast": "^3.0.0",
"@types/mdast": "^3.0.15",
"@types/node": "^18.11.17",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@types/lodash": "^4.17.14",
"@types/mdast": "^3.0.0",
"@types/mdast": "^3.0.15",
"@types/node": "^18.11.17",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.49.1",
"@modern-js/tsconfig": "2.63.5",
"@modern-js/tsconfig": "2.63.6",
"@rslib/core": "0.2.2",
"@types/hast": "3.0.4",
"@types/node": "^18.11.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-typedoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.49.1",
"@modern-js/tsconfig": "2.63.5",
"@modern-js/tsconfig": "2.63.6",
"@rslib/core": "0.2.2",
"@types/node": "^18.11.17",
"@types/react": "^18.3.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"react-router-dom": "^6.28.1"
},
"devDependencies": {
"@modern-js/tsconfig": "2.63.5",
"@modern-js/tsconfig": "2.63.6",
"@types/jest": "~29.5.14",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
"react-syntax-highlighter": "^15.6.1"
},
"devDependencies": {
"@modern-js/plugin-tailwindcss": "2.63.5",
"@modern-js/tsconfig": "2.63.5",
"@modern-js/plugin-tailwindcss": "2.63.6",
"@modern-js/tsconfig": "2.63.6",
"@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": "^3.0.0",
"@types/mdast": "^3.0.15",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
Expand Down
Loading

0 comments on commit 8039e6b

Please sign in to comment.