Skip to content

Commit 12c55fe

Browse files
committed
chore(yarn): Update yarn.lock
1 parent de0dec1 commit 12c55fe

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

yarn.lock

+53
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,13 @@ babel-jest@^22.1.0:
548548
babel-plugin-istanbul "^4.1.5"
549549
babel-preset-jest "^22.1.0"
550550

551+
babel-jest@^23.0.1:
552+
version "23.0.1"
553+
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-23.0.1.tgz#bbad3bf523fb202da05ed0a6540b48c84eed13a6"
554+
dependencies:
555+
babel-plugin-istanbul "^4.1.6"
556+
babel-preset-jest "^23.0.1"
557+
551558
babel-messages@^6.23.0:
552559
version "6.23.0"
553560
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e"
@@ -568,10 +575,23 @@ babel-plugin-istanbul@^4.1.5:
568575
istanbul-lib-instrument "^1.7.5"
569576
test-exclude "^4.1.1"
570577

578+
babel-plugin-istanbul@^4.1.6:
579+
version "4.1.6"
580+
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.6.tgz#36c59b2192efce81c5b378321b74175add1c9a45"
581+
dependencies:
582+
babel-plugin-syntax-object-rest-spread "^6.13.0"
583+
find-up "^2.1.0"
584+
istanbul-lib-instrument "^1.10.1"
585+
test-exclude "^4.2.1"
586+
571587
babel-plugin-jest-hoist@^22.1.0:
572588
version "22.1.0"
573589
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-22.1.0.tgz#c1281dd7887d77a1711dc760468c3b8285dde9ee"
574590

591+
babel-plugin-jest-hoist@^23.0.1:
592+
version "23.0.1"
593+
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-23.0.1.tgz#eaa11c964563aea9c21becef2bdf7853f7f3c148"
594+
575595
babel-plugin-syntax-async-functions@^6.13.0, babel-plugin-syntax-async-functions@^6.8.0:
576596
version "6.13.0"
577597
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz#cad9cad1191b5ad634bf30ae0872391e0647be95"
@@ -993,6 +1013,13 @@ babel-preset-jest@^22.1.0:
9931013
babel-plugin-jest-hoist "^22.1.0"
9941014
babel-plugin-syntax-object-rest-spread "^6.13.0"
9951015

1016+
babel-preset-jest@^23.0.1:
1017+
version "23.0.1"
1018+
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-23.0.1.tgz#631cc545c6cf021943013bcaf22f45d87fe62198"
1019+
dependencies:
1020+
babel-plugin-jest-hoist "^23.0.1"
1021+
babel-plugin-syntax-object-rest-spread "^6.13.0"
1022+
9961023
babel-preset-react@^6.24.1:
9971024
version "6.24.1"
9981025
resolved "https://registry.yarnpkg.com/babel-preset-react/-/babel-preset-react-6.24.1.tgz#ba69dfaea45fc3ec639b6a4ecea6e17702c91380"
@@ -3405,12 +3432,28 @@ istanbul-lib-coverage@^1.1.1:
34053432
version "1.1.1"
34063433
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.1.1.tgz#73bfb998885299415c93d38a3e9adf784a77a9da"
34073434

3435+
istanbul-lib-coverage@^1.2.0:
3436+
version "1.2.0"
3437+
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.2.0.tgz#f7d8f2e42b97e37fe796114cb0f9d68b5e3a4341"
3438+
34083439
istanbul-lib-hook@^1.1.0:
34093440
version "1.1.0"
34103441
resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-1.1.0.tgz#8538d970372cb3716d53e55523dd54b557a8d89b"
34113442
dependencies:
34123443
append-transform "^0.4.0"
34133444

3445+
istanbul-lib-instrument@^1.10.1:
3446+
version "1.10.1"
3447+
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.10.1.tgz#724b4b6caceba8692d3f1f9d0727e279c401af7b"
3448+
dependencies:
3449+
babel-generator "^6.18.0"
3450+
babel-template "^6.16.0"
3451+
babel-traverse "^6.18.0"
3452+
babel-types "^6.18.0"
3453+
babylon "^6.18.0"
3454+
istanbul-lib-coverage "^1.2.0"
3455+
semver "^5.3.0"
3456+
34143457
istanbul-lib-instrument@^1.7.5, istanbul-lib-instrument@^1.8.0, istanbul-lib-instrument@^1.9.1:
34153458
version "1.9.1"
34163459
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.9.1.tgz#250b30b3531e5d3251299fdd64b0b2c9db6b558e"
@@ -5999,6 +6042,16 @@ test-exclude@^4.1.1:
59996042
read-pkg-up "^1.0.1"
60006043
require-main-filename "^1.0.1"
60016044

6045+
test-exclude@^4.2.1:
6046+
version "4.2.1"
6047+
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.2.1.tgz#dfa222f03480bca69207ca728b37d74b45f724fa"
6048+
dependencies:
6049+
arrify "^1.0.1"
6050+
micromatch "^3.1.8"
6051+
object-assign "^4.1.0"
6052+
read-pkg-up "^1.0.1"
6053+
require-main-filename "^1.0.1"
6054+
60026055
text-extensions@^1.0.0:
60036056
version "1.5.0"
60046057
resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-1.5.0.tgz#d1cb2d14b5d0bc45bfdca8a08a473f68c7eb0cbc"

0 commit comments

Comments
 (0)