diff options
author | 2023-07-28 06:12:05 -0700 | |
---|---|---|
committer | 2023-07-28 09:12:05 -0400 | |
commit | 98ca04f91546ed620f9a3ec0d35a6f597fb11e97 (patch) | |
tree | f46c9cd3776b74e5eccd40421c4abf64d549d3b5 /packages/integrations/vue | |
parent | 2f95a3e0ca04643c9879d1b3c4a234f6e9b7ec4d (diff) | |
download | astro-98ca04f91546ed620f9a3ec0d35a6f597fb11e97.tar.gz astro-98ca04f91546ed620f9a3ec0d35a6f597fb11e97.tar.zst astro-98ca04f91546ed620f9a3ec0d35a6f597fb11e97.zip |
[ci] release (#7851)astro@2.9.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 246bd9398..3c2065007 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.4", + "astro": "workspace:^2.9.5", "vue": "^3.2.30" }, "engines": { |