Skip to content

Commit aa79e27

Browse files
fix(deps): update all non-major dependencies (#8328)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 87245a5 commit aa79e27

File tree

10 files changed

+799
-622
lines changed

10 files changed

+799
-622
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"devDependencies": {
2121
"@iconify-json/carbon": "catalog:",
2222
"@iconify-json/logos": "catalog:",
23-
"@shikijs/transformers": "^3.8.0",
24-
"@shikijs/vitepress-twoslash": "^3.8.0",
23+
"@shikijs/transformers": "^3.8.1",
24+
"@shikijs/vitepress-twoslash": "^3.8.1",
2525
"@unocss/reset": "catalog:",
2626
"@vite-pwa/assets-generator": "^1.0.0",
2727
"@vite-pwa/vitepress": "^1.0.0",

examples/projects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@testing-library/react": "^13.4.0",
1414
"@testing-library/user-event": "^14.6.1",
1515
"@types/react": "^19.1.8",
16-
"@vitejs/plugin-react": "^4.6.0",
16+
"@vitejs/plugin-react": "^4.7.0",
1717
"@vitest/ui": "latest",
1818
"fastify": "^5.4.0",
1919
"jsdom": "^26.1.0",

examples/typecheck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:run": "vitest run"
1111
},
1212
"devDependencies": {
13-
"@types/node": "^20.19.7",
13+
"@types/node": "^20.19.9",
1414
"@vitest/ui": "latest",
1515
"typescript": "^5.8.3",
1616
"vite": "latest",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@
4343
"@rollup/plugin-commonjs": "^28.0.6",
4444
"@rollup/plugin-json": "^6.1.0",
4545
"@rollup/plugin-node-resolve": "^16.0.1",
46-
"@types/node": "^22.16.3",
46+
"@types/node": "^22.16.5",
4747
"@types/ws": "catalog:",
4848
"@vitest/browser": "workspace:*",
4949
"@vitest/coverage-istanbul": "workspace:*",
5050
"@vitest/coverage-v8": "workspace:*",
5151
"@vitest/ui": "workspace:*",
5252
"bumpp": "^10.2.0",
5353
"changelogithub": "^13.16.0",
54-
"esbuild": "^0.25.6",
54+
"esbuild": "^0.25.8",
5555
"eslint": "^9.31.0",
5656
"magic-string": "^0.30.17",
5757
"pathe": "^2.0.3",
5858
"rimraf": "^6.0.1",
59-
"rollup": "^4.45.0",
59+
"rollup": "^4.45.1",
6060
"rollup-plugin-dts": "^6.2.1",
6161
"rollup-plugin-license": "^3.6.0",
6262
"tinyglobby": "catalog:",
@@ -66,7 +66,7 @@
6666
"unplugin-oxc": "^0.4.6",
6767
"vite": "^6.3.5",
6868
"vitest": "workspace:*",
69-
"zx": "^8.7.0"
69+
"zx": "^8.7.1"
7070
},
7171
"pnpm": {
7272
"overrides": {

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@
116116
"playwright-core": "^1.54.1",
117117
"safaridriver": "^1.0.0",
118118
"vitest": "workspace:*",
119-
"webdriverio": "^9.17.0"
119+
"webdriverio": "^9.18.1"
120120
}
121121
}

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"d3-graph-controller": "^3.1.1",
7979
"floating-vue": "^5.2.2",
8080
"mime": "^4.0.7",
81-
"rollup": "^4.45.0",
81+
"rollup": "^4.45.1",
8282
"splitpanes": "^3.2.0",
8383
"unocss": "catalog:",
8484
"unplugin-auto-import": "^0.19.0",

packages/vitest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"expect-type": "^1.2.2",
164164
"magic-string": "catalog:",
165165
"pathe": "catalog:",
166-
"picomatch": "^4.0.2",
166+
"picomatch": "^4.0.3",
167167
"std-env": "catalog:",
168168
"tinybench": "^2.9.0",
169169
"tinyexec": "^0.3.2",
@@ -185,8 +185,8 @@
185185
"@types/istanbul-reports": "catalog:",
186186
"@types/jsdom": "^21.1.7",
187187
"@types/mime": "^4.0.0",
188-
"@types/node": "^22.16.3",
189-
"@types/picomatch": "^4.0.0",
188+
"@types/node": "^22.16.5",
189+
"@types/picomatch": "^4.0.1",
190190
"@types/prompts": "^2.4.9",
191191
"@types/sinonjs__fake-timers": "^8.1.5",
192192
"acorn-walk": "catalog:",

0 commit comments

Comments
 (0)