summaryrefslogtreecommitdiff
path: root/packages/integrations/svelte/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-11-21 04:45:51 -0800
committerGravatar GitHub <noreply@github.com> 2024-11-21 12:45:51 +0000
commita9ce785146d78595fb4d52e1d39dc6ed01d04d66 (patch)
treead98feb9ac29cb440b0bdd9163285f3c67a6b479 /packages/integrations/svelte/package.json
parent285c6e3598eac81632057a37ad74459cc65c357d (diff)
downloadastro-a9ce785146d78595fb4d52e1d39dc6ed01d04d66.tar.gz
astro-a9ce785146d78595fb4d52e1d39dc6ed01d04d66.tar.zst
astro-a9ce785146d78595fb4d52e1d39dc6ed01d04d66.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/svelte/package.json')
-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 e88e6d5e7..2d6aebe34 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
- "version": "6.0.1",
+ "version": "6.0.2-beta.0",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
@@ -49,7 +49,7 @@
"svelte": "^5.1.16"
},
"peerDependencies": {
- "astro": "^4.0.0",
+ "astro": "^5.0.0-beta.9",
"svelte": "^5.1.16",
"typescript": "^5.3.3"
},