Skip to content

Commit

Permalink
chore: fix vite peer dependency issue for vue integration (#12688)
Browse files Browse the repository at this point in the history
* chore: fix peer dependency issue for vue integration

* add changesets
  • Loading branch information
yoyo837 authored Dec 10, 2024
1 parent 1c4a032 commit 7dc2fca
Show file tree
Hide file tree
Showing 3 changed files with 276 additions and 59 deletions.
5 changes: 5 additions & 0 deletions .changeset/green-coins-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/vue': patch
---

fix vite peer dependency issue for vue integration
4 changes: 2 additions & 2 deletions packages/integrations/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
},
"dependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vue/compiler-sfc": "^3.5.12",
"vite": "^6.0.1",
"vite-plugin-vue-devtools": "^7.6.3"
"vite-plugin-vue-devtools": "^7.6.7"
},
"devDependencies": {
"astro": "workspace:*",
Expand Down
Loading

0 comments on commit 7dc2fca

Please sign in to comment.