diff options
author | 2023-05-11 12:14:17 -0700 | |
---|---|---|
committer | 2023-05-11 15:14:17 -0400 | |
commit | 0fc026f63c92766ca69f992ee5ca4d17453860f5 (patch) | |
tree | bc770539befdd23733587524d6b6bd05aa6ce0ec /packages/integrations/vue | |
parent | 4f1073a6a4f3e5a4fc9df96a2ae59f2e929703fe (diff) | |
download | astro-0fc026f63c92766ca69f992ee5ca4d17453860f5.tar.gz astro-0fc026f63c92766ca69f992ee5ca4d17453860f5.tar.zst astro-0fc026f63c92766ca69f992ee5ca4d17453860f5.zip |
[ci] release (#7065)astro@2.4.5@astrojs/image@0.16.8
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 b31da9689..a33671444 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.4.4", + "astro": "workspace:^2.4.5", "vue": "^3.2.30" }, "engines": { |