Skip to content

Commit

Permalink
Update vitest & vitest/coverage (#4237)
Browse files Browse the repository at this point in the history
- Update vitest and @vitest/coverage-istanbul to ^3.0.0
- closes #4211
  • Loading branch information
brettedw authored Jan 30, 2025
1 parent d27e0c8 commit 73aee2a
Show file tree
Hide file tree
Showing 2 changed files with 226 additions and 695 deletions.
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/webpack-env": "^1.15.1",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitest/coverage-istanbul": "^2.0.5",
"@vitest/coverage-istanbul": "^3.0.0",
"axios": "1.7.7",
"date-fns": "^4.0.0",
"eslint-config-prettier": "^10.0.0",
Expand All @@ -60,7 +60,7 @@
"react-router-dom": "^7.0.0",
"recharts": "^2.1.8",
"typescript": "^5.2.2",
"vitest": "^2.0.5",
"vitest": "^3.0.0",
"whatwg-fetch": "^3.6.20"
},
"scripts": {
Expand Down
Loading

0 comments on commit 73aee2a

Please sign in to comment.