diff options
author | 2023-10-02 08:55:56 -0700 | |
---|---|---|
committer | 2023-10-02 23:55:56 +0800 | |
commit | 78fda5c3ecebe8e15a0ce2941c80f3742665b9f7 (patch) | |
tree | 2404ce967fec05c6bd889a8c8ebd5e3db7a5b7e1 /packages/integrations/vue | |
parent | 455af3235b3268852e6988accecc796f03f6d16e (diff) | |
download | astro-78fda5c3ecebe8e15a0ce2941c80f3742665b9f7.tar.gz astro-78fda5c3ecebe8e15a0ce2941c80f3742665b9f7.tar.zst astro-78fda5c3ecebe8e15a0ce2941c80f3742665b9f7.zip |
[ci] release (#8722)astro@3.2.2@astrojs/markdoc@0.5.1@astrojs/cloudflare@7.5.0
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 101df60eb..ad2075613 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -56,7 +56,7 @@ "vue": "^3.3.4" }, "peerDependencies": { - "astro": "workspace:^3.2.1", + "astro": "workspace:^3.2.2", "vue": "^3.2.30" }, "engines": { |