Skip to content

Commit

Permalink
chore: update dependency ts-jest to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 12, 2019
1 parent 3965dc5 commit 85c69af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/jest-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"hops": "^11.4.0",
"identity-obj-proxy": "^3.0.0",
"jest-config": "^23.0.0",
"ts-jest": "^23.1.2"
"ts-jest": "^24.0.0"
},
"peerDependencies": {
"jest": "^23.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11580,10 +11580,10 @@ ts-invariant@^0.2.1:
dependencies:
tslib "^1.9.3"

ts-jest@^23.1.2:
version "23.10.5"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-23.10.5.tgz#cdb550df4466a30489bf70ba867615799f388dd5"
integrity sha512-MRCs9qnGoyKgFc8adDEntAOP64fWK1vZKnOYU1o2HxaqjdJvGqmkLCPCnVq1/If4zkUmEjKPnCiUisTrlX2p2A==
ts-jest@^24.0.0:
version "24.0.0"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.0.0.tgz#3f26bf2ec1fa584863a5a9c29bd8717d549efbf6"
integrity sha512-o8BO3TkMREpAATaFTrXkovMsCpBl2z4NDBoLJuWZcJJj1ijI49UnvDMfVpj+iogn/Jl8Pbhuei5nc/Ti+frEHw==
dependencies:
bs-logger "0.x"
buffer-from "1.x"
Expand Down

0 comments on commit 85c69af

Please sign in to comment.