@@ -305,14 +305,6 @@ babel-generator@^6.26.0:
305
305
source-map "^0.5.6"
306
306
trim-right "^1.0.1"
307
307
308
- babel-helper-bindify-decorators@^6.24.1 :
309
- version "6.24.1"
310
- resolved "https://registry.yarnpkg.com/babel-helper-bindify-decorators/-/babel-helper-bindify-decorators-6.24.1.tgz#14c19e5f142d7b47f19a52431e52b1ccbc40a330"
311
- dependencies :
312
- babel-runtime "^6.22.0"
313
- babel-traverse "^6.24.1"
314
- babel-types "^6.24.1"
315
-
316
308
babel-helper-builder-binary-assignment-operator-visitor@^6.24.1 :
317
309
version "6.24.1"
318
310
resolved "https://registry.yarnpkg.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz#cce4517ada356f4220bcae8a02c2b346f9a56664"
@@ -347,15 +339,6 @@ babel-helper-explode-assignable-expression@^6.24.1:
347
339
babel-traverse "^6.24.1"
348
340
babel-types "^6.24.1"
349
341
350
- babel-helper-explode-class@^6.24.1 :
351
- version "6.24.1"
352
- resolved "https://registry.yarnpkg.com/babel-helper-explode-class/-/babel-helper-explode-class-6.24.1.tgz#7dc2a3910dee007056e1e31d640ced3d54eaa9eb"
353
- dependencies :
354
- babel-helper-bindify-decorators "^6.24.1"
355
- babel-runtime "^6.22.0"
356
- babel-traverse "^6.24.1"
357
- babel-types "^6.24.1"
358
-
359
342
babel-helper-function-name@^6.24.1 :
360
343
version "6.24.1"
361
344
resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz#d3475b8c03ed98242a25b48351ab18399d3580a9"
@@ -447,69 +430,22 @@ babel-plugin-syntax-async-functions@^6.8.0:
447
430
version "6.13.0"
448
431
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz#cad9cad1191b5ad634bf30ae0872391e0647be95"
449
432
450
- babel-plugin-syntax-async-generators@^6.5.0 :
451
- version "6.13.0"
452
- resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-generators/-/babel-plugin-syntax-async-generators-6.13.0.tgz#6bc963ebb16eccbae6b92b596eb7f35c342a8b9a"
453
-
454
- babel-plugin-syntax-class-properties@^6.8.0 :
455
- version "6.13.0"
456
- resolved "https://registry.yarnpkg.com/babel-plugin-syntax-class-properties/-/babel-plugin-syntax-class-properties-6.13.0.tgz#d7eb23b79a317f8543962c505b827c7d6cac27de"
457
-
458
- babel-plugin-syntax-decorators@^6.13.0 :
459
- version "6.13.0"
460
- resolved "https://registry.yarnpkg.com/babel-plugin-syntax-decorators/-/babel-plugin-syntax-decorators-6.13.0.tgz#312563b4dbde3cc806cee3e416cceeaddd11ac0b"
461
-
462
- babel-plugin-syntax-dynamic-import@^6.18.0 :
463
- version "6.18.0"
464
- resolved "https://registry.yarnpkg.com/babel-plugin-syntax-dynamic-import/-/babel-plugin-syntax-dynamic-import-6.18.0.tgz#8d6a26229c83745a9982a441051572caa179b1da"
465
-
466
433
babel-plugin-syntax-exponentiation-operator@^6.8.0 :
467
434
version "6.13.0"
468
435
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz#9ee7e8337290da95288201a6a57f4170317830de"
469
436
470
- babel-plugin-syntax-object-rest-spread@^6.8.0 :
471
- version "6.13.0"
472
- resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5"
473
-
474
437
babel-plugin-syntax-trailing-function-commas@^6.22.0 :
475
438
version "6.22.0"
476
439
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz#ba0360937f8d06e40180a43fe0d5616fff532cf3"
477
440
478
- babel-plugin-transform-async-generator-functions@^6.24.1 :
479
- version "6.24.1"
480
- resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-generator-functions/-/babel-plugin-transform-async-generator-functions-6.24.1.tgz#f058900145fd3e9907a6ddf28da59f215258a5db"
481
- dependencies :
482
- babel-helper-remap-async-to-generator "^6.24.1"
483
- babel-plugin-syntax-async-generators "^6.5.0"
484
- babel-runtime "^6.22.0"
485
-
486
- babel-plugin-transform-async-to-generator@^6.22.0, babel-plugin-transform-async-to-generator@^6.24.1 :
441
+ babel-plugin-transform-async-to-generator@^6.22.0 :
487
442
version "6.24.1"
488
443
resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz#6536e378aff6cb1d5517ac0e40eb3e9fc8d08761"
489
444
dependencies :
490
445
babel-helper-remap-async-to-generator "^6.24.1"
491
446
babel-plugin-syntax-async-functions "^6.8.0"
492
447
babel-runtime "^6.22.0"
493
448
494
- babel-plugin-transform-class-properties@^6.24.1 :
495
- version "6.24.1"
496
- resolved "https://registry.yarnpkg.com/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-6.24.1.tgz#6a79763ea61d33d36f37b611aa9def81a81b46ac"
497
- dependencies :
498
- babel-helper-function-name "^6.24.1"
499
- babel-plugin-syntax-class-properties "^6.8.0"
500
- babel-runtime "^6.22.0"
501
- babel-template "^6.24.1"
502
-
503
- babel-plugin-transform-decorators@^6.24.1 :
504
- version "6.24.1"
505
- resolved "https://registry.yarnpkg.com/babel-plugin-transform-decorators/-/babel-plugin-transform-decorators-6.24.1.tgz#788013d8f8c6b5222bdf7b344390dfd77569e24d"
506
- dependencies :
507
- babel-helper-explode-class "^6.24.1"
508
- babel-plugin-syntax-decorators "^6.13.0"
509
- babel-runtime "^6.22.0"
510
- babel-template "^6.24.1"
511
- babel-types "^6.24.1"
512
-
513
449
babel-plugin-transform-es2015-arrow-functions@^6.22.0 :
514
450
version "6.22.0"
515
451
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz#452692cb711d5f79dc7f85e440ce41b9f244d221"
@@ -678,33 +614,20 @@ babel-plugin-transform-es2015-unicode-regex@^6.22.0:
678
614
babel-runtime "^6.22.0"
679
615
regexpu-core "^2.0.0"
680
616
681
- babel-plugin-transform-exponentiation-operator@^6.22.0, babel-plugin-transform-exponentiation-operator@^6.24.1 :
617
+ babel-plugin-transform-exponentiation-operator@^6.22.0 :
682
618
version "6.24.1"
683
619
resolved "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz#2ab0c9c7f3098fa48907772bb813fe41e8de3a0e"
684
620
dependencies :
685
621
babel-helper-builder-binary-assignment-operator-visitor "^6.24.1"
686
622
babel-plugin-syntax-exponentiation-operator "^6.8.0"
687
623
babel-runtime "^6.22.0"
688
624
689
- babel-plugin-transform-object-rest-spread@^6.22.0 :
690
- version "6.26.0"
691
- resolved "https://registry.yarnpkg.com/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz#0f36692d50fef6b7e2d4b3ac1478137a963b7b06"
692
- dependencies :
693
- babel-plugin-syntax-object-rest-spread "^6.8.0"
694
- babel-runtime "^6.26.0"
695
-
696
625
babel-plugin-transform-regenerator@^6.22.0 :
697
626
version "6.26.0"
698
627
resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz#e0703696fbde27f0a3efcacf8b4dca2f7b3a8f2f"
699
628
dependencies :
700
629
regenerator-transform "^0.10.0"
701
630
702
- babel-plugin-transform-runtime@^6.23.0 :
703
- version "6.23.0"
704
- resolved "https://registry.yarnpkg.com/babel-plugin-transform-runtime/-/babel-plugin-transform-runtime-6.23.0.tgz#88490d446502ea9b8e7efb0fe09ec4d99479b1ee"
705
- dependencies :
706
- babel-runtime "^6.22.0"
707
-
708
631
babel-plugin-transform-strict-mode@^6.24.1 :
709
632
version "6.24.1"
710
633
resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz#d5faf7aa578a65bbe591cf5edae04a0c67020758"
@@ -747,25 +670,6 @@ babel-preset-env@^1.6.1:
747
670
invariant "^2.2.2"
748
671
semver "^5.3.0"
749
672
750
- babel-preset-stage-2@^6.24.1 :
751
- version "6.24.1"
752
- resolved "https://registry.yarnpkg.com/babel-preset-stage-2/-/babel-preset-stage-2-6.24.1.tgz#d9e2960fb3d71187f0e64eec62bc07767219bdc1"
753
- dependencies :
754
- babel-plugin-syntax-dynamic-import "^6.18.0"
755
- babel-plugin-transform-class-properties "^6.24.1"
756
- babel-plugin-transform-decorators "^6.24.1"
757
- babel-preset-stage-3 "^6.24.1"
758
-
759
- babel-preset-stage-3@^6.24.1 :
760
- version "6.24.1"
761
- resolved "https://registry.yarnpkg.com/babel-preset-stage-3/-/babel-preset-stage-3-6.24.1.tgz#836ada0a9e7a7fa37cb138fb9326f87934a48395"
762
- dependencies :
763
- babel-plugin-syntax-trailing-function-commas "^6.22.0"
764
- babel-plugin-transform-async-generator-functions "^6.24.1"
765
- babel-plugin-transform-async-to-generator "^6.24.1"
766
- babel-plugin-transform-exponentiation-operator "^6.24.1"
767
- babel-plugin-transform-object-rest-spread "^6.22.0"
768
-
769
673
babel-register@^6.26.0 :
770
674
version "6.26.0"
771
675
resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.26.0.tgz#6ed021173e2fcb486d7acb45c6009a856f647071"
0 commit comments