Skip to content

Commit 62673cf

Browse files
FrozenPandazthymikee
authored andcommitted
fix: restrict version of ts-jest to ~23.1.3 (#196)
fixes short term #195
1 parent 20a4c39 commit 62673cf

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@types/jest": "^23.3.1",
1111
"jest-zone-patch": "^0.0.8",
12-
"ts-jest": "^23.1.3"
12+
"ts-jest": "~23.1.3"
1313
},
1414
"devDependencies": {
1515
"jest": "^23.5.0",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3167,12 +3167,13 @@ trim-right@^1.0.1:
31673167
version "1.0.1"
31683168
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
31693169

3170-
ts-jest@^23.1.3:
3171-
version "23.1.3"
3172-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-23.1.3.tgz#33e3187d3ef0d42adada6347acf2c3539ac56107"
3170+
ts-jest@~23.1.3:
3171+
version "23.1.4"
3172+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-23.1.4.tgz#66ac1d8d3fbf8f9a98432b11aa377aa850664b2b"
31733173
dependencies:
31743174
closest-file-data "^0.1.4"
31753175
fs-extra "6.0.1"
3176+
json5 "^0.5.0"
31763177
lodash "^4.17.10"
31773178

31783179
tunnel-agent@^0.6.0:

0 commit comments

Comments
 (0)