@@ -492,13 +492,30 @@ babel-helper-function-name@^6.22.0, babel-helper-function-name@^6.23.0:
492
492
babel-traverse "^6.23.0"
493
493
babel-types "^6.23.0"
494
494
495
+ babel-helper-function-name@^6.24.1 :
496
+ version "6.24.1"
497
+ resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz#d3475b8c03ed98242a25b48351ab18399d3580a9"
498
+ dependencies :
499
+ babel-helper-get-function-arity "^6.24.1"
500
+ babel-runtime "^6.22.0"
501
+ babel-template "^6.24.1"
502
+ babel-traverse "^6.24.1"
503
+ babel-types "^6.24.1"
504
+
495
505
babel-helper-get-function-arity@^6.22.0 :
496
506
version "6.22.0"
497
507
resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.22.0.tgz#0beb464ad69dc7347410ac6ade9f03a50634f5ce"
498
508
dependencies :
499
509
babel-runtime "^6.22.0"
500
510
babel-types "^6.22.0"
501
511
512
+ babel-helper-get-function-arity@^6.24.1 :
513
+ version "6.24.1"
514
+ resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz#8f7782aa93407c41d3aa50908f89b031b1b6853d"
515
+ dependencies :
516
+ babel-runtime "^6.22.0"
517
+ babel-types "^6.24.1"
518
+
502
519
babel-helper-hoist-variables@^6.22.0 :
503
520
version "6.22.0"
504
521
resolved "https://registry.yarnpkg.com/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.22.0.tgz#3eacbf731d80705845dd2e9718f600cfb9b4ba72"
@@ -574,6 +591,10 @@ babel-plugin-syntax-async-functions@^6.8.0:
574
591
version "6.13.0"
575
592
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz#cad9cad1191b5ad634bf30ae0872391e0647be95"
576
593
594
+ babel-plugin-syntax-class-properties@^6.8.0 :
595
+ version "6.13.0"
596
+ resolved "https://registry.yarnpkg.com/babel-plugin-syntax-class-properties/-/babel-plugin-syntax-class-properties-6.13.0.tgz#d7eb23b79a317f8543962c505b827c7d6cac27de"
597
+
577
598
babel-plugin-syntax-exponentiation-operator@^6.8.0 :
578
599
version "6.13.0"
579
600
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz#9ee7e8337290da95288201a6a57f4170317830de"
@@ -602,6 +623,15 @@ babel-plugin-transform-async-to-generator@^6.8.0:
602
623
babel-plugin-syntax-async-functions "^6.8.0"
603
624
babel-runtime "^6.22.0"
604
625
626
+ babel-plugin-transform-class-properties@^6.24.1 :
627
+ version "6.24.1"
628
+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-6.24.1.tgz#6a79763ea61d33d36f37b611aa9def81a81b46ac"
629
+ dependencies :
630
+ babel-helper-function-name "^6.24.1"
631
+ babel-plugin-syntax-class-properties "^6.8.0"
632
+ babel-runtime "^6.22.0"
633
+ babel-template "^6.24.1"
634
+
605
635
babel-plugin-transform-es2015-arrow-functions@^6.3.13 :
606
636
version "6.22.0"
607
637
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz#452692cb711d5f79dc7f85e440ce41b9f244d221"
@@ -912,6 +942,16 @@ babel-template@^6.22.0, babel-template@^6.23.0:
912
942
babylon "^6.11.0"
913
943
lodash "^4.2.0"
914
944
945
+ babel-template@^6.24.1 :
946
+ version "6.24.1"
947
+ resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.24.1.tgz#04ae514f1f93b3a2537f2a0f60a5a45fb8308333"
948
+ dependencies :
949
+ babel-runtime "^6.22.0"
950
+ babel-traverse "^6.24.1"
951
+ babel-types "^6.24.1"
952
+ babylon "^6.11.0"
953
+ lodash "^4.2.0"
954
+
915
955
babel-traverse@^6.0.20, babel-traverse@^6.22.0, babel-traverse@^6.23.0, babel-traverse@^6.23.1 :
916
956
version "6.23.1"
917
957
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.23.1.tgz#d3cb59010ecd06a97d81310065f966b699e14f48"
@@ -926,6 +966,20 @@ babel-traverse@^6.0.20, babel-traverse@^6.22.0, babel-traverse@^6.23.0, babel-tr
926
966
invariant "^2.2.0"
927
967
lodash "^4.2.0"
928
968
969
+ babel-traverse@^6.24.1 :
970
+ version "6.24.1"
971
+ resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.24.1.tgz#ab36673fd356f9a0948659e7b338d5feadb31695"
972
+ dependencies :
973
+ babel-code-frame "^6.22.0"
974
+ babel-messages "^6.23.0"
975
+ babel-runtime "^6.22.0"
976
+ babel-types "^6.24.1"
977
+ babylon "^6.15.0"
978
+ debug "^2.2.0"
979
+ globals "^9.0.0"
980
+ invariant "^2.2.0"
981
+ lodash "^4.2.0"
982
+
929
983
babel-types@^6.0.19, babel-types@^6.19.0, babel-types@^6.22.0, babel-types@^6.23.0 :
930
984
version "6.23.0"
931
985
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.23.0.tgz#bb17179d7538bad38cd0c9e115d340f77e7e9acf"
@@ -935,6 +989,15 @@ babel-types@^6.0.19, babel-types@^6.19.0, babel-types@^6.22.0, babel-types@^6.23
935
989
lodash "^4.2.0"
936
990
to-fast-properties "^1.0.1"
937
991
992
+ babel-types@^6.24.1 :
993
+ version "6.24.1"
994
+ resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.24.1.tgz#a136879dc15b3606bda0d90c1fc74304c2ff0975"
995
+ dependencies :
996
+ babel-runtime "^6.22.0"
997
+ esutils "^2.0.2"
998
+ lodash "^4.2.0"
999
+ to-fast-properties "^1.0.1"
1000
+
938
1001
babylon@^6.0.18, babylon@^6.11.0, babylon@^6.15.0 :
939
1002
version "6.16.1"
940
1003
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.16.1.tgz#30c5a22f481978a9e7f8cdfdf496b11d94b404d3"
@@ -2240,7 +2303,7 @@ faye-websocket@~0.11.0:
2240
2303
dependencies :
2241
2304
websocket-driver ">=0.5.1"
2242
2305
2243
- fbjs@^0.8.1, fbjs@^0.8.4 :
2306
+ fbjs@^0.8.1, fbjs@^0.8.4, fbjs@^0.8.9 :
2244
2307
version "0.8.9"
2245
2308
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.9.tgz#180247fbd347dcc9004517b904f865400a0c8f14"
2246
2309
dependencies :
@@ -4899,6 +4962,12 @@ promise@^7.1.1:
4899
4962
dependencies :
4900
4963
asap "~2.0.3"
4901
4964
4965
+ prop-types@^15.5.8 :
4966
+ version "15.5.8"
4967
+ resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.8.tgz#6b7b2e141083be38c8595aa51fc55775c7199394"
4968
+ dependencies :
4969
+ fbjs "^0.8.9"
4970
+
4902
4971
proptypes@^0.14.3 :
4903
4972
version "0.14.4"
4904
4973
resolved "https://registry.yarnpkg.com/proptypes/-/proptypes-0.14.4.tgz#1ead7600d44472a614aa1cf0c4cccee7d867997d"
0 commit comments