Skip to content

Commit

Permalink
chore: update to vitest3 and dedupe (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg authored Jan 20, 2025
1 parent 7fae73c commit a1266ea
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 111 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"vite": "^6.0.9",
"vitest": "^2.1.8"
"vitest": "^3.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": "^2.1.8"
"vitest": "^3.0.2"
},
"type": "module"
}
Loading

0 comments on commit a1266ea

Please sign in to comment.