Skip to content

Commit 0b52720

Browse files
authored
Merge pull request #21 from ryanhefner/greenkeeper/babel-jest-23.0.1
Greenkeeper/babel jest 23.0.1
2 parents d743e22 + dae978b commit 0b52720

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"babel-cli": "^6.24.1",
4141
"babel-core": "^6.26.0",
42-
"babel-jest": "^22.4.1",
42+
"babel-jest": "^23.0.1",
4343
"babel-plugin-dev-expression": "^0.2.1",
4444
"babel-plugin-external-helpers": "^6.22.0",
4545
"babel-plugin-transform-object-rest-spread": "^6.23.0",

yarn.lock

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,13 +385,20 @@ babel-helpers@^6.24.1:
385385
babel-runtime "^6.22.0"
386386
babel-template "^6.24.1"
387387

388-
babel-jest@^22.4.1, babel-jest@^22.4.4:
388+
babel-jest@^22.4.4:
389389
version "22.4.4"
390390
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-22.4.4.tgz#977259240420e227444ebe49e226a61e49ea659d"
391391
dependencies:
392392
babel-plugin-istanbul "^4.1.5"
393393
babel-preset-jest "^22.4.4"
394394

395+
babel-jest@^23.0.1:
396+
version "23.0.1"
397+
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-23.0.1.tgz#bbad3bf523fb202da05ed0a6540b48c84eed13a6"
398+
dependencies:
399+
babel-plugin-istanbul "^4.1.6"
400+
babel-preset-jest "^23.0.1"
401+
395402
babel-messages@^6.23.0:
396403
version "6.23.0"
397404
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e"
@@ -414,7 +421,7 @@ babel-plugin-external-helpers@^6.22.0:
414421
dependencies:
415422
babel-runtime "^6.22.0"
416423

417-
babel-plugin-istanbul@^4.1.5:
424+
babel-plugin-istanbul@^4.1.5, babel-plugin-istanbul@^4.1.6:
418425
version "4.1.6"
419426
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.6.tgz#36c59b2192efce81c5b378321b74175add1c9a45"
420427
dependencies:
@@ -427,6 +434,10 @@ babel-plugin-jest-hoist@^22.4.4:
427434
version "22.4.4"
428435
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-22.4.4.tgz#b9851906eab34c7bf6f8c895a2b08bea1a844c0b"
429436

437+
babel-plugin-jest-hoist@^23.0.1:
438+
version "23.0.1"
439+
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-23.0.1.tgz#eaa11c964563aea9c21becef2bdf7853f7f3c148"
440+
430441
babel-plugin-syntax-async-functions@^6.8.0:
431442
version "6.13.0"
432443
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz#cad9cad1191b5ad634bf30ae0872391e0647be95"
@@ -750,6 +761,13 @@ babel-preset-jest@^22.4.4:
750761
babel-plugin-jest-hoist "^22.4.4"
751762
babel-plugin-syntax-object-rest-spread "^6.13.0"
752763

764+
babel-preset-jest@^23.0.1:
765+
version "23.0.1"
766+
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-23.0.1.tgz#631cc545c6cf021943013bcaf22f45d87fe62198"
767+
dependencies:
768+
babel-plugin-jest-hoist "^23.0.1"
769+
babel-plugin-syntax-object-rest-spread "^6.13.0"
770+
753771
babel-preset-react@^6.24.1:
754772
version "6.24.1"
755773
resolved "https://registry.yarnpkg.com/babel-preset-react/-/babel-preset-react-6.24.1.tgz#ba69dfaea45fc3ec639b6a4ecea6e17702c91380"

0 commit comments

Comments
 (0)