diff options
author | 2023-12-07 15:34:14 +0000 | |
---|---|---|
committer | 2023-12-07 23:34:14 +0800 | |
commit | 1b4e91898116f75b02b66ec402385cf44e559118 (patch) | |
tree | f9e20cf4a3613c8de52f53c9ed608e319ea0061e /packages/integrations/vue | |
parent | 270c6cc27f20995883fcdabbff9b56d7f041f9e4 (diff) | |
download | astro-1b4e91898116f75b02b66ec402385cf44e559118.tar.gz astro-1b4e91898116f75b02b66ec402385cf44e559118.tar.zst astro-1b4e91898116f75b02b66ec402385cf44e559118.zip |
chore: update peer dependencies (#9366)
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 9ed3417f6..122679589 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -57,7 +57,7 @@ "vue": "^3.3.8" }, "peerDependencies": { - "astro": "^4.0.0-beta.0", + "astro": "^4.0.0", "vue": "^3.2.30" }, "engines": { |