summaryrefslogtreecommitdiff
path: root/packages/integrations/svelte/package.json
diff options
context:
space:
mode:
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 61d959537..d201d7ff7 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
- "version": "2.2.0",
+ "version": "3.0.0",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
@@ -48,7 +48,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
- "astro": "workspace:^2.6.1",
+ "astro": "workspace:^2.6.2",
"svelte": "^3.55.0"
},
"engines": {