summaryrefslogtreecommitdiff
path: root/packages/integrations/svelte
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2025-03-11 13:51:35 +0000
committerGravatar GitHub <noreply@github.com> 2025-03-11 13:51:35 +0000
commit725bc0d71b6e00453591ae09f0b1292df135d0aa (patch)
tree087e2f51a663d7e7f940925e714570e9085d86b4 /packages/integrations/svelte
parentb68f216851051d8726b6b03d25632b3cf316ee4e (diff)
downloadastro-725bc0d71b6e00453591ae09f0b1292df135d0aa.tar.gz
astro-725bc0d71b6e00453591ae09f0b1292df135d0aa.tar.zst
astro-725bc0d71b6e00453591ae09f0b1292df135d0aa.zip
fix(deps): update all non-major dependencies (#13387)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/svelte')
-rw-r--r--packages/integrations/svelte/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index f9f0f3f27..db5624aaa 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -41,13 +41,13 @@
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
- "svelte2tsx": "^0.7.34",
- "vite": "^6.2.0"
+ "svelte2tsx": "^0.7.35",
+ "vite": "^6.2.1"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "svelte": "^5.22.1"
+ "svelte": "^5.22.6"
},
"peerDependencies": {
"astro": "^5.0.0",