diff options
author | 2023-05-08 10:17:09 -0700 | |
---|---|---|
committer | 2023-05-08 13:17:09 -0400 | |
commit | e54dcd59437a0532ad391850dbc031f585149b49 (patch) | |
tree | 71eccb8196c083ed655fb69c0b0e9117f53c6fb1 /packages/integrations/vue | |
parent | 157357e1fb6ff2c14a717230cc485fb76a3fea03 (diff) | |
download | astro-e54dcd59437a0532ad391850dbc031f585149b49.tar.gz astro-e54dcd59437a0532ad391850dbc031f585149b49.tar.zst astro-e54dcd59437a0532ad391850dbc031f585149b49.zip |
[ci] release (#7037)astro@2.4.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 de5e5efcd..bc357b50b 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.2", + "astro": "workspace:^2.4.3", "vue": "^3.2.30" }, "engines": { |