summaryrefslogtreecommitdiff
path: root/packages/integrations/svelte/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-06-08 22:40:17 -0700
committerGravatar GitHub <noreply@github.com> 2023-06-09 08:40:17 +0300
commite138f663442c27c473987900cb1fe243949a5a52 (patch)
treec9b24e13457d006a02b8b01dabd30ca3ea50d68d /packages/integrations/svelte/package.json
parent8341c461b574d53fe455c49d4ae3a53f2e0196b5 (diff)
downloadastro-bbcb801ab7140cf9d69231b49079eb96c903fe7b.tar.gz
astro-bbcb801ab7140cf9d69231b49079eb96c903fe7b.tar.zst
astro-bbcb801ab7140cf9d69231b49079eb96c903fe7b.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 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": {