Skip to content

Commit

Permalink
fix: add missing dev dependency for converage reporting
Browse files Browse the repository at this point in the history
Signed-off-by: Till Sanders <[email protected]>
  • Loading branch information
tillsanders committed Mar 21, 2024
1 parent eb6b351 commit 67ab860
Show file tree
Hide file tree
Showing 2 changed files with 297 additions and 0 deletions.
296 changes: 296 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitest/coverage-v8": "^1.4.0",
"eslint": "^8.57.0",
"prettier": "3.2.5",
"typescript": "^5.4.2",
Expand Down

0 comments on commit 67ab860

Please sign in to comment.