diff options
author | 2022-05-11 09:23:32 -0600 | |
---|---|---|
committer | 2022-05-11 09:23:32 -0600 | |
commit | ce6d79828250e9a3631778a37d43068cae04bb4f (patch) | |
tree | 0f1a718d0638d69ea5608b02f8073da417ab0f2c /packages/integrations/vue | |
parent | ccea6a0a1ae55ab057d94f60014e2183013b5f60 (diff) | |
download | astro-ce6d79828250e9a3631778a37d43068cae04bb4f.tar.gz astro-ce6d79828250e9a3631778a37d43068cae04bb4f.tar.zst astro-ce6d79828250e9a3631778a37d43068cae04bb4f.zip |
Fix peer deps issue in svelte and vue plugins (#3333)
* fix peer deps issue
* add changeset
* rebuild lockfile
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 4d23797d9..2daca2ee4 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -31,7 +31,8 @@ "dev": "astro-scripts dev \"src/**/*.ts\"" }, "dependencies": { - "@vitejs/plugin-vue": "^2.3.1" + "@vitejs/plugin-vue": "^2.3.1", + "vite": "^2.9.5" }, "devDependencies": { "astro": "workspace:*", |