@@ -59,6 +59,13 @@ array-find-index@^1.0.1:
59
59
version "1.0.2"
60
60
resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
61
61
62
+ array-includes@^3.0.3 :
63
+ version "3.0.3"
64
+ resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.0.3.tgz#184b48f62d92d7452bb31b323165c7f8bd02266d"
65
+ dependencies :
66
+ define-properties "^1.1.2"
67
+ es-abstract "^1.7.0"
68
+
62
69
array-union@^1.0.1 :
63
70
version "1.0.2"
64
71
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -73,13 +80,6 @@ array-unique@^0.2.1:
73
80
version "0.2.1"
74
81
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
75
82
76
- array.prototype.find@^2.0.1 :
77
- version "2.0.4"
78
- resolved "https://registry.yarnpkg.com/array.prototype.find/-/array.prototype.find-2.0.4.tgz#556a5c5362c08648323ddaeb9de9d14bc1864c90"
79
- dependencies :
80
- define-properties "^1.1.2"
81
- es-abstract "^1.7.0"
82
-
83
83
arrify@^1.0.0, arrify@^1.0.1 :
84
84
version "1.0.1"
85
85
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -366,6 +366,12 @@ define-properties@^1.1.2:
366
366
foreach "^2.0.5"
367
367
object-keys "^1.0.8"
368
368
369
+ define-properties@^1.1.3 :
370
+ version "1.1.3"
371
+ resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
372
+ dependencies :
373
+ object-keys "^1.0.12"
374
+
369
375
del@^2.0.2 :
370
376
version "2.2.2"
371
377
resolved "https://registry.yarnpkg.com/del/-/del-2.2.2.tgz#c12c981d067846c84bcaf862cff930d907ffd1a8"
@@ -378,7 +384,7 @@ del@^2.0.2:
378
384
pinkie-promise "^2.0.0"
379
385
rimraf "^2.2.8"
380
386
381
- [email protected] , doctrine@^1.2.2 :
387
+
382
388
version "1.5.0"
383
389
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
384
390
dependencies :
@@ -392,6 +398,12 @@ doctrine@^2.0.0:
392
398
esutils "^2.0.2"
393
399
isarray "^1.0.0"
394
400
401
+ doctrine@^2.1.0 :
402
+ version "2.1.0"
403
+ resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
404
+ dependencies :
405
+ esutils "^2.0.2"
406
+
395
407
dot-prop@^4.1.0 :
396
408
version "4.1.1"
397
409
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.1.1.tgz#a8493f0b7b5eeec82525b5c7587fa7de7ca859c1"
@@ -414,6 +426,21 @@ error-ex@^1.2.0:
414
426
dependencies :
415
427
is-arrayish "^0.2.1"
416
428
429
+ es-abstract@^1.11.0, es-abstract@^1.12.0 :
430
+ version "1.15.0"
431
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.15.0.tgz#8884928ec7e40a79e3c9bc812d37d10c8b24cc57"
432
+ dependencies :
433
+ es-to-primitive "^1.2.0"
434
+ function-bind "^1.1.1"
435
+ has "^1.0.3"
436
+ has-symbols "^1.0.0"
437
+ is-callable "^1.1.4"
438
+ is-regex "^1.0.4"
439
+ object-inspect "^1.6.0"
440
+ object-keys "^1.1.1"
441
+ string.prototype.trimleft "^2.1.0"
442
+ string.prototype.trimright "^2.1.0"
443
+
417
444
es-abstract@^1.7.0 :
418
445
version "1.7.0"
419
446
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.7.0.tgz#dfade774e01bfcd97f96180298c449c8623fb94c"
@@ -431,6 +458,14 @@ es-to-primitive@^1.1.1:
431
458
is-date-object "^1.0.1"
432
459
is-symbol "^1.0.1"
433
460
461
+ es-to-primitive@^1.2.0 :
462
+ version "1.2.0"
463
+ resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
464
+ dependencies :
465
+ is-callable "^1.1.4"
466
+ is-date-object "^1.0.1"
467
+ is-symbol "^1.0.2"
468
+
434
469
es5-ext@^0.10.14, es5-ext@^0.10.9, es5-ext@~0.10.14 :
435
470
version "0.10.15"
436
471
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.15.tgz#c330a5934c1ee21284a7c081a86e5fd937c91ea6"
@@ -574,15 +609,19 @@ eslint-plugin-promise@^3.4.0:
574
609
version "3.5.0"
575
610
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.5.0.tgz#78fbb6ffe047201627569e85a6c5373af2a68fca"
576
611
577
- eslint-plugin-react@6.10.3 :
578
- version "6.10.3 "
579
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-6.10.3 .tgz#c5435beb06774e12c7db2f6abaddcbf900cd3f78 "
612
+ eslint-plugin-react@7.15.1 :
613
+ version "7.15.1 "
614
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.15.1 .tgz#db5f8ed66c6ba46922518f08e1df9dac52ccaa49 "
580
615
dependencies :
581
- array.prototype.find "^2.0.1"
582
- doctrine "^1.2.2"
583
- has "^1.0.1"
584
- jsx-ast-utils "^1.3.4"
585
- object.assign "^4.0.4"
616
+ array-includes "^3.0.3"
617
+ doctrine "^2.1.0"
618
+ has "^1.0.3"
619
+ jsx-ast-utils "^2.2.1"
620
+ object.entries "^1.1.0"
621
+ object.fromentries "^2.0.0"
622
+ object.values "^1.1.0"
623
+ prop-types "^15.7.2"
624
+ resolve "^1.12.0"
586
625
587
626
eslint-plugin-unicorn@^2.1.0 :
588
627
version "2.1.1"
@@ -762,6 +801,10 @@ function-bind@^1.0.2, function-bind@^1.1.0:
762
801
version "1.1.0"
763
802
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.0.tgz#16176714c801798e4e8f2cf7f7529467bb4a5771"
764
803
804
+ function-bind@^1.1.1 :
805
+ version "1.1.1"
806
+ resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
807
+
765
808
generate-function@^2.0.0 :
766
809
version "2.0.0"
767
810
resolved "https://registry.yarnpkg.com/generate-function/-/generate-function-2.0.0.tgz#6858fe7c0969b7d4e9093337647ac79f60dfbe74"
@@ -861,12 +904,22 @@ has-flag@^2.0.0:
861
904
version "2.0.0"
862
905
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
863
906
907
+ has-symbols@^1.0.0 :
908
+ version "1.0.0"
909
+ resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
910
+
864
911
has@^1.0.1 :
865
912
version "1.0.1"
866
913
resolved "https://registry.yarnpkg.com/has/-/has-1.0.1.tgz#8461733f538b0837c9361e39a9ab9e9704dc2f28"
867
914
dependencies :
868
915
function-bind "^1.0.2"
869
916
917
+ has@^1.0.3 :
918
+ version "1.0.3"
919
+ resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
920
+ dependencies :
921
+ function-bind "^1.1.1"
922
+
870
923
hosted-git-info@^2.1.4 :
871
924
version "2.4.2"
872
925
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.4.2.tgz#0076b9f46a270506ddbaaea56496897460612a67"
@@ -946,6 +999,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
946
999
version "1.1.3"
947
1000
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
948
1001
1002
+ is-callable@^1.1.4 :
1003
+ version "1.1.4"
1004
+ resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
1005
+
949
1006
is-date-object@^1.0.1 :
950
1007
version "1.0.1"
951
1008
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
@@ -1052,7 +1109,7 @@ is-redirect@^1.0.0:
1052
1109
version "1.0.0"
1053
1110
resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24"
1054
1111
1055
- is-regex@^1.0.3 :
1112
+ is-regex@^1.0.3, is-regex@^1.0.4 :
1056
1113
version "1.0.4"
1057
1114
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491"
1058
1115
dependencies :
@@ -1076,6 +1133,12 @@ is-symbol@^1.0.1:
1076
1133
version "1.0.1"
1077
1134
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
1078
1135
1136
+ is-symbol@^1.0.2 :
1137
+ version "1.0.2"
1138
+ resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
1139
+ dependencies :
1140
+ has-symbols "^1.0.0"
1141
+
1079
1142
is-utf8@^0.2.0 :
1080
1143
version "0.2.1"
1081
1144
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
@@ -1092,6 +1155,10 @@ js-tokens@^3.0.0:
1092
1155
version "3.0.1"
1093
1156
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.1.tgz#08e9f132484a2c45a30907e9dc4d5567b7f114d7"
1094
1157
1158
+ " js-tokens@^3.0.0 || ^4.0.0 " :
1159
+ version "4.0.0"
1160
+ resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
1161
+
1095
1162
js-types@^1.0.0 :
1096
1163
version "1.0.0"
1097
1164
resolved "https://registry.yarnpkg.com/js-types/-/js-types-1.0.0.tgz#d242e6494ed572ad3c92809fc8bed7f7687cbf03"
@@ -1117,9 +1184,12 @@ jsonpointer@^4.0.0:
1117
1184
version "4.0.1"
1118
1185
resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.0.1.tgz#4fd92cb34e0e9db3c89c8622ecf51f9b978c6cb9"
1119
1186
1120
- jsx-ast-utils@^1.3.4 :
1121
- version "1.4.1"
1122
- resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
1187
+ jsx-ast-utils@^2.2.1 :
1188
+ version "2.2.1"
1189
+ resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.1.tgz#4d4973ebf8b9d2837ee91a8208cc66f3a2776cfb"
1190
+ dependencies :
1191
+ array-includes "^3.0.3"
1192
+ object.assign "^4.1.0"
1123
1193
1124
1194
latest-version@^3.0.0 :
1125
1195
version "3.1.0"
@@ -1204,6 +1274,12 @@ loose-envify@^1.0.0:
1204
1274
dependencies :
1205
1275
js-tokens "^3.0.0"
1206
1276
1277
+ loose-envify@^1.4.0 :
1278
+ version "1.4.0"
1279
+ resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
1280
+ dependencies :
1281
+ js-tokens "^3.0.0 || ^4.0.0"
1282
+
1207
1283
loud-rejection@^1.0.0 :
1208
1284
version "1.6.0"
1209
1285
resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f"
@@ -1315,21 +1391,57 @@ obj-props@^1.0.0:
1315
1391
version "1.1.0"
1316
1392
resolved "https://registry.yarnpkg.com/obj-props/-/obj-props-1.1.0.tgz#626313faa442befd4a44e9a02c3cb6bde937b511"
1317
1393
1318
- object-assign@^4.0.1, object-assign@^4.1.0 :
1394
+ object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1 :
1319
1395
version "4.1.1"
1320
1396
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
1321
1397
1322
- object-keys@^1.0.10, object-keys@^1.0.8 :
1398
+ object-inspect@^1.6.0 :
1399
+ version "1.6.0"
1400
+ resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
1401
+
1402
+ object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1 :
1403
+ version "1.1.1"
1404
+ resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
1405
+
1406
+ object-keys@^1.0.8 :
1323
1407
version "1.0.11"
1324
1408
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
1325
1409
1326
- object.assign@^4.0.4 :
1327
- version "4.0.4 "
1328
- resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.0.4. tgz#b1c9cc044ef1b9fe63606fc141abbb32e14730cc "
1410
+ object.assign@^4.1.0 :
1411
+ version "4.1.0 "
1412
+ resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0. tgz#968bf1100d7956bb3ca086f006f846b3bc4008da "
1329
1413
dependencies :
1330
1414
define-properties "^1.1.2"
1331
- function-bind "^1.1.0"
1332
- object-keys "^1.0.10"
1415
+ function-bind "^1.1.1"
1416
+ has-symbols "^1.0.0"
1417
+ object-keys "^1.0.11"
1418
+
1419
+ object.entries@^1.1.0 :
1420
+ version "1.1.0"
1421
+ resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519"
1422
+ dependencies :
1423
+ define-properties "^1.1.3"
1424
+ es-abstract "^1.12.0"
1425
+ function-bind "^1.1.1"
1426
+ has "^1.0.3"
1427
+
1428
+ object.fromentries@^2.0.0 :
1429
+ version "2.0.0"
1430
+ resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
1431
+ dependencies :
1432
+ define-properties "^1.1.2"
1433
+ es-abstract "^1.11.0"
1434
+ function-bind "^1.1.1"
1435
+ has "^1.0.1"
1436
+
1437
+ object.values@^1.1.0 :
1438
+ version "1.1.0"
1439
+ resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
1440
+ dependencies :
1441
+ define-properties "^1.1.3"
1442
+ es-abstract "^1.12.0"
1443
+ function-bind "^1.1.1"
1444
+ has "^1.0.3"
1333
1445
1334
1446
once@^1.3.0 :
1335
1447
version "1.4.0"
@@ -1422,6 +1534,10 @@ path-parse@^1.0.5:
1422
1534
version "1.0.5"
1423
1535
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
1424
1536
1537
+ path-parse@^1.0.6 :
1538
+ version "1.0.6"
1539
+ resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
1540
+
1425
1541
path-type@^1.0.0 :
1426
1542
version "1.1.0"
1427
1543
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@@ -1495,6 +1611,14 @@ progress@^1.1.8:
1495
1611
version "1.1.8"
1496
1612
resolved "https://registry.yarnpkg.com/progress/-/progress-1.1.8.tgz#e260c78f6161cdd9b0e56cc3e0a85de17c7a57be"
1497
1613
1614
+ prop-types@^15.7.2 :
1615
+ version "15.7.2"
1616
+ resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
1617
+ dependencies :
1618
+ loose-envify "^1.4.0"
1619
+ object-assign "^4.1.1"
1620
+ react-is "^16.8.1"
1621
+
1498
1622
proto-props@^0.2.0 :
1499
1623
version "0.2.1"
1500
1624
resolved "https://registry.yarnpkg.com/proto-props/-/proto-props-0.2.1.tgz#5e01dc2675a0de9abfa76e799dfa334d6f483f4b"
@@ -1512,6 +1636,10 @@ rc@^1.0.1, rc@^1.1.6:
1512
1636
minimist "^1.2.0"
1513
1637
strip-json-comments "~2.0.1"
1514
1638
1639
+ react-is@^16.8.1 :
1640
+ version "16.10.1"
1641
+ resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.10.1.tgz#0612786bf19df406502d935494f0450b40b8294f"
1642
+
1515
1643
read-pkg-up@^1.0.1 :
1516
1644
version "1.0.1"
1517
1645
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"
@@ -1629,6 +1757,12 @@ resolve@^1.1.6:
1629
1757
dependencies :
1630
1758
path-parse "^1.0.5"
1631
1759
1760
+ resolve@^1.12.0 :
1761
+ version "1.12.0"
1762
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
1763
+ dependencies :
1764
+ path-parse "^1.0.6"
1765
+
1632
1766
restore-cursor@^1.0.1 :
1633
1767
version "1.0.1"
1634
1768
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"
@@ -1725,6 +1859,20 @@ string-width@^2.0.0:
1725
1859
is-fullwidth-code-point "^2.0.0"
1726
1860
strip-ansi "^3.0.0"
1727
1861
1862
+ string.prototype.trimleft@^2.1.0 :
1863
+ version "2.1.0"
1864
+ resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
1865
+ dependencies :
1866
+ define-properties "^1.1.3"
1867
+ function-bind "^1.1.1"
1868
+
1869
+ string.prototype.trimright@^2.1.0 :
1870
+ version "2.1.0"
1871
+ resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58"
1872
+ dependencies :
1873
+ define-properties "^1.1.3"
1874
+ function-bind "^1.1.1"
1875
+
1728
1876
string_decoder@~1.0.0 :
1729
1877
version "1.0.0"
1730
1878
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.0.tgz#f06f41157b664d86069f84bdbdc9b0d8ab281667"
0 commit comments