From 41dbf46881a3323eb1a941cc7f58d10564b369c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20X=2E=20F=C3=BCrst?= Date: Sun, 26 Apr 2026 14:35:46 +0200 Subject: [PATCH] packgae.json updatet --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 0384c38..64ad02f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0", - "@vitejs/plugin-react": "^4.2.1", - "vite": "^5.1.0" + "@vitejs/plugin-react": "^6.0.1", + "vite": "^8.0.10" } }