Skip to content

Commit de3fa7b

Browse files
authored
Merge pull request #2596 from StoDevX/greenkeeper/babel-jest-22.4.4
Update babel-jest to the latest version 🚀
2 parents e54009c + 1ff88ff commit de3fa7b

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"ajv": "6.5.0",
133133
"babel-core": "6.26.0",
134134
"babel-eslint": "8.2.3",
135-
"babel-jest": "22.4.1",
135+
"babel-jest": "22.4.4",
136136
"babel-plugin-transform-remove-console": "6.9.4",
137137
"babel-preset-react-native": "4.0.0",
138138
"bugsnag-sourcemaps": "1.0.3",

yarn.lock

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,14 @@ babel-helpers@^6.24.1:
939939
babel-runtime "^6.22.0"
940940
babel-template "^6.24.1"
941941

942-
[email protected], babel-jest@^22.4.1:
942+
943+
version "22.4.4"
944+
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-22.4.4.tgz#977259240420e227444ebe49e226a61e49ea659d"
945+
dependencies:
946+
babel-plugin-istanbul "^4.1.5"
947+
babel-preset-jest "^22.4.4"
948+
949+
babel-jest@^22.4.1:
943950
version "22.4.1"
944951
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-22.4.1.tgz#ff53ebca45957347f27ff4666a31499fbb4c4ddd"
945952
dependencies:
@@ -976,6 +983,10 @@ babel-plugin-jest-hoist@^22.4.1:
976983
version "22.4.1"
977984
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-22.4.1.tgz#d712fe5da8b6965f3191dacddbefdbdf4fb66d63"
978985

986+
babel-plugin-jest-hoist@^22.4.4:
987+
version "22.4.4"
988+
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-22.4.4.tgz#b9851906eab34c7bf6f8c895a2b08bea1a844c0b"
989+
979990
babel-plugin-react-transform@^3.0.0:
980991
version "3.0.0"
981992
resolved "https://registry.yarnpkg.com/babel-plugin-react-transform/-/babel-plugin-react-transform-3.0.0.tgz#402f25137b7bb66e9b54ead75557dfbc7ecaaa74"
@@ -1302,6 +1313,13 @@ babel-preset-jest@^22.4.1:
13021313
babel-plugin-jest-hoist "^22.4.1"
13031314
babel-plugin-syntax-object-rest-spread "^6.13.0"
13041315

1316+
babel-preset-jest@^22.4.4:
1317+
version "22.4.4"
1318+
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-22.4.4.tgz#ec9fbd8bcd7dfd24b8b5320e0e688013235b7c39"
1319+
dependencies:
1320+
babel-plugin-jest-hoist "^22.4.4"
1321+
babel-plugin-syntax-object-rest-spread "^6.13.0"
1322+
13051323
[email protected], babel-preset-react-native@^4.0.0:
13061324
version "4.0.0"
13071325
resolved "https://registry.yarnpkg.com/babel-preset-react-native/-/babel-preset-react-native-4.0.0.tgz#3df80dd33a453888cdd33bdb87224d17a5d73959"

0 commit comments

Comments
 (0)