summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2023-10-26 18:07:02 +0800
committerGravatar GitHub <noreply@github.com> 2023-10-26 18:07:02 +0800
commitc8976440ff396843af5d73ddddd97b230a1866f5 (patch)
tree11aeeaaf2fe2721d38a08d42a6a98e58302008b7 /packages/integrations/vue
parent28e56309a04a1a23ed1e2f62e8714ea0515ced25 (diff)
downloadastro-c8976440ff396843af5d73ddddd97b230a1866f5.tar.gz
astro-c8976440ff396843af5d73ddddd97b230a1866f5.tar.zst
astro-c8976440ff396843af5d73ddddd97b230a1866f5.zip
Prevent bumping peer deps (#8893)
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r--packages/integrations/vue/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 03e20fe06..38394dff0 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -56,7 +56,7 @@
"vue": "^3.3.4"
},
"peerDependencies": {
- "astro": "workspace:^3.3.4",
+ "astro": "^3.0.0",
"vue": "^3.2.30"
},
"engines": {