Update frontend dependencies to improve compatibility and performance

This commit upgrades the `@vitejs/plugin-vue` dependency from version 5.2.1 to 6.0.0 in the frontend package.json. This change ensures better compatibility with the latest features and improvements in the Vue ecosystem, contributing to a more efficient development environment.
This commit is contained in:
Torsten Schulz (local)
2025-11-15 23:36:26 +01:00
parent 1bb5f61b57
commit 6167116630

View File

@@ -23,7 +23,7 @@
"vuex": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue": "^6.0.0",
"eslint": "^9.39.1",
"eslint-plugin-vue": "^8.0.3",
"sass": "^1.77.8",