From cd1f30ebf7feca0b2e5881abe0ca95f7155ddb92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Fri, 31 Jul 2026 16:04:21 +0000 Subject: [PATCH] chore(deps): update vite --- ui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/package.json b/ui/package.json index d33f9500d..ec3096b63 100644 --- a/ui/package.json +++ b/ui/package.json @@ -58,7 +58,7 @@ "@types/react": "19.2.18", "@types/react-dom": "19.2.4", "@vitejs/plugin-legacy": "8.2.2", - "@vitejs/plugin-react": "6.0.4", + "@vitejs/plugin-react": "6.0.5", "eslint": "10.8.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-jest": "29.16.0", @@ -74,7 +74,7 @@ "terser": "5.49.0", "typescript": "6.0.3", "typescript-eslint": "8.65.0", - "vite": "8.1.5" + "vite": "8.2.0" }, "scripts": { "start": "vite",