Skip to content

Commit

Permalink
chore(deps): update dependency vitest to v1 (#16)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency vitest to v1

* chore: use @vitest/coverage-v8

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Koichi Kiyokawa <[email protected]>
  • Loading branch information
renovate[bot] and KoichiKiyokawa authored Dec 9, 2023
1 parent 7ba23e1 commit 40798ba
Show file tree
Hide file tree
Showing 2 changed files with 714 additions and 277 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@
},
"devDependencies": {
"@types/node": "18.14.2",
"@vitest/coverage-c8": "0.29.1",
"@vitest/coverage-v8": "1.0.3",
"bumpp": "9.0.0",
"husky": "8.0.3",
"lint-staged": "13.1.2",
"rome": "11.0.0",
"typescript": "4.9.5",
"vite": "4.1.4",
"vitest": "0.29.1"
"vitest": "1.0.3"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 40798ba

Please sign in to comment.