Skip to content

Commit 468f78f

Browse files
chore(deps): update all patch dependencies
1 parent c83c6d8 commit 468f78f

18 files changed

Lines changed: 529 additions & 447 deletions

File tree

e2e/fixtures/plugin-preview-custom-entry/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"preview": "rspress preview"
99
},
1010
"dependencies": {
11-
"@rsbuild/plugin-vue": "^1.2.1",
11+
"@rsbuild/plugin-vue": "^1.2.2",
1212
"@rspress/core": "workspace:*",
1313
"@rspress/plugin-preview": "workspace:*",
1414
"react": "^19.2.3",
1515
"react-dom": "^19.2.3",
1616
"solid-js": "^1.9.10",
17-
"vue": "^3.5.25"
17+
"vue": "^3.5.26"
1818
},
1919
"devDependencies": {
2020
"@types/node": "^22.8.1"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
]
3232
},
3333
"devDependencies": {
34-
"@biomejs/biome": "^2.3.8",
34+
"@biomejs/biome": "^2.3.10",
3535
"@changesets/cli": "^2.29.8",
3636
"@playwright/test": "1.57.0",
3737
"@rspress/config": "workspace:*",
38-
"@rstest/core": "^0.7.2",
38+
"@rstest/core": "^0.7.5",
3939
"@types/cross-spawn": "^6.0.6",
4040
"@types/node": "^22.8.1",
4141
"check-dependency-version-consistency": "^5.0.1",
@@ -44,7 +44,7 @@
4444
"cspell": "^9.4.0",
4545
"cspell-ban-words": "^0.0.4",
4646
"get-port": "5.1.1",
47-
"heading-case": "^1.0.3",
47+
"heading-case": "^1.0.4",
4848
"husky": "^9.1.7",
4949
"lint-staged": "~16.2.7",
5050
"nx": "21.6.10",

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"dependencies": {
7070
"@mdx-js/mdx": "^3.1.1",
7171
"@mdx-js/react": "^3.1.1",
72-
"@rsbuild/core": "~1.6.14",
72+
"@rsbuild/core": "~1.6.15",
7373
"@rsbuild/plugin-react": "~1.4.2",
7474
"@rspress/mdx-rs": "0.6.6",
7575
"@rspress/runtime": "workspace:*",
@@ -87,7 +87,7 @@
8787
"hast-util-heading-rank": "^3.0.0",
8888
"hast-util-to-jsx-runtime": "^2.3.6",
8989
"html-to-text": "^9.0.5",
90-
"lodash-es": "^4.17.21",
90+
"lodash-es": "^4.17.22",
9191
"mdast-util-mdx": "^3.0.0",
9292
"mdast-util-mdxjs-esm": "^2.0.1",
9393
"medium-zoom": "1.1.0",
@@ -115,7 +115,7 @@
115115
"@microsoft/api-extractor": "^7.55.2",
116116
"@rsbuild/plugin-sass": "~1.4.0",
117117
"@rsbuild/plugin-svgr": "^1.2.3",
118-
"@rslib/core": "0.18.4",
118+
"@rslib/core": "0.18.5",
119119
"@rspress/config": "workspace:*",
120120
"@types/body-scroll-lock": "^3.1.2",
121121
"@types/hast": "^3.0.4",
@@ -127,7 +127,7 @@
127127
"@types/react": "^19.2.7",
128128
"@types/react-dom": "^19.2.3",
129129
"@types/react-reconciler": "^0.32.3",
130-
"@types/web": "^0.0.301",
130+
"@types/web": "^0.0.306",
131131
"execa": "8.0.1",
132132
"mdast-util-directive": "^3.1.0",
133133
"mdast-util-mdx-expression": "^2.0.1",

packages/create-rspress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"start": "node ./dist/index.js"
2929
},
3030
"dependencies": {
31-
"create-rstack": "1.7.19"
31+
"create-rstack": "1.7.20"
3232
},
3333
"devDependencies": {
3434
"@microsoft/api-extractor": "^7.55.2",
35-
"@rslib/core": "0.18.4",
35+
"@rslib/core": "0.18.5",
3636
"@types/node": "^22.8.1",
3737
"rsbuild-plugin-publint": "^0.3.3",
3838
"typescript": "^5.8.2"

packages/plugin-algolia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@microsoft/api-extractor": "^7.55.2",
4747
"@rsbuild/plugin-react": "~1.4.2",
48-
"@rslib/core": "0.18.4",
48+
"@rslib/core": "0.18.5",
4949
"@rspress/config": "workspace:*",
5050
"@types/node": "^22.8.1",
5151
"@types/react": "^19.2.7",

packages/plugin-api-docgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@microsoft/api-extractor": "^7.55.2",
41-
"@rslib/core": "0.18.4",
41+
"@rslib/core": "0.18.5",
4242
"@types/hast": "^3.0.4",
4343
"@types/mdast": "^4.0.4",
4444
"@types/node": "^22.8.1",

packages/plugin-client-redirects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@microsoft/api-extractor": "^7.55.2",
38-
"@rslib/core": "0.18.4",
38+
"@rslib/core": "0.18.5",
3939
"@rspress/config": "workspace:*",
4040
"@types/node": "^22.8.1",
4141
"@types/react": "^19.2.7",

packages/plugin-llms/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
},
4242
"devDependencies": {
4343
"@microsoft/api-extractor": "^7.55.2",
44-
"@rsbuild/core": "~1.6.14",
44+
"@rsbuild/core": "~1.6.15",
4545
"@rsbuild/plugin-react": "~1.4.2",
4646
"@rsbuild/plugin-sass": "~1.4.0",
47-
"@rslib/core": "0.18.4",
47+
"@rslib/core": "0.18.5",
4848
"@rspress/config": "workspace:*",
4949
"@types/hast": "^3.0.4",
5050
"@types/node": "^22.8.1",

packages/plugin-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@babel/types": "^7.28.5",
4444
"@rsbuild/plugin-react": "~1.4.2",
45-
"@rslib/core": "0.18.4",
45+
"@rslib/core": "0.18.5",
4646
"@rspress/plugin-playground": "workspace:*",
4747
"@types/babel__core": "^7.20.5",
4848
"@types/babel__standalone": "^7.1.9",

packages/plugin-preview/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
"reset": "rimraf ./**/node_modules"
2929
},
3030
"dependencies": {
31-
"@rsbuild/core": "~1.6.14",
31+
"@rsbuild/core": "~1.6.15",
3232
"@rsbuild/plugin-babel": "~1.0.6",
3333
"@rsbuild/plugin-react": "~1.4.2",
3434
"qrcode.react": "^4.2.0"
3535
},
3636
"devDependencies": {
37-
"@rslib/core": "0.18.4",
37+
"@rslib/core": "0.18.5",
3838
"@types/mdast": "^4.0.4",
3939
"@types/node": "^22.8.1",
4040
"@types/react": "^19.2.7",

0 commit comments

Comments
 (0)