From 6167116630af2b7599d4a2b5ed700f6dc1f5c6c6 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Sat, 15 Nov 2025 23:36:26 +0100 Subject: [PATCH] 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. --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 346bd69..c1a2d6d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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",