Skip to content

Commit

Permalink
fix(test): version & config updates
Browse files Browse the repository at this point in the history
- backend: update vitest & @vitest/coverage-v8
  • Loading branch information
cgawron committed Oct 1, 2024
1 parent 337526e commit 0dbd7fd
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 85 deletions.
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@
"@types/jsonwebtoken": "^9.0.3",
"@types/node": "^22.6.0",
"@types/nodemailer": "^6.4.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/coverage-v8": "^2.1.1",
"eslint": "^8.48.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.1",
"jest": "^29.7.0",
"nodemon": "^3.0.1",
"supertest": "^7.0.0",
"ts-jest": "^29.1.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.1",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
Expand Down
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
"date-fns": "^4.1.0",
"date-fns-tz": "^3.1.3"
}
}
}
Loading

0 comments on commit 0dbd7fd

Please sign in to comment.