diff options
author | 2023-06-22 07:06:15 -0700 | |
---|---|---|
committer | 2023-06-22 10:06:15 -0400 | |
commit | 38b104049a4d3f25ff01baeecf3698515ab9a07b (patch) | |
tree | b113560fb596226f95fd2e908716c595a3baa494 /packages/integrations/vue | |
parent | 03b7d17b99a7af2ff2d9de171455df7778fca368 (diff) | |
download | astro-38b104049a4d3f25ff01baeecf3698515ab9a07b.tar.gz astro-38b104049a4d3f25ff01baeecf3698515ab9a07b.tar.zst astro-38b104049a4d3f25ff01baeecf3698515ab9a07b.zip |
[ci] release (#7434)create-astro@3.1.8astro@2.7.0@astrojs/node@5.3.0@astrojs/image@0.17.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index af97bd95c..08a512672 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -56,7 +56,7 @@ "vue": "^3.3.4" }, "peerDependencies": { - "astro": "workspace:^2.6.6", + "astro": "workspace:^2.7.0", "vue": "^3.2.30" }, "engines": { |