summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2023-01-09 10:58:38 -0500
committerGravatar GitHub <noreply@github.com> 2023-01-09 10:58:38 -0500
commit7572f7402238da37de748be58d678fedaf863b53 (patch)
treea7714fd87ad069a69049ef211daedd28f8eee060 /packages/integrations/vue
parent32b0795bc0b4548bb043bd44e42836e05fa9e296 (diff)
downloadastro-7572f7402238da37de748be58d678fedaf863b53.tar.gz
astro-7572f7402238da37de748be58d678fedaf863b53.tar.zst
astro-7572f7402238da37de748be58d678fedaf863b53.zip
Add Astro as a peerDependency (#5806)
* Add Astro as a peerDependency * Add changeset * Update .changeset/thin-seahorses-worry.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r--packages/integrations/vue/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index cbff543fb..c0655a85d 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -50,7 +50,8 @@
"vue": "^3.2.37"
},
"peerDependencies": {
- "vue": "^3.2.30"
+ "vue": "^3.2.30",
+ "astro": "workspace:^2.0.0-beta.0"
},
"engines": {
"node": "^14.18.0 || >=16.12.0"