Skip to content

Commit

Permalink
feat: replace deprecated vitest coverage c8 by v8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandresoro committed Jun 27, 2023
1 parent 5ec15a9 commit 9de7829
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 83 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@ou-ca/eslint-config": "workspace:*",
"@types/content-disposition": "0.5.5",
"@types/node": "18.16.18",
"@vitest/coverage-c8": "0.32.2",
"@vitest/coverage-v8": "0.32.2",
"dotenv": "16.3.1",
"tsx": "3.12.7",
"typescript": "5.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@ou-ca/eslint-config": "workspace:*",
"@types/proj4": "2.5.2",
"@vitest/coverage-c8": "0.32.2",
"@vitest/coverage-v8": "0.32.2",
"typescript": "5.1.3",
"vitest": "0.32.2",
"vitest-mock-extended": "1.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "4.0.1",
"@vitest/coverage-c8": "0.32.2",
"@vitest/coverage-v8": "0.32.2",
"autoprefixer": "10.4.14",
"daisyui": "3.1.6",
"eslint-plugin-react": "7.32.2",
Expand Down
122 changes: 42 additions & 80 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 9de7829

Please sign in to comment.