From 4c114efaa5335befdb73abc88ef1778c1ef091d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Thu, 25 Jun 2026 12:18:34 +0000 Subject: [PATCH] chore(deps): update vite --- ui/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/package.json b/ui/package.json index 32f08ba35..cd9b8e3c3 100644 --- a/ui/package.json +++ b/ui/package.json @@ -57,8 +57,8 @@ "@types/promise-retry": "1.1.6", "@types/react": "19.2.17", "@types/react-dom": "19.2.3", - "@vitejs/plugin-legacy": "8.0.2", - "@vitejs/plugin-react": "6.0.2", + "@vitejs/plugin-legacy": "8.1.0", + "@vitejs/plugin-react": "6.0.3", "eslint": "10.5.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-jest": "29.15.2", @@ -74,7 +74,7 @@ "terser": "5.48.0", "typescript": "6.0.3", "typescript-eslint": "8.62.0", - "vite": "8.0.16" + "vite": "8.1.0" }, "scripts": { "start": "vite",