fix: bump vite to ^8.0.0 for @sveltejs/vite-plugin-svelte 7 compat

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-04-02 13:27:04 +09:00
parent 5a13b83e4d
commit 99821df5c9

View File

@@ -11,6 +11,6 @@
"@sveltejs/adapter-node": "^5.0.0", "@sveltejs/adapter-node": "^5.0.0",
"@sveltejs/kit": "^2.0.0", "@sveltejs/kit": "^2.0.0",
"svelte": "^5.0.0", "svelte": "^5.0.0",
"vite": "^6.0.0" "vite": "^8.0.0"
} }
} }