diff options
author | 2024-11-21 12:12:00 +0100 | |
---|---|---|
committer | 2024-11-21 11:12:00 +0000 | |
commit | 8a46e8074d6afb4a23badbd59ed239d526294e8c (patch) | |
tree | fb6158c430db4641c032227a4dea627d1580b3f9 /packages/integrations/vue | |
parent | e329657a00ae4b36efa395670eacb66a4bb0c576 (diff) | |
download | astro-8a46e8074d6afb4a23badbd59ed239d526294e8c.tar.gz astro-8a46e8074d6afb4a23badbd59ed239d526294e8c.tar.zst astro-8a46e8074d6afb4a23badbd59ed239d526294e8c.zip |
Resolve peer dependency problem in the integration packages (SolidJS, Vue, Svelte, React) (#12481)
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
Co-authored-by: bluwy <34116392+bluwy@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 325d8781f..ce658b6a8 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -45,14 +45,14 @@ "@vitejs/plugin-vue": "^5.1.4", "@vitejs/plugin-vue-jsx": "^4.0.1", "@vue/compiler-sfc": "^3.5.12", - "vite-plugin-vue-devtools": "^7.6.3" + "vite-plugin-vue-devtools": "^7.6.3", + "vite": "^5.4.10" }, "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", "cheerio": "1.0.0", "linkedom": "^0.18.5", - "vite": "^5.4.10", "vue": "^3.5.12" }, "peerDependencies": { |