Skip to content

Commit

Permalink
chore(deps): vitest 1.0 (#820)
Browse files Browse the repository at this point in the history
* chore(deps): update vitest 1.0

* chore(deps): dedupe

* chore(deps): bump css-tools to silence dependabot
  • Loading branch information
dominikg authored Dec 6, 2023
1 parent aca7534 commit 490a428
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 553 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"svelte": "^4.2.8",
"typescript": "^5.3.2",
"vite": "^5.0.5",
"vitest": "^0.34.6"
"vitest": "^1.0.1"
},
"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": "^0.34.6"
"vitest": "^1.0.1"
},
"type": "module"
}
Loading

0 comments on commit 490a428

Please sign in to comment.