Update dependencies in package.json and package-lock.json to latest versions, including @vitejs/plugin-vue (6.0.2) and vite (7.2.6). Upgrade esbuild and related packages to version 0.25.12, ensuring compatibility with Node.js 18 or higher. Add new dev dependencies fdir and tinyglobby for improved file handling.

This commit is contained in:
Torsten Schulz (local)
2025-12-05 10:44:53 +01:00
parent 6d922fbf9f
commit 351129dace
2 changed files with 269 additions and 142 deletions

View File

@@ -18,8 +18,8 @@
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.0",
"@vitejs/plugin-vue": "^6.0.2",
"terser": "^5.44.1",
"vite": "^5.0.0"
"vite": "^7.2.6"
}
}