File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 31
31
"@types/rimraf" : " ^2.0.2" ,
32
32
"fs-cmp" : " ^1.0.0" ,
33
33
"jest" : " ^24.8.0" ,
34
- "ts-jest" : " ^24.0.2 " ,
34
+ "ts-jest" : " ^25.1.0 " ,
35
35
"typescript" : " ^3.4.5"
36
36
}
37
37
}
Original file line number Diff line number Diff line change @@ -1924,6 +1924,11 @@ locate-path@^3.0.0:
1924
1924
p-locate "^3.0.0"
1925
1925
path-exists "^3.0.0"
1926
1926
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
+
1927
1932
lodash.sortby@^4.7.0 :
1928
1933
version "4.7.0"
1929
1934
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
@@ -2953,14 +2958,16 @@ trim-right@^1.0.1:
2953
2958
version "1.0.1"
2954
2959
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
2955
2960
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==
2959
2965
dependencies :
2960
2966
bs-logger "0.x"
2961
2967
buffer-from "1.x"
2962
2968
fast-json-stable-stringify "2.x"
2963
2969
json5 "2.x"
2970
+ lodash.memoize "4.x"
2964
2971
make-error "1.x"
2965
2972
mkdirp "0.x"
2966
2973
resolve "1.x"
You can’t perform that action at this time.
0 commit comments