Skip to content

Commit eeb3379

Browse files
chore(deps): update all patch dependencies
1 parent 70ac277 commit eeb3379

File tree

10 files changed

+159
-109
lines changed

10 files changed

+159
-109
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react": "^19.2.4",
1616
"react-dom": "^19.2.4",
1717
"solid-js": "^1.9.12",
18-
"vue": "^3.5.31"
18+
"vue": "^3.5.32"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^22.8.1"

e2e/fixtures/tailwind-v4/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"@rspress/core": "workspace:*"
1313
},
1414
"devDependencies": {
15-
"@tailwindcss/postcss": "^4.1.18",
15+
"@tailwindcss/postcss": "^4.2.2",
1616
"@types/node": "^22.8.1",
1717
"class-variance-authority": "^0.7.1",
1818
"clsx": "^2.1.1",
1919
"tailwind-merge": "^2.6.1",
20-
"tailwindcss": "^4.1.18"
20+
"tailwindcss": "^4.2.2"
2121
}
2222
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
]
3535
},
3636
"devDependencies": {
37-
"@biomejs/biome": "^2.4.9",
37+
"@biomejs/biome": "^2.4.10",
3838
"@changesets/cli": "^2.30.0",
3939
"@playwright/test": "1.58.2",
4040
"@rspress/config": "workspace:*",

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@rspress/shared": "workspace:*",
7171
"@shikijs/rehype": "^4.0.2",
7272
"@types/unist": "^3.0.3",
73-
"@unhead/react": "^2.1.12",
73+
"@unhead/react": "^2.1.13",
7474
"body-scroll-lock": "4.0.0-beta.0",
7575
"cac": "^7.0.0",
7676
"chokidar": "^3.6.0",
@@ -80,7 +80,7 @@
8080
"github-slugger": "^2.0.0",
8181
"hast-util-heading-rank": "^3.0.0",
8282
"hast-util-to-jsx-runtime": "^2.3.6",
83-
"lodash-es": "^4.17.23",
83+
"lodash-es": "^4.18.1",
8484
"mdast-util-mdx": "^3.0.0",
8585
"mdast-util-mdxjs-esm": "^2.0.1",
8686
"medium-zoom": "1.1.0",
@@ -106,7 +106,7 @@
106106
"tinypool": "^1.1.1",
107107
"unified": "^11.0.5",
108108
"unist-util-remove": "^4.0.0",
109-
"unist-util-visit": "^5.0.0",
109+
"unist-util-visit": "^5.1.0",
110110
"unist-util-visit-children": "^3.0.0"
111111
},
112112
"devDependencies": {
@@ -135,7 +135,7 @@
135135
"rsbuild-plugin-publint": "^0.3.4",
136136
"rsbuild-plugin-virtual-module": "0.4.1",
137137
"tailwindcss": "^3.4.19",
138-
"ts-json-schema-generator": "^2.4.0",
138+
"ts-json-schema-generator": "^2.9.0",
139139
"typescript": "^5.8.2",
140140
"vfile": "^6.0.3"
141141
},

packages/plugin-api-docgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"react-markdown": "^10.1.0",
3434
"remark-gfm": "^4.0.1",
3535
"unified": "^11.0.5",
36-
"unist-util-visit": "^5.0.0"
36+
"unist-util-visit": "^5.1.0"
3737
},
3838
"devDependencies": {
3939
"@microsoft/api-extractor": "^7.57.7",

packages/plugin-llms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"remark-parse": "^11.0.0",
3838
"remark-stringify": "^11.0.0",
3939
"unified": "^11.0.5",
40-
"unist-util-visit": "^5.0.0"
40+
"unist-util-visit": "^5.1.0"
4141
},
4242
"devDependencies": {
4343
"@microsoft/api-extractor": "^7.57.7",

packages/plugin-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@oxidation-compiler/napi": "^0.2.0",
3838
"remark-gfm": "^4.0.1",
3939
"rspack-plugin-virtual-module": "1.0.1",
40-
"unist-util-visit": "^5.0.0"
40+
"unist-util-visit": "^5.1.0"
4141
},
4242
"devDependencies": {
4343
"@babel/types": "^7.29.0",

packages/plugin-preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"rsbuild-plugin-publint": "^0.3.4",
4949
"typescript": "^5.8.2",
5050
"unified": "^11.0.5",
51-
"unist-util-visit": "^5.0.0"
51+
"unist-util-visit": "^5.1.0"
5252
},
5353
"peerDependencies": {
5454
"@rspress/core": "workspace:^2.0.8",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@rsbuild/core": "2.0.0-beta.11",
4242
"@shikijs/rehype": "^4.0.2",
4343
"gray-matter": "4.0.3",
44-
"lodash-es": "^4.17.23",
44+
"lodash-es": "^4.18.1",
4545
"unified": "^11.0.5"
4646
},
4747
"devDependencies": {

0 commit comments

Comments
 (0)