diff options
Diffstat (limited to 'packages/integrations/svelte/package.json')
-rw-r--r-- | packages/integrations/svelte/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 003f119cf..9694acab6 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "4.0.4", + "version": "5.0.0-beta.0", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", @@ -52,7 +52,7 @@ "vite": "^5.0.0" }, "peerDependencies": { - "astro": "^3.0.0", + "astro": "^4.0.0-beta.0", "svelte": "^4.0.0 || ^5.0.0-next.1" }, "engines": { |