Skip to content

Commit

Permalink
chore(deps): update dependency ts-jest to v24.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 31, 2019
1 parent ad07a26 commit d0fca77
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions sample/01-cats-app/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 sample/01-cats-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/node": "10.14.4",
"jest": "24.5.0",
"supertest": "4.0.2",
"ts-jest": "24.0.0",
"ts-jest": "24.0.1",
"ts-node": "8.0.3",
"tslint": "5.14.0"
}
Expand Down
2 changes: 1 addition & 1 deletion sample/19-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/node": "10.14.4",
"jest": "24.5.0",
"supertest": "4.0.2",
"ts-jest": "24.0.0",
"ts-jest": "24.0.1",
"ts-node": "8.0.3",
"tslint": "5.14.0"
}
Expand Down
2 changes: 1 addition & 1 deletion sample/20-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/node": "10.14.4",
"jest": "24.5.0",
"supertest": "4.0.2",
"ts-jest": "24.0.0",
"ts-jest": "24.0.1",
"ts-node": "8.0.3",
"tslint": "5.14.0"
}
Expand Down
2 changes: 1 addition & 1 deletion sample/21-serializer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/node": "10.14.4",
"jest": "24.5.0",
"supertest": "4.0.2",
"ts-jest": "24.0.0",
"ts-jest": "24.0.1",
"ts-node": "8.0.3",
"tslint": "5.14.0"
}
Expand Down

0 comments on commit d0fca77

Please sign in to comment.