Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Commit 84e057f

Browse files
authored
Merge pull request #10 from mdugue/greenkeeper/babel-jest-23.0.1
Greenkeeper/babel jest 23.0.1
2 parents 9b32c7f + 1986ac7 commit 84e057f

File tree

3 files changed

+94
-15
lines changed

3 files changed

+94
-15
lines changed

package-lock.json

Lines changed: 65 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@storybook/react": "^3.4.2",
5151
"babel-cli": "^6.26.0",
5252
"babel-core": "^6.26.0",
53-
"babel-jest": "^22.4.3",
53+
"babel-jest": "^23.0.1",
5454
"babel-plugin-transform-react-jsx": "^6.24.1",
5555
"babel-preset-env": "^1.6.1",
5656
"babel-preset-flow": "^6.23.0",

yarn.lock

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,13 @@ babel-jest@^22.4.3:
992992
babel-plugin-istanbul "^4.1.5"
993993
babel-preset-jest "^22.4.3"
994994

995+
babel-jest@^23.0.1:
996+
version "23.0.1"
997+
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-23.0.1.tgz#bbad3bf523fb202da05ed0a6540b48c84eed13a6"
998+
dependencies:
999+
babel-plugin-istanbul "^4.1.6"
1000+
babel-preset-jest "^23.0.1"
1001+
9951002
babel-loader@^7.1.4:
9961003
version "7.1.4"
9971004
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.1.4.tgz#e3463938bd4e6d55d1c174c5485d406a188ed015"
@@ -1032,10 +1039,23 @@ babel-plugin-istanbul@^4.1.5:
10321039
istanbul-lib-instrument "^1.7.5"
10331040
test-exclude "^4.1.1"
10341041

1042+
babel-plugin-istanbul@^4.1.6:
1043+
version "4.1.6"
1044+
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.6.tgz#36c59b2192efce81c5b378321b74175add1c9a45"
1045+
dependencies:
1046+
babel-plugin-syntax-object-rest-spread "^6.13.0"
1047+
find-up "^2.1.0"
1048+
istanbul-lib-instrument "^1.10.1"
1049+
test-exclude "^4.2.1"
1050+
10351051
babel-plugin-jest-hoist@^22.4.3:
10361052
version "22.4.3"
10371053
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-22.4.3.tgz#7d8bcccadc2667f96a0dcc6afe1891875ee6c14a"
10381054

1055+
babel-plugin-jest-hoist@^23.0.1:
1056+
version "23.0.1"
1057+
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-23.0.1.tgz#eaa11c964563aea9c21becef2bdf7853f7f3c148"
1058+
10391059
babel-plugin-macros@^2.2.0:
10401060
version "2.2.0"
10411061
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.2.0.tgz#31fc16748d6480697a517f692dc4421cb7bff0cc"
@@ -1602,6 +1622,13 @@ babel-preset-jest@^22.4.3:
16021622
babel-plugin-jest-hoist "^22.4.3"
16031623
babel-plugin-syntax-object-rest-spread "^6.13.0"
16041624

1625+
babel-preset-jest@^23.0.1:
1626+
version "23.0.1"
1627+
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-23.0.1.tgz#631cc545c6cf021943013bcaf22f45d87fe62198"
1628+
dependencies:
1629+
babel-plugin-jest-hoist "^23.0.1"
1630+
babel-plugin-syntax-object-rest-spread "^6.13.0"
1631+
16051632
babel-preset-minify@^0.3.0:
16061633
version "0.3.0"
16071634
resolved "https://registry.yarnpkg.com/babel-preset-minify/-/babel-preset-minify-0.3.0.tgz#7db64afa75f16f6e06c0aa5f25195f6f36784d77"
@@ -8822,7 +8849,7 @@ tar@^2.2.1:
88228849
fstream "^1.0.2"
88238850
inherits "2"
88248851

8825-
test-exclude@^4.1.1:
8852+
test-exclude@^4.1.1, test-exclude@^4.2.1:
88268853
version "4.2.1"
88278854
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.2.1.tgz#dfa222f03480bca69207ca728b37d74b45f724fa"
88288855
dependencies:

0 commit comments

Comments
 (0)