Upgrade @vitejs/plugin-vue to version 6.0.5 in package.json and package-lock.json, ensuring compatibility with updated node and peer dependencies.

This commit is contained in:
Torsten Schulz (local)
2026-03-19 13:35:23 +01:00
parent 527cea1261
commit c7ea33fb2c
2 changed files with 17 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^6.0.5",
"terser": "^5.44.1",
"vite": "^8.0.1"
}