Skip to content

Commit 80f2bb6

Browse files
chore(deps): update all non-major dependencies (#9037)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb98dd8 commit 80f2bb6

File tree

9 files changed

+872
-1115
lines changed

9 files changed

+872
-1115
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"unplugin-vue-components": "catalog:",
3333
"vite": "^6.3.5",
3434
"vite-plugin-pwa": "^0.21.2",
35-
"vitepress": "2.0.0-alpha.12",
35+
"vitepress": "2.0.0-alpha.13",
3636
"vitepress-plugin-group-icons": "^1.6.5",
37-
"vitepress-plugin-llms": "^1.9.1",
37+
"vitepress-plugin-llms": "^1.9.2",
3838
"vitepress-plugin-tabs": "^0.7.3",
3939
"workbox-window": "^7.3.0"
4040
}

examples/projects/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"@testing-library/jest-dom": "^6.9.1",
1313
"@testing-library/react": "^13.4.0",
1414
"@testing-library/user-event": "^14.6.1",
15-
"@types/react": "^19.2.2",
16-
"@vitejs/plugin-react": "^5.1.0",
15+
"@types/react": "^19.2.5",
16+
"@vitejs/plugin-react": "^5.1.1",
1717
"@vitest/ui": "latest",
1818
"fastify": "^5.6.2",
19-
"jsdom": "^27.1.0",
19+
"jsdom": "^27.2.0",
2020
"react": "^19.2.0",
2121
"supertest": "^6.3.4",
2222
"tsx": "^4.20.6",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "4.0.9",
55
"private": true,
6-
"packageManager": "pnpm@10.21.0",
6+
"packageManager": "pnpm@10.22.0",
77
"description": "Next generation testing framework powered by Vite",
88
"engines": {
99
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
@@ -56,14 +56,14 @@
5656
"magic-string": "^0.30.21",
5757
"pathe": "^2.0.3",
5858
"premove": "^4.0.0",
59-
"rollup": "^4.53.1",
59+
"rollup": "^4.53.2",
6060
"rollup-plugin-dts": "^6.2.3",
6161
"rollup-plugin-license": "^3.6.0",
6262
"tinyglobby": "catalog:",
6363
"tsx": "^4.20.6",
6464
"typescript": "^5.9.3",
65-
"unplugin-isolated-decl": "^0.15.3",
66-
"unplugin-oxc": "^0.5.3",
65+
"unplugin-isolated-decl": "^0.15.5",
66+
"unplugin-oxc": "^0.5.4",
6767
"vite": "^7.1.5",
6868
"vitest": "workspace:*",
6969
"zx": "^8.8.5"

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"d3-graph-controller": "^3.1.6",
7979
"floating-vue": "^5.2.2",
8080
"mime": "^4.1.0",
81-
"rollup": "^4.53.1",
81+
"rollup": "^4.53.2",
8282
"splitpanes": "^4.0.4",
8383
"typescript": "^5.9.3",
8484
"unocss": "catalog:",
@@ -87,7 +87,7 @@
8787
"vitest-browser-vue": "2.0.1",
8888
"vue": "catalog:",
8989
"vue-router": "^4.6.3",
90-
"vue-tsc": "^3.1.3",
90+
"vue-tsc": "^3.1.4",
9191
"vue-virtual-scroller": "2.0.0-beta.8"
9292
}
9393
}

packages/vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
"empathic": "^2.0.0",
215215
"flatted": "catalog:",
216216
"happy-dom": "^20.0.10",
217-
"jsdom": "^27.1.0",
217+
"jsdom": "^27.2.0",
218218
"local-pkg": "^1.1.2",
219219
"mime": "^4.1.0",
220220
"prompts": "^2.4.2",

0 commit comments

Comments
 (0)