Skip to content

Commit 07179af

Browse files
authored
Merge pull request #1362 from thewtex/vite-versions
build: upgrade vite to 6.2.3 and related
2 parents 3242774 + ad620e3 commit 07179af

File tree

2 files changed

+669
-639
lines changed

2 files changed

+669
-639
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "itk-wasm-workspace",
33
"version": "1.0.0",
44
"private": true,
5-
"packageManager": "pnpm@10.5.2",
5+
"packageManager": "pnpm@10.7.1",
66
"description": "High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.",
77
"type": "module",
88
"directories": {
@@ -40,9 +40,13 @@
4040
"pnpm": {
4141
"overrides": {
4242
"@shoelace-style/shoelace": "^2.12.0",
43+
"@types/node": "^22.13.13",
44+
"esbuild": "^0.25.1",
4345
"start-server-and-test": "^2.0.4",
4446
"ava": "^6.1.3",
45-
"cypress": "^14.2.1"
47+
"cypress": "^14.2.1",
48+
"shx": "^0.4.0",
49+
"vite": "^6.2.3"
4650
}
4751
},
4852
"commitlint": {

0 commit comments

Comments
 (0)