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 1c077b117..499641462 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "2.2.0", + "version": "2.2.1", "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.5.5", + "astro": "workspace:^2.5.6", "vue": "^3.2.30" }, "engines": { |