summaryrefslogtreecommitdiff
path: root/packages/integrations/vue/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/vue/package.json')
-rw-r--r--packages/integrations/vue/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 3d0bca1e2..f220d5bf9 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "3.0.4",
+ "version": "4.0.0-beta.0",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
@@ -57,7 +57,7 @@
"vue": "^3.3.8"
},
"peerDependencies": {
- "astro": "^3.0.0",
+ "astro": "^4.0.0-beta.0",
"vue": "^3.2.30"
},
"engines": {