Skip to content

Commit 69eff73

Browse files
chore(deps): update all non-major dependencies
1 parent 65432a7 commit 69eff73

File tree

11 files changed

+332
-377
lines changed

11 files changed

+332
-377
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@vite-pwa/assets-generator": "^1.0.2",
2828
"@vite-pwa/vitepress": "^1.1.0",
2929
"@vitejs/plugin-vue": "catalog:",
30-
"@voidzero-dev/vitepress-theme": "^4.3.0",
30+
"@voidzero-dev/vitepress-theme": "^4.4.1",
3131
"https-localhost": "^4.7.1",
3232
"tinyglobby": "catalog:",
3333
"unocss": "catalog:",

examples/fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@vitest/ui": "latest",
15-
"fastify": "^5.7.1",
15+
"fastify": "^5.7.2",
1616
"supertest": "^7.2.2",
1717
"tsx": "^4.21.0",
1818
"vite": "latest",

examples/projects/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"@testing-library/jest-dom": "^6.9.1",
1313
"@testing-library/react": "^16.3.2",
1414
"@testing-library/user-event": "^14.6.1",
15-
"@types/react": "^19.2.9",
15+
"@types/react": "^19.2.10",
1616
"@vitejs/plugin-react": "^5.1.2",
1717
"@vitest/ui": "latest",
18-
"fastify": "^5.7.1",
18+
"fastify": "^5.7.2",
1919
"jsdom": "^27.4.0",
20-
"react": "^19.2.3",
20+
"react": "^19.2.4",
2121
"supertest": "^7.2.2",
2222
"tsx": "^4.21.0",
2323
"vite": "latest",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "4.1.0-beta.2",
55
"private": true,
6-
"packageManager": "pnpm@10.28.1",
6+
"packageManager": "pnpm@10.28.2",
77
"description": "Next generation testing framework powered by Vite",
88
"engines": {
99
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
@@ -58,7 +58,7 @@
5858
"magic-string": "^0.30.21",
5959
"pathe": "^2.0.3",
6060
"premove": "^4.0.0",
61-
"rollup": "^4.56.0",
61+
"rollup": "^4.57.0",
6262
"rollup-plugin-dts": "^6.3.0",
6363
"rollup-plugin-license": "^3.6.0",
6464
"tinyglobby": "catalog:",

packages/pretty-format/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@types/react-is": "^19.2.0",
41-
"react-is": "^19.2.3",
41+
"react-is": "^19.2.4",
4242
"react-is-18": "npm:react-is@18.3.1"
4343
}
4444
}

packages/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@
7575
"birpc": "catalog:",
7676
"codemirror": "^5.65.18",
7777
"codemirror-theme-vars": "^0.1.2",
78-
"d3-graph-controller": "^3.1.6",
78+
"d3-graph-controller": "^3.1.7",
7979
"floating-vue": "^5.2.2",
8080
"mime": "^4.1.0",
81-
"rollup": "^4.56.0",
81+
"rollup": "^4.57.0",
8282
"splitpanes": "^4.0.4",
8383
"typescript": "^5.9.3",
8484
"unocss": "catalog:",
@@ -87,7 +87,7 @@
8787
"vitest-browser-vue": "2.0.2",
8888
"vue": "catalog:",
8989
"vue-router": "^4.6.4",
90-
"vue-tsc": "^3.2.3",
90+
"vue-tsc": "^3.2.4",
9191
"vue-virtual-scroller": "2.0.0-beta.8"
9292
}
9393
}

packages/vitest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
},
194194
"devDependencies": {
195195
"@antfu/install-pkg": "^1.1.0",
196-
"@bomb.sh/tab": "^0.0.11",
196+
"@bomb.sh/tab": "^0.0.12",
197197
"@edge-runtime/vm": "^5.0.0",
198198
"@jridgewell/trace-mapping": "catalog:",
199199
"@opentelemetry/api": "^1.9.0",
@@ -212,7 +212,7 @@
212212
"cac": "catalog:",
213213
"empathic": "^2.0.0",
214214
"flatted": "catalog:",
215-
"happy-dom": "^20.3.7",
215+
"happy-dom": "^20.4.0",
216216
"jsdom": "^27.4.0",
217217
"local-pkg": "^1.1.2",
218218
"mime": "^4.1.0",

0 commit comments

Comments
 (0)