File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 53
53
"react" : " 16.9.0" ,
54
54
"react-dom" : " 16.9.0" ,
55
55
"rimraf" : " 3.0.0" ,
56
- "ts-jest" : " 24.0.2 " ,
56
+ "ts-jest" : " 24.2.0 " ,
57
57
"tslint" : " 5.18.0" ,
58
58
"tslint-config-prettier" : " 1.18.0" ,
59
59
"tslint-plugin-prettier" : " 2.0.1" ,
Original file line number Diff line number Diff line change @@ -2583,6 +2583,11 @@ lodash.isequal@^4.5.0:
2583
2583
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
2584
2584
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
2585
2585
2586
+
2587
+ version "4.1.2"
2588
+ resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
2589
+ integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
2590
+
2586
2591
lodash.sortby@^4.7.0 :
2587
2592
version "4.7.0"
2588
2593
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
@@ -3992,15 +3997,16 @@ trim-right@^1.0.1:
3992
3997
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
3993
3998
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
3994
3999
3995
- ts-jest@24.0.2 :
3996
- version "24.0.2 "
3997
- resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.0.2. tgz#8dde6cece97c31c03e80e474c749753ffd27194d "
3998
- integrity sha512-h6ZCZiA1EQgjczxq+uGLXQlNgeg02WWJBbeT8j6nyIBRQdglqbvzDoHahTEIiS6Eor6x8mK6PfZ7brQ9Q6tzHw ==
4000
+ ts-jest@24.2.0 :
4001
+ version "24.2.0 "
4002
+ resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.2.0. tgz#7abca28c2b4b0a1fdd715cd667d65d047ea4e768 "
4003
+ integrity sha512-Yc+HLyldlIC9iIK8xEN7tV960Or56N49MDP7hubCZUeI7EbIOTsas6rXCMB4kQjLACJ7eDOF4xWEO5qumpKsag ==
3999
4004
dependencies :
4000
4005
bs-logger "0.x"
4001
4006
buffer-from "1.x"
4002
4007
fast-json-stable-stringify "2.x"
4003
4008
json5 "2.x"
4009
+ lodash.memoize "4.x"
4004
4010
make-error "1.x"
4005
4011
mkdirp "0.x"
4006
4012
resolve "1.x"
You can’t perform that action at this time.
0 commit comments