From 2abf0565d377f45df6dd4dc51aebfc12c2c629c9 Mon Sep 17 00:00:00 2001 From: rennerdo30 <9086097+rennerdo30@users.noreply.github.com> Date: Tue, 8 Sep 2026 20:32:07 +0900 Subject: [PATCH] deps(npm-dev): bump vitest and @vitest/coverage-v8 to 5.0.0 in /ui @vitest/coverage-v8 5.0.0 pins its vitest peer to exactly 5.0.0, so the two packages must move together. Supersedes the individual bumps. --- ui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/package.json b/ui/package.json index 0d5d951..30c449c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -52,13 +52,13 @@ "@types/react": "^19", "@types/react-dom": "^19", "@vitejs/plugin-react": "^6.0.1", - "@vitest/coverage-v8": "^4.1.0", + "@vitest/coverage-v8": "^5.0.0", "eslint": "^9", "eslint-config-next": "16.3.4", "jsdom": "^30.0.1", "tailwindcss": "^4", "typescript": "^6", "vite": "^8.1.0", - "vitest": "^4.1.0" + "vitest": "^5.0.0" } }