diff options
author | 2023-03-24 10:17:01 -0700 | |
---|---|---|
committer | 2023-03-24 13:17:01 -0400 | |
commit | 12d42f47bd7edf3f92c85d63d6d17b2ed7d1051e (patch) | |
tree | ddb2fb292b4ac4e7dcfd8a30c1d4eab84ab092f8 /packages/integrations/vue | |
parent | a0b6aac2f35ec9e2968b17a76239c12ae285ba0e (diff) | |
download | astro-12d42f47bd7edf3f92c85d63d6d17b2ed7d1051e.tar.gz astro-12d42f47bd7edf3f92c85d63d6d17b2ed7d1051e.tar.zst astro-12d42f47bd7edf3f92c85d63d6d17b2ed7d1051e.zip |
[ci] release (#6646)astro@2.1.7@astrojs/markdoc@0.0.5
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 883a99fb4..b50712619 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -50,7 +50,7 @@ "vue": "^3.2.37" }, "peerDependencies": { - "astro": "workspace:^2.1.6", + "astro": "workspace:^2.1.7", "vue": "^3.2.30" }, "engines": { |