diff options
Diffstat (limited to 'packages/integrations/vue/package.json')
-rw-r--r-- | packages/integrations/vue/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 6de8c2ad2..b49456f5e 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "2.1.1", + "version": "2.2.0", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", @@ -56,7 +56,7 @@ "vue": "^3.2.37" }, "peerDependencies": { - "astro": "workspace:^2.4.5", + "astro": "workspace:^2.5.0", "vue": "^3.2.30" }, "engines": { |