Skip to content

Commit

Permalink
fix(Vitest): 🐛 Replace deprecated dependency for coverage (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
xeho91 committed Nov 25, 2023
1 parent f0c7763 commit 60fbbd9
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 36 deletions.
5 changes: 5 additions & 0 deletions .changeset/big-carrots-applaud.md
@@ -0,0 +1,5 @@
---
"@terminal-nerds/vitest-config": patch
---

🐛 Replace deprecated dependency `@vitest/coverage-c8` with `@vitest/coverage-v8`
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Expand Up @@ -38,7 +38,7 @@
"/dist"
],
"dependencies": {
"@vitest/coverage-c8": "0.33.0",
"@vitest/coverage-v8": "0.34.6",
"@vitest/ui": "0.34.6",
"vite": "5.0.2"
},
Expand Down
68 changes: 33 additions & 35 deletions pnpm-lock.yaml

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

0 comments on commit 60fbbd9

Please sign in to comment.