Skip to content

Commit

Permalink
chore: Update vitest coverage reporter
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Jan 22, 2025
1 parent 06ba4ce commit dda7d82
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 70 deletions.
96 changes: 32 additions & 64 deletions package-lock.json

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

7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"@nextcloud/eslint-config": "^8.4.1",
"@types/node": "^22.10.7",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/coverage-v8": "^3.0.3",
"typedoc": "^0.27.6",
"typescript": "^5.7.3",
"vite": "^6.0.11",
Expand All @@ -68,10 +68,5 @@
"engines": {
"node": "^20 || ^22",
"npm": "^10"
},
"overrides": {
"vite-plugin-node-polyfills": {
"vite": "^5 || ^6"
}
}
}

0 comments on commit dda7d82

Please sign in to comment.