summaryrefslogtreecommitdiff
path: root/packages/integrations/svelte
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2024-11-27 16:20:16 +0800
committerGravatar GitHub <noreply@github.com> 2024-11-27 16:20:16 +0800
commit6fc29e3c24a23774d2bd960028716a660d3e9b53 (patch)
tree546653718c0b8910383455d625558213b1954f08 /packages/integrations/svelte
parentcf0d8b08a0f16bba7310d1a92c82b5a276682e8c (diff)
downloadastro-6fc29e3c24a23774d2bd960028716a660d3e9b53.tar.gz
astro-6fc29e3c24a23774d2bd960028716a660d3e9b53.tar.zst
astro-6fc29e3c24a23774d2bd960028716a660d3e9b53.zip
fix(deps): update all non-major dependencies (#12410)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
Diffstat (limited to 'packages/integrations/svelte')
-rw-r--r--packages/integrations/svelte/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index d46b6d311..053f5ebb6 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -39,14 +39,14 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
- "@sveltejs/vite-plugin-svelte": "^4.0.0",
- "svelte2tsx": "^0.7.22",
- "vite": "^5.4.10"
+ "@sveltejs/vite-plugin-svelte": "^4.0.2",
+ "svelte2tsx": "^0.7.28",
+ "vite": "^5.4.11"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "svelte": "^5.1.16"
+ "svelte": "^5.2.9"
},
"peerDependencies": {
"astro": "^4.0.0",