diff options
author | 2024-12-03 13:07:55 +0100 | |
---|---|---|
committer | 2024-12-03 13:07:55 +0100 | |
commit | 4f2fd0a0d67a748af8b611b9afc7d4c789f7c8cc (patch) | |
tree | 4d6e65ae9ee16c218c8a980e3199d5d25f9cb211 /packages/integrations/vue | |
parent | 2453caccd21bed35f5ba92d652ecfba0ff93abda (diff) | |
download | astro-4f2fd0a0d67a748af8b611b9afc7d4c789f7c8cc.tar.gz astro-4f2fd0a0d67a748af8b611b9afc7d4c789f7c8cc.tar.zst astro-4f2fd0a0d67a748af8b611b9afc7d4c789f7c8cc.zip |
fix: cleanup peer deps ranges (#12594)
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 314c94316..7f4933339 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -56,7 +56,7 @@ "vue": "^3.5.13" }, "peerDependencies": { - "astro": "^5.0.0-alpha.0", + "astro": "^5.0.0", "vue": "^3.2.30" }, "engines": { |