ts-jest 19.0.13 → 19.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/AUTHORS +1 -0
  2. package/package.json +1 -1
  3. package/yarn.lock +11 -10
package/AUTHORS CHANGED
@@ -17,6 +17,7 @@ Henry Zektser <japhar81@gmail.com>
17
17
  Ihor Chulinda <ichulinda@gmail.com>
18
18
  Joscha Feth <joscha@feth.com>
19
19
  Kulshekhar Kabra <kulshekhar@users.noreply.github.com>
20
+ Kyle Roach <kroach.work@gmail.com>
20
21
  Marshall Bowers <elliott.codes@gmail.com>
21
22
  Maxim Samoilov <samoilowmaxim@gmail.com>
22
23
  OJ Kwon <kwon.ohjoong@gmail.com>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-jest",
3
- "version": "19.0.13",
3
+ "version": "19.0.14",
4
4
  "main": "index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "description": "A preprocessor with sourcemap support to help use Typescript with Jest",
package/yarn.lock CHANGED
@@ -637,8 +637,8 @@ dateformat@^1.0.11:
637
637
  meow "^3.3.0"
638
638
 
639
639
  debug@^2.1.1, debug@^2.1.3, debug@^2.2.0:
640
- version "2.6.4"
641
- resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.4.tgz#7586a9b3c39741c0282ae33445c4e8ac74734fe0"
640
+ version "2.6.5"
641
+ resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.5.tgz#7a76247781acd4ef2a85f0fb8abf763cd1af249e"
642
642
  dependencies:
643
643
  ms "0.7.3"
644
644
 
@@ -1415,8 +1415,8 @@ jest-cli@^19.0.2:
1415
1415
  yargs "^6.3.0"
1416
1416
 
1417
1417
  jest-config@^19.0.0, jest-config@^19.0.2:
1418
- version "19.0.2"
1419
- resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-19.0.2.tgz#1b9bd2db0ddd16df61c2b10a54009e1768da6411"
1418
+ version "19.0.3"
1419
+ resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-19.0.3.tgz#829c6356c6e7e8abdd5657580707a5922b9fc90d"
1420
1420
  dependencies:
1421
1421
  chalk "^1.1.1"
1422
1422
  jest-environment-jsdom "^19.0.2"
@@ -2688,9 +2688,10 @@ trough@^1.0.0:
2688
2688
  resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.0.tgz#6bdedfe7f2aa49a6f3c432257687555957f342fd"
2689
2689
 
2690
2690
  ts-jest@latest:
2691
- version "19.0.12"
2692
- resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-19.0.12.tgz#7f98274e3a3d8909b671a7dc65f825a454da0b20"
2691
+ version "19.0.13"
2692
+ resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-19.0.13.tgz#684d9f6cca31ae128b794b61bb79c1ed3ecf8c63"
2693
2693
  dependencies:
2694
+ babel-jest "^19.0.0"
2694
2695
  babel-plugin-transform-es2015-modules-commonjs "^6.24.1"
2695
2696
  fs-extra "^2.1.2"
2696
2697
  glob-all "^3.1.0"
@@ -2727,8 +2728,8 @@ tslint@next:
2727
2728
  tsutils "^1.1.0"
2728
2729
 
2729
2730
  tsutils@^1.1.0:
2730
- version "1.7.0"
2731
- resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-1.7.0.tgz#2e63ccc2d6912bb095f7e363ff4100721dc86f50"
2731
+ version "1.8.0"
2732
+ resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-1.8.0.tgz#bf8118ed8e80cd5c9fc7d75728c7963d44ed2f52"
2732
2733
 
2733
2734
  tunnel-agent@^0.6.0:
2734
2735
  version "0.6.0"
@@ -2747,8 +2748,8 @@ type-check@~0.3.2:
2747
2748
  prelude-ls "~1.1.2"
2748
2749
 
2749
2750
  typescript@latest:
2750
- version "2.2.2"
2751
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.2.2.tgz#606022508479b55ffa368b58fee963a03dfd7b0c"
2751
+ version "2.3.1"
2752
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.3.1.tgz#e3361fb395c6c3f9c69faeeabc9503f8bdecaea1"
2752
2753
 
2753
2754
  ua-parser-js@^0.7.9:
2754
2755
  version "0.7.12"