Skip to content

Commit

Permalink
chore(deps): update dependency ts-jest to v29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 14, 2023
1 parent af8ffa6 commit 34d14e0
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 48 deletions.
121 changes: 95 additions & 26 deletions auth/package-lock.json

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

2 changes: 1 addition & 1 deletion auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"lint-staged": "10.5.4",
"prettier": "2.2.1",
"supertest": "6.3.3",
"ts-jest": "26.5.2"
"ts-jest": "29.0.5"
},
"lint-staged": {
"src/**/*.ts": [
Expand Down
162 changes: 142 additions & 20 deletions web-client/package-lock.json

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

2 changes: 1 addition & 1 deletion web-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"jest": "26.6.3",
"lint-staged": "10.5.4",
"prettier": "2.2.1",
"ts-jest": "26.5.2",
"ts-jest": "29.0.5",
"typescript": "4.3.5",
"webpack": "5.76.1",
"webpack-cli": "4.10.0",
Expand Down

0 comments on commit 34d14e0

Please sign in to comment.