diff options
author | 2024-12-10 16:37:56 +0800 | |
---|---|---|
committer | 2024-12-10 08:37:56 +0000 | |
commit | 7dc2fca2eeb646bf3fd362d21c5bbfe273838b5a (patch) | |
tree | a7aef826359e85fec6df66e21dc13aecec32feaa /packages/integrations/vue | |
parent | 1c4a032247747c830be94dbdd0c953511a6bfa53 (diff) | |
download | astro-7dc2fca2eeb646bf3fd362d21c5bbfe273838b5a.tar.gz astro-7dc2fca2eeb646bf3fd362d21c5bbfe273838b5a.tar.zst astro-7dc2fca2eeb646bf3fd362d21c5bbfe273838b5a.zip |
chore: fix vite peer dependency issue for vue integration (#12688)
* chore: fix peer dependency issue for vue integration
* add changesets
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 396193904..8e9c5d86d 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -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:*", |