summaryrefslogtreecommitdiff
path: root/packages/integrations/svelte
diff options
context:
space:
mode:
authorGravatar Junseong Park <39112954+jsparkdev@users.noreply.github.com> 2025-03-31 23:18:20 +0900
committerGravatar GitHub <noreply@github.com> 2025-03-31 23:18:20 +0900
commitff9d69e3443c80059c54f6296d19f66bb068ead3 (patch)
treecb22f15eea41a50c25dd131e0ac09548e63b897a /packages/integrations/svelte
parentb8645c18fcbc903d494c42b70d54ce66852810bc (diff)
downloadastro-ff9d69e3443c80059c54f6296d19f66bb068ead3.tar.gz
astro-ff9d69e3443c80059c54f6296d19f66bb068ead3.tar.zst
astro-ff9d69e3443c80059c54f6296d19f66bb068ead3.zip
fix: update `vite` to latest version (#13526)
* fix: update `vite` to latest version * apply suggestion Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/svelte')
-rw-r--r--packages/integrations/svelte/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index fe34c7bd0..aa36f62c6 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -42,7 +42,7 @@
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"svelte2tsx": "^0.7.35",
- "vite": "^6.2.3"
+ "vite": "^6.2.4"
},
"devDependencies": {
"astro": "workspace:*",