Skip to content

Commit 6aac01a

Browse files
authored
Merge pull request #9 from Charliekenney23/greenkeeper/ts-jest-25.1.0
Update ts-jest to the latest version 🚀
2 parents ab06336 + a37e656 commit 6aac01a

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/rimraf": "^2.0.2",
3232
"fs-cmp": "^1.0.0",
3333
"jest": "^24.8.0",
34-
"ts-jest": "^24.0.2",
34+
"ts-jest": "^25.1.0",
3535
"typescript": "^3.4.5"
3636
}
3737
}

yarn.lock

+10-3
Original file line numberDiff line numberDiff line change
@@ -1924,6 +1924,11 @@ locate-path@^3.0.0:
19241924
p-locate "^3.0.0"
19251925
path-exists "^3.0.0"
19261926

1927+
lodash.memoize@4.x:
1928+
version "4.1.2"
1929+
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
1930+
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
1931+
19271932
lodash.sortby@^4.7.0:
19281933
version "4.7.0"
19291934
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
@@ -2953,14 +2958,16 @@ trim-right@^1.0.1:
29532958
version "1.0.1"
29542959
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
29552960

2956-
ts-jest@^24.0.2:
2957-
version "24.0.2"
2958-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.0.2.tgz#8dde6cece97c31c03e80e474c749753ffd27194d"
2961+
ts-jest@^25.1.0:
2962+
version "25.1.0"
2963+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-25.1.0.tgz#06e776c4cce8a4da8eec4945f36a5823d0c0f9ba"
2964+
integrity sha512-1Lf576ulKhbxX5og+tG8udVg/5cgcMLPBxp1iCqbbf6VvUK4gEsgAtzMjl8u98izhLrzKMPB0LxCBKEZ5l19Hw==
29592965
dependencies:
29602966
bs-logger "0.x"
29612967
buffer-from "1.x"
29622968
fast-json-stable-stringify "2.x"
29632969
json5 "2.x"
2970+
lodash.memoize "4.x"
29642971
make-error "1.x"
29652972
mkdirp "0.x"
29662973
resolve "1.x"

0 commit comments

Comments
 (0)