diff options
author | 2023-01-09 10:58:38 -0500 | |
---|---|---|
committer | 2023-01-09 10:58:38 -0500 | |
commit | 7572f7402238da37de748be58d678fedaf863b53 (patch) | |
tree | a7714fd87ad069a69049ef211daedd28f8eee060 /packages/integrations/vue | |
parent | 32b0795bc0b4548bb043bd44e42836e05fa9e296 (diff) | |
download | astro-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.json | 3 |
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" |