diff --git a/template/base/package.json b/template/base/package.json index 7ede1e67a..9d4d0c9af 100644 --- a/template/base/package.json +++ b/template/base/package.json @@ -10,8 +10,8 @@ "vue": "^3.5.13" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.2.0", - "vite": "^5.4.11", + "@vitejs/plugin-vue": "^5.2.1", + "vite": "^6.0.1", "vite-plugin-vue-devtools": "^7.6.4" } } diff --git a/template/config/jsx/package.json b/template/config/jsx/package.json index 7b445b61a..852640f92 100644 --- a/template/config/jsx/package.json +++ b/template/config/jsx/package.json @@ -3,7 +3,7 @@ "vue": "^3.5.13" }, "devDependencies": { - "@vitejs/plugin-vue-jsx": "^4.1.0", - "vite": "^5.4.11" + "@vitejs/plugin-vue-jsx": "^4.1.1", + "vite": "^6.0.1" } } diff --git a/template/config/nightwatch/package.json b/template/config/nightwatch/package.json index 3d699598b..5e98338fd 100644 --- a/template/config/nightwatch/package.json +++ b/template/config/nightwatch/package.json @@ -4,12 +4,12 @@ }, "devDependencies": { "@nightwatch/vue": "^3.1.2", - "@vitejs/plugin-vue": "^5.2.0", + "@vitejs/plugin-vue": "^5.2.1", "chromedriver": "^131.0.1", "geckodriver": "^5.0.0", "nightwatch": "^3.9.0", "ts-node": "^10.9.2", - "vite": "^5.4.11", + "vite": "^6.0.1", "vite-plugin-nightwatch": "^0.4.6" } }