Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit 692ee7c

Browse files
authored
Merge pull request #113 from skellock/ts-jest
⬆️ Upgrades ts-jest
2 parents c439d6b + f38b122 commit 692ee7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"prettier": "^1.9.2",
106106
"react-powerplug": "^0.1.2",
107107
"react-test-renderer": "^16.2.0",
108-
"ts-jest": "^22.0.0",
108+
"ts-jest": "^22.0.1",
109109
"ts-loader": "^3.2.0",
110110
"ts-node": "^4.1.0",
111111
"tslint": "^5.8.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7782,9 +7782,9 @@ truncate-utf8-bytes@^1.0.0:
77827782
dependencies:
77837783
utf8-byte-length "^1.0.1"
77847784

7785-
ts-jest@^22.0.0:
7786-
version "22.0.0"
7787-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-22.0.0.tgz#cce1a5f1106150ca002d09f7e85913355ceb5e8d"
7785+
ts-jest@^22.0.1:
7786+
version "22.0.1"
7787+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-22.0.1.tgz#48942936a466c2e76e259b02e2f1356f1839afc3"
77887788
dependencies:
77897789
babel-core "^6.24.1"
77907790
babel-plugin-istanbul "^4.1.4"

0 commit comments

Comments
 (0)