diff options
author | 2023-08-03 07:54:48 -0700 | |
---|---|---|
committer | 2023-08-03 10:54:48 -0400 | |
commit | 39b044e09b0ee4041cc340e465f44d487fd15a4a (patch) | |
tree | f600cb5b8b772376078d794fad298c1a4844ce60 /packages/integrations/vue | |
parent | 1f0ee494a5190356d130282f1f51ba2a5e6ea63f (diff) | |
download | astro-39b044e09b0ee4041cc340e465f44d487fd15a4a.tar.gz astro-39b044e09b0ee4041cc340e465f44d487fd15a4a.tar.zst astro-39b044e09b0ee4041cc340e465f44d487fd15a4a.zip |
[ci] release (#7912)astro@2.10.0@astrojs/vercel@3.8.0@astrojs/node@5.3.2@astrojs/image@0.17.3
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 b9e0aa4e2..d36ef5ab8 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.9.7", + "astro": "workspace:^2.10.0", "vue": "^3.2.30" }, "engines": { |