@@ -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"
@@ -378,7 +378,7 @@ del@^2.0.2:
378
378
pinkie-promise "^2.0.0"
379
379
rimraf "^2.2.8"
380
380
381
- [email protected] , doctrine@^1.2.2 :
381
+
382
382
version "1.5.0"
383
383
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
384
384
dependencies :
@@ -392,6 +392,12 @@ doctrine@^2.0.0:
392
392
esutils "^2.0.2"
393
393
isarray "^1.0.0"
394
394
395
+ doctrine@^2.1.0 :
396
+ version "2.1.0"
397
+ resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
398
+ dependencies :
399
+ esutils "^2.0.2"
400
+
395
401
dot-prop@^4.1.0 :
396
402
version "4.1.1"
397
403
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.1.1.tgz#a8493f0b7b5eeec82525b5c7587fa7de7ca859c1"
@@ -574,15 +580,14 @@ eslint-plugin-promise@^3.4.0:
574
580
version "3.5.0"
575
581
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.5.0.tgz#78fbb6ffe047201627569e85a6c5373af2a68fca"
576
582
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 "
583
+ eslint-plugin-react@7 .10.0 :
584
+ version "7 .10.0 "
585
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7 .10.0 .tgz#af5c1fef31c4704db02098f9be18202993828b50 "
580
586
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"
587
+ doctrine "^2.1.0"
588
+ has "^1.0.3"
589
+ jsx-ast-utils "^2.0.1"
590
+ prop-types "^15.6.2"
586
591
587
592
eslint-plugin-unicorn@^2.1.0 :
588
593
version "2.1.1"
@@ -762,6 +767,10 @@ function-bind@^1.0.2, function-bind@^1.1.0:
762
767
version "1.1.0"
763
768
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.0.tgz#16176714c801798e4e8f2cf7f7529467bb4a5771"
764
769
770
+ function-bind@^1.1.1 :
771
+ version "1.1.1"
772
+ resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
773
+
765
774
generate-function@^2.0.0 :
766
775
version "2.0.0"
767
776
resolved "https://registry.yarnpkg.com/generate-function/-/generate-function-2.0.0.tgz#6858fe7c0969b7d4e9093337647ac79f60dfbe74"
@@ -867,6 +876,12 @@ has@^1.0.1:
867
876
dependencies :
868
877
function-bind "^1.0.2"
869
878
879
+ has@^1.0.3 :
880
+ version "1.0.3"
881
+ resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
882
+ dependencies :
883
+ function-bind "^1.1.1"
884
+
870
885
hosted-git-info@^2.1.4 :
871
886
version "2.4.2"
872
887
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.4.2.tgz#0076b9f46a270506ddbaaea56496897460612a67"
@@ -1117,9 +1132,11 @@ jsonpointer@^4.0.0:
1117
1132
version "4.0.1"
1118
1133
resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.0.1.tgz#4fd92cb34e0e9db3c89c8622ecf51f9b978c6cb9"
1119
1134
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"
1135
+ jsx-ast-utils@^2.0.1 :
1136
+ version "2.0.1"
1137
+ resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
1138
+ dependencies :
1139
+ array-includes "^3.0.3"
1123
1140
1124
1141
latest-version@^3.0.0 :
1125
1142
version "3.1.0"
@@ -1198,7 +1215,7 @@ log-symbols@^1.0.2:
1198
1215
dependencies :
1199
1216
chalk "^1.0.0"
1200
1217
1201
- loose-envify@^1.0.0 :
1218
+ loose-envify@^1.0.0, loose-envify@^1.3.1 :
1202
1219
version "1.3.1"
1203
1220
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.3.1.tgz#d1a8ad33fa9ce0e713d65fdd0ac8b748d478c848"
1204
1221
dependencies :
@@ -1315,22 +1332,14 @@ obj-props@^1.0.0:
1315
1332
version "1.1.0"
1316
1333
resolved "https://registry.yarnpkg.com/obj-props/-/obj-props-1.1.0.tgz#626313faa442befd4a44e9a02c3cb6bde937b511"
1317
1334
1318
- object-assign@^4.0.1, object-assign@^4.1.0 :
1335
+ object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1 :
1319
1336
version "4.1.1"
1320
1337
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
1321
1338
1322
- object-keys@^1.0.10, object-keys@^1.0. 8 :
1339
+ object-keys@^1.0.8 :
1323
1340
version "1.0.11"
1324
1341
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
1325
1342
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"
1329
- dependencies :
1330
- define-properties "^1.1.2"
1331
- function-bind "^1.1.0"
1332
- object-keys "^1.0.10"
1333
-
1334
1343
once@^1.3.0 :
1335
1344
version "1.4.0"
1336
1345
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
@@ -1495,6 +1504,13 @@ progress@^1.1.8:
1495
1504
version "1.1.8"
1496
1505
resolved "https://registry.yarnpkg.com/progress/-/progress-1.1.8.tgz#e260c78f6161cdd9b0e56cc3e0a85de17c7a57be"
1497
1506
1507
+ prop-types@^15.6.2 :
1508
+ version "15.6.2"
1509
+ resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
1510
+ dependencies :
1511
+ loose-envify "^1.3.1"
1512
+ object-assign "^4.1.1"
1513
+
1498
1514
proto-props@^0.2.0 :
1499
1515
version "0.2.1"
1500
1516
resolved "https://registry.yarnpkg.com/proto-props/-/proto-props-0.2.1.tgz#5e01dc2675a0de9abfa76e799dfa334d6f483f4b"
0 commit comments