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 3ff627cc8..0d5e5b8ff 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "3.1.0", + "version": "3.1.1", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", @@ -48,7 +48,7 @@ "vite": "^4.4.6" }, "peerDependencies": { - "astro": "workspace:^2.10.9", + "astro": "workspace:^2.10.10", "svelte": "^3.55.0 || ^4.0.0" }, "engines": { |