summaryrefslogtreecommitdiff
path: root/packages/integrations/svelte
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2025-03-21 09:57:20 +0100
committerGravatar GitHub <noreply@github.com> 2025-03-21 09:57:20 +0100
commit3bc2c094c995c47bd3e1e0e046e60db45de7a02c (patch)
treee88e5f263757429a872776634eedea157b3f7a2a /packages/integrations/svelte
parentf49155f5a636300888373e4b201709407eb360b7 (diff)
downloadastro-3bc2c094c995c47bd3e1e0e046e60db45de7a02c.tar.gz
astro-3bc2c094c995c47bd3e1e0e046e60db45de7a02c.tar.zst
astro-3bc2c094c995c47bd3e1e0e046e60db45de7a02c.zip
fix(deps): update astro client runtimes (#13474)
* fix(deps): update astro client runtimes * fix: pin vite-plugin-vue --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Diffstat (limited to 'packages/integrations/svelte')
-rw-r--r--packages/integrations/svelte/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index db5624aaa..96e748b6a 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -42,12 +42,12 @@
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"svelte2tsx": "^0.7.35",
- "vite": "^6.2.1"
+ "vite": "^6.2.2"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "svelte": "^5.22.6"
+ "svelte": "^5.23.2"
},
"peerDependencies": {
"astro": "^5.0.0",