Skip to content

Commit

Permalink
chore(deps): update dependency vitest to v2 (#945)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 15, 2024
1 parent 24522a0 commit bd915c1
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 248 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.0-alpha.41",
"vite": "^5.3.3",
"vitest": "^1.6.0"
"vitest": "^2.0.2"
},
"lint-staged": {
"*.{js,ts,svelte,html,md,svx}": "eslint --cache --fix",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"devDependencies": {
"css-color-names": "^1.0.1",
"tree-kill": "^1.2.2",
"vitest": "^1.6.0"
"vitest": "^2.0.2"
},
"type": "module"
}
Loading

0 comments on commit bd915c1

Please sign in to comment.