diff options
Diffstat (limited to 'packages/integrations/vue/package.json')
-rw-r--r-- | packages/integrations/vue/package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index aec6d3eaf..b99400b34 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "4.5.3", + "version": "5.0.0-beta.2", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", @@ -43,10 +43,10 @@ }, "dependencies": { "@vitejs/plugin-vue": "^5.2.1", - "@vitejs/plugin-vue-jsx": "^4.1.1", - "@vue/compiler-sfc": "^3.5.13", - "vite-plugin-vue-devtools": "^7.6.4", - "vite": "^5.4.11" + "@vitejs/plugin-vue-jsx": "^4.0.1", + "@vue/compiler-sfc": "^3.5.12", + "vite": "^6.0.1", + "vite-plugin-vue-devtools": "^7.6.3" }, "devDependencies": { "astro": "workspace:*", @@ -56,11 +56,11 @@ "vue": "^3.5.13" }, "peerDependencies": { - "astro": "^4.0.0", + "astro": "^5.0.0-alpha.0", "vue": "^3.2.30" }, "engines": { - "node": "^18.17.1 || ^20.3.0 || >=21.0.0" + "node": "^18.17.1 || ^20.3.0 || >=22.0.0" }, "publishConfig": { "provenance": true |