fix: upgrade vite to v8 to resolve esbuild vulnerability

This commit is contained in:
jegly 2026-03-27 14:21:17 +11:00
commit 0a1575206f
2 changed files with 299 additions and 420 deletions

View file

@ -22,6 +22,6 @@
"postcss": "^8.5.8",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3",
"vite": "^5.4.21"
"vite": "^8.0.3"
}
}