@@ -144,6 +144,14 @@ babel-generator@^6.26.0:
144144 source-map "^0.5.7"
145145 trim-right "^1.0.1"
146146
147+ babel-helper-bindify-decorators@^6.24.1 :
148+ version "6.24.1"
149+ resolved "https://registry.yarnpkg.com/babel-helper-bindify-decorators/-/babel-helper-bindify-decorators-6.24.1.tgz#14c19e5f142d7b47f19a52431e52b1ccbc40a330"
150+ dependencies :
151+ babel-runtime "^6.22.0"
152+ babel-traverse "^6.24.1"
153+ babel-types "^6.24.1"
154+
147155babel-helper-builder-binary-assignment-operator-visitor@^6.24.1 :
148156 version "6.24.1"
149157 resolved "https://registry.yarnpkg.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz#cce4517ada356f4220bcae8a02c2b346f9a56664"
@@ -178,6 +186,15 @@ babel-helper-explode-assignable-expression@^6.24.1:
178186 babel-traverse "^6.24.1"
179187 babel-types "^6.24.1"
180188
189+ babel-helper-explode-class@^6.24.1 :
190+ version "6.24.1"
191+ resolved "https://registry.yarnpkg.com/babel-helper-explode-class/-/babel-helper-explode-class-6.24.1.tgz#7dc2a3910dee007056e1e31d640ced3d54eaa9eb"
192+ dependencies :
193+ babel-helper-bindify-decorators "^6.24.1"
194+ babel-runtime "^6.22.0"
195+ babel-traverse "^6.24.1"
196+ babel-types "^6.24.1"
197+
181198babel-helper-function-name@^6.24.1 :
182199 version "6.24.1"
183200 resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz#d3475b8c03ed98242a25b48351ab18399d3580a9"
@@ -273,6 +290,22 @@ babel-plugin-syntax-async-functions@^6.8.0:
273290 version "6.13.0"
274291 resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz#cad9cad1191b5ad634bf30ae0872391e0647be95"
275292
293+ babel-plugin-syntax-async-generators@^6.5.0 :
294+ version "6.13.0"
295+ resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-generators/-/babel-plugin-syntax-async-generators-6.13.0.tgz#6bc963ebb16eccbae6b92b596eb7f35c342a8b9a"
296+
297+ babel-plugin-syntax-class-properties@^6.8.0 :
298+ version "6.13.0"
299+ resolved "https://registry.yarnpkg.com/babel-plugin-syntax-class-properties/-/babel-plugin-syntax-class-properties-6.13.0.tgz#d7eb23b79a317f8543962c505b827c7d6cac27de"
300+
301+ babel-plugin-syntax-decorators@^6.13.0 :
302+ version "6.13.0"
303+ resolved "https://registry.yarnpkg.com/babel-plugin-syntax-decorators/-/babel-plugin-syntax-decorators-6.13.0.tgz#312563b4dbde3cc806cee3e416cceeaddd11ac0b"
304+
305+ babel-plugin-syntax-dynamic-import@^6.18.0 :
306+ version "6.18.0"
307+ resolved "https://registry.yarnpkg.com/babel-plugin-syntax-dynamic-import/-/babel-plugin-syntax-dynamic-import-6.18.0.tgz#8d6a26229c83745a9982a441051572caa179b1da"
308+
276309babel-plugin-syntax-exponentiation-operator@^6.8.0 :
277310 version "6.13.0"
278311 resolved "https://registry.yarnpkg.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz#9ee7e8337290da95288201a6a57f4170317830de"
@@ -289,14 +322,41 @@ babel-plugin-syntax-trailing-function-commas@^6.22.0:
289322 version "6.22.0"
290323 resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz#ba0360937f8d06e40180a43fe0d5616fff532cf3"
291324
292- babel-plugin-transform-async-to-generator@^6.22.0 :
325+ babel-plugin-transform-async-generator-functions@^6.24.1 :
326+ version "6.24.1"
327+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-generator-functions/-/babel-plugin-transform-async-generator-functions-6.24.1.tgz#f058900145fd3e9907a6ddf28da59f215258a5db"
328+ dependencies :
329+ babel-helper-remap-async-to-generator "^6.24.1"
330+ babel-plugin-syntax-async-generators "^6.5.0"
331+ babel-runtime "^6.22.0"
332+
333+ babel-plugin-transform-async-to-generator@^6.22.0, babel-plugin-transform-async-to-generator@^6.24.1 :
293334 version "6.24.1"
294335 resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz#6536e378aff6cb1d5517ac0e40eb3e9fc8d08761"
295336 dependencies :
296337 babel-helper-remap-async-to-generator "^6.24.1"
297338 babel-plugin-syntax-async-functions "^6.8.0"
298339 babel-runtime "^6.22.0"
299340
341+ babel-plugin-transform-class-properties@^6.24.1 :
342+ version "6.24.1"
343+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-6.24.1.tgz#6a79763ea61d33d36f37b611aa9def81a81b46ac"
344+ dependencies :
345+ babel-helper-function-name "^6.24.1"
346+ babel-plugin-syntax-class-properties "^6.8.0"
347+ babel-runtime "^6.22.0"
348+ babel-template "^6.24.1"
349+
350+ babel-plugin-transform-decorators@^6.24.1 :
351+ version "6.24.1"
352+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-decorators/-/babel-plugin-transform-decorators-6.24.1.tgz#788013d8f8c6b5222bdf7b344390dfd77569e24d"
353+ dependencies :
354+ babel-helper-explode-class "^6.24.1"
355+ babel-plugin-syntax-decorators "^6.13.0"
356+ babel-runtime "^6.22.0"
357+ babel-template "^6.24.1"
358+ babel-types "^6.24.1"
359+
300360babel-plugin-transform-es2015-arrow-functions@^6.22.0 :
301361 version "6.22.0"
302362 resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz#452692cb711d5f79dc7f85e440ce41b9f244d221"
@@ -465,15 +525,15 @@ babel-plugin-transform-es2015-unicode-regex@^6.22.0, babel-plugin-transform-es20
465525 babel-runtime "^6.22.0"
466526 regexpu-core "^2.0.0"
467527
468- babel-plugin-transform-exponentiation-operator@^6.22.0 :
528+ babel-plugin-transform-exponentiation-operator@^6.22.0, babel-plugin-transform-exponentiation-operator@^6.24.1 :
469529 version "6.24.1"
470530 resolved "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz#2ab0c9c7f3098fa48907772bb813fe41e8de3a0e"
471531 dependencies :
472532 babel-helper-builder-binary-assignment-operator-visitor "^6.24.1"
473533 babel-plugin-syntax-exponentiation-operator "^6.8.0"
474534 babel-runtime "^6.22.0"
475535
476- babel-plugin-transform-object-rest-spread@^6.26.0 :
536+ babel-plugin-transform-object-rest-spread@^6.22.0, babel-plugin-transform-object-rest-spread@^6. 26.0 :
477537 version "6.26.0"
478538 resolved "https://registry.yarnpkg.com/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz#0f36692d50fef6b7e2d4b3ac1478137a963b7b06"
479539 dependencies :
@@ -577,6 +637,25 @@ babel-preset-es2015@^6.18.0:
577637 babel-plugin-transform-es2015-unicode-regex "^6.24.1"
578638 babel-plugin-transform-regenerator "^6.24.1"
579639
640+ babel-preset-stage-2@^6.24.1 :
641+ version "6.24.1"
642+ resolved "https://registry.yarnpkg.com/babel-preset-stage-2/-/babel-preset-stage-2-6.24.1.tgz#d9e2960fb3d71187f0e64eec62bc07767219bdc1"
643+ dependencies :
644+ babel-plugin-syntax-dynamic-import "^6.18.0"
645+ babel-plugin-transform-class-properties "^6.24.1"
646+ babel-plugin-transform-decorators "^6.24.1"
647+ babel-preset-stage-3 "^6.24.1"
648+
649+ babel-preset-stage-3@^6.24.1 :
650+ version "6.24.1"
651+ resolved "https://registry.yarnpkg.com/babel-preset-stage-3/-/babel-preset-stage-3-6.24.1.tgz#836ada0a9e7a7fa37cb138fb9326f87934a48395"
652+ dependencies :
653+ babel-plugin-syntax-trailing-function-commas "^6.22.0"
654+ babel-plugin-transform-async-generator-functions "^6.24.1"
655+ babel-plugin-transform-async-to-generator "^6.24.1"
656+ babel-plugin-transform-exponentiation-operator "^6.24.1"
657+ babel-plugin-transform-object-rest-spread "^6.22.0"
658+
580659babel-register@^6.26.0 :
581660 version "6.26.0"
582661 resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.26.0.tgz#6ed021173e2fcb486d7acb45c6009a856f647071"
@@ -1429,8 +1508,8 @@ kind-of@^6.0.0, kind-of@^6.0.2:
14291508 resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"
14301509
14311510lodash@^4.17.4 :
1432- version "4.17.10 "
1433- resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10 .tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7 "
1511+ version "4.17.21 "
1512+ resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21 .tgz#679591c564c3bffaae8454cf0b3df370c3d6911c "
14341513
14351514loose-envify@^1.0.0 :
14361515 version "1.4.0"
0 commit comments