Skip to content

Commit 6b11f29

Browse files
Update ts-jest to the latest version 🚀 (#48)
* chore(package): update ts-jest to version 25.1.0 * chore(package): update lockfile yarn.lock
1 parent a218bfb commit 6b11f29

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"jest": "^24.7.1",
5050
"lerna": "^3.18.4",
5151
"reflect-metadata": "^0.1.13",
52-
"ts-jest": "^24.0.2",
52+
"ts-jest": "^25.1.0",
5353
"tslib": "^1.9.3",
5454
"typescript": "^3.3.3",
5555
"vuepress": "^1.1.0",

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6886,7 +6886,7 @@ lodash.kebabcase@^4.1.1:
68866886
resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36"
68876887
integrity sha1-hImxyw0p/4gZXM7KRI/21swpXDY=
68886888

6889-
lodash.memoize@^4.1.2:
6889+
lodash.memoize@4.x, lodash.memoize@^4.1.2:
68906890
version "4.1.2"
68916891
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
68926892
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
@@ -10480,15 +10480,16 @@ trim-right@^1.0.1:
1048010480
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
1048110481
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
1048210482

10483-
ts-jest@^24.0.2:
10484-
version "24.0.2"
10485-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.0.2.tgz#8dde6cece97c31c03e80e474c749753ffd27194d"
10486-
integrity sha512-h6ZCZiA1EQgjczxq+uGLXQlNgeg02WWJBbeT8j6nyIBRQdglqbvzDoHahTEIiS6Eor6x8mK6PfZ7brQ9Q6tzHw==
10483+
ts-jest@^25.1.0:
10484+
version "25.1.0"
10485+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-25.1.0.tgz#06e776c4cce8a4da8eec4945f36a5823d0c0f9ba"
10486+
integrity sha512-1Lf576ulKhbxX5og+tG8udVg/5cgcMLPBxp1iCqbbf6VvUK4gEsgAtzMjl8u98izhLrzKMPB0LxCBKEZ5l19Hw==
1048710487
dependencies:
1048810488
bs-logger "0.x"
1048910489
buffer-from "1.x"
1049010490
fast-json-stable-stringify "2.x"
1049110491
json5 "2.x"
10492+
lodash.memoize "4.x"
1049210493
make-error "1.x"
1049310494
mkdirp "0.x"
1049410495
resolve "1.x"

0 commit comments

Comments
 (0)