diff options
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index e0dc2f60e..4708400a8 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -42,15 +42,15 @@ "dependencies": { "@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue-jsx": "^3.1.0", - "@vue/compiler-sfc": "^3.3.8" + "@vue/compiler-sfc": "^3.4.23" }, "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", "cheerio": "1.0.0-rc.12", - "linkedom": "^0.16.4", - "vite": "^5.1.4", - "vue": "^3.3.8" + "linkedom": "^0.16.11", + "vite": "^5.2.10", + "vue": "^3.4.23" }, "peerDependencies": { "astro": "^4.0.0", |