Skip to content

Commit

Permalink
fix: restrict version of ts-jest to ~21.1.3 (#196)
Browse files Browse the repository at this point in the history
fixes short term #195
  • Loading branch information
FrozenPandaz authored and thymikee committed Sep 19, 2018
1 parent 20a4c39 commit 5701446
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@types/jest": "^23.3.1",
"jest-zone-patch": "^0.0.8",
"ts-jest": "^23.1.3"
"ts-jest": "~23.1.3"
},
"devDependencies": {
"jest": "^23.5.0",
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3167,12 +3167,13 @@ trim-right@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"

ts-jest@^23.1.3:
version "23.1.3"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-23.1.3.tgz#33e3187d3ef0d42adada6347acf2c3539ac56107"
ts-jest@~23.1.3:
version "23.1.4"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-23.1.4.tgz#66ac1d8d3fbf8f9a98432b11aa377aa850664b2b"
dependencies:
closest-file-data "^0.1.4"
fs-extra "6.0.1"
json5 "^0.5.0"
lodash "^4.17.10"

tunnel-agent@^0.6.0:
Expand Down

0 comments on commit 5701446

Please sign in to comment.