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 b8fa62d38..df29f8918 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -40,8 +40,8 @@ "test": "mocha --timeout 20000" }, "dependencies": { - "@vitejs/plugin-vue": "^4.3.3", - "@vitejs/plugin-vue-jsx": "^3.0.2", + "@vitejs/plugin-vue": "^4.5.0", + "@vitejs/plugin-vue-jsx": "^3.1.0", "@vue/babel-plugin-jsx": "^1.1.5", "@vue/compiler-sfc": "^3.3.4" }, @@ -50,10 +50,10 @@ "astro": "workspace:*", "astro-scripts": "workspace:*", "chai": "^4.3.7", - "linkedom": "^0.15.1", "cheerio": "1.0.0-rc.12", + "linkedom": "^0.15.1", "mocha": "^10.2.0", - "vite": "^4.4.9", + "vite": "^5.0.0", "vue": "^3.3.4" }, "peerDependencies": { |