Skip to content

Commit 654e360

Browse files
authored
deps(npm-dev): bump vitest and @vitest/coverage-v8 to 5.0.0 in /ui (#104)
@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.
1 parent c1a9413 commit 654e360

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@
5252
"@types/react": "^19",
5353
"@types/react-dom": "^19",
5454
"@vitejs/plugin-react": "^6.0.1",
55-
"@vitest/coverage-v8": "^4.1.0",
55+
"@vitest/coverage-v8": "^5.0.0",
5656
"eslint": "^9",
5757
"eslint-config-next": "16.3.4",
5858
"jsdom": "^30.0.1",
5959
"tailwindcss": "^4",
6060
"typescript": "^6",
6161
"vite": "^8.1.0",
62-
"vitest": "^4.1.0"
62+
"vitest": "^5.0.0"
6363
}
6464
}

0 commit comments

Comments
 (0)