@@ -2115,6 +2115,17 @@ error-ex@^1.2.0:
2115
2115
dependencies :
2116
2116
is-arrayish "^0.2.1"
2117
2117
2118
+ es-abstract@^1.11.0 :
2119
+ version "1.13.0"
2120
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
2121
+ dependencies :
2122
+ es-to-primitive "^1.2.0"
2123
+ function-bind "^1.1.1"
2124
+ has "^1.0.3"
2125
+ is-callable "^1.1.4"
2126
+ is-regex "^1.0.4"
2127
+ object-keys "^1.0.12"
2128
+
2118
2129
es-abstract@^1.7.0 :
2119
2130
version "1.12.0"
2120
2131
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
@@ -2133,6 +2144,14 @@ es-to-primitive@^1.1.1:
2133
2144
is-date-object "^1.0.1"
2134
2145
is-symbol "^1.0.1"
2135
2146
2147
+ es-to-primitive@^1.2.0 :
2148
+ version "1.2.0"
2149
+ resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
2150
+ dependencies :
2151
+ is-callable "^1.1.4"
2152
+ is-date-object "^1.0.1"
2153
+ is-symbol "^1.0.2"
2154
+
2136
2155
es6-promise@^3.1.2 :
2137
2156
version "3.3.1"
2138
2157
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-3.3.1.tgz#a08cdde84ccdbf34d027a1451bc91d4bcd28a613"
2226
2245
emoji-regex "^6.1.0"
2227
2246
jsx-ast-utils "^1.4.0"
2228
2247
2229
- eslint-plugin-react@7.9.1 :
2230
- version "7.9.1 "
2231
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.9.1 .tgz#101aadd15e7c7b431ed025303ac7b421a8e3dc15 "
2248
+ eslint-plugin-react@7.13.0 :
2249
+ version "7.13.0 "
2250
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.13.0 .tgz#bc13fd7101de67996ea51b33873cd9dc2b7e5758 "
2232
2251
dependencies :
2252
+ array-includes "^3.0.3"
2233
2253
doctrine "^2.1.0"
2234
- has "^1.0.2"
2235
- jsx-ast-utils "^2.0.1"
2236
- prop-types "^15.6.1"
2254
+ has "^1.0.3"
2255
+ jsx-ast-utils "^2.1.0"
2256
+ object.fromentries "^2.0.0"
2257
+ prop-types "^15.7.2"
2258
+ resolve "^1.10.1"
2237
2259
2238
2260
eslint-restricted-globals@^0.1.1 :
2239
2261
version "0.1.1"
@@ -2873,11 +2895,15 @@ has-flag@^3.0.0:
2873
2895
version "3.0.0"
2874
2896
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
2875
2897
2898
+ has-symbols@^1.0.0 :
2899
+ version "1.0.0"
2900
+ resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
2901
+
2876
2902
has-unicode@^2.0.0 :
2877
2903
version "2.0.1"
2878
2904
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
2879
2905
2880
- has@^1.0.1, has@^1.0.2 :
2906
+ has@^1.0.1, has@^1.0.3 :
2881
2907
version "1.0.3"
2882
2908
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2883
2909
dependencies :
@@ -3119,6 +3145,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
3119
3145
version "1.1.3"
3120
3146
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
3121
3147
3148
+ is-callable@^1.1.4 :
3149
+ version "1.1.4"
3150
+ resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
3151
+
3122
3152
is-date-object@^1.0.1 :
3123
3153
version "1.0.1"
3124
3154
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
@@ -3213,6 +3243,12 @@ is-symbol@^1.0.1:
3213
3243
version "1.0.1"
3214
3244
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
3215
3245
3246
+ is-symbol@^1.0.2 :
3247
+ version "1.0.2"
3248
+ resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
3249
+ dependencies :
3250
+ has-symbols "^1.0.0"
3251
+
3216
3252
is-typedarray@~1.0.0 :
3217
3253
version "1.0.0"
3218
3254
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -3303,6 +3339,10 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
3303
3339
version "3.0.2"
3304
3340
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
3305
3341
3342
+ " js-tokens@^3.0.0 || ^4.0.0 " :
3343
+ version "4.0.0"
3344
+ resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
3345
+
3306
3346
[email protected] , js-yaml@^3.10.0, js-yaml@^3.9.1:
3307
3347
version "3.12.0"
3308
3348
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1"
@@ -3421,9 +3461,9 @@ jsx-ast-utils@^1.4.0:
3421
3461
version "1.4.1"
3422
3462
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
3423
3463
3424
- jsx-ast-utils@^2.0.1 :
3425
- version "2.0.1 "
3426
- resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1. tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f "
3464
+ jsx-ast-utils@^2.1.0 :
3465
+ version "2.1.0 "
3466
+ resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.1.0. tgz#0ee4e2c971fb9601c67b5641b71be80faecf0b36 "
3427
3467
dependencies :
3428
3468
array-includes "^3.0.3"
3429
3469
@@ -3590,12 +3630,18 @@ longest@^1.0.1:
3590
3630
version "1.0.1"
3591
3631
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
3592
3632
3593
- loose-envify@^1.0.0, loose-envify@^1.3.1 :
3633
+ loose-envify@^1.0.0 :
3594
3634
version "1.3.1"
3595
3635
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.3.1.tgz#d1a8ad33fa9ce0e713d65fdd0ac8b748d478c848"
3596
3636
dependencies :
3597
3637
js-tokens "^3.0.0"
3598
3638
3639
+ loose-envify@^1.4.0 :
3640
+ version "1.4.0"
3641
+ resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
3642
+ dependencies :
3643
+ js-tokens "^3.0.0 || ^4.0.0"
3644
+
3599
3645
loud-rejection@^1.0.0 :
3600
3646
version "1.6.0"
3601
3647
resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f"
@@ -3917,6 +3963,10 @@ object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
3917
3963
version "4.1.1"
3918
3964
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
3919
3965
3966
+ object-keys@^1.0.12 :
3967
+ version "1.1.1"
3968
+ resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
3969
+
3920
3970
object-keys@^1.0.8 :
3921
3971
version "1.0.12"
3922
3972
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
@@ -3925,6 +3975,15 @@ object-keys@~0.4.0:
3925
3975
version "0.4.0"
3926
3976
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-0.4.0.tgz#28a6aae7428dd2c3a92f3d95f21335dd204e0336"
3927
3977
3978
+ object.fromentries@^2.0.0 :
3979
+ version "2.0.0"
3980
+ resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
3981
+ dependencies :
3982
+ define-properties "^1.1.2"
3983
+ es-abstract "^1.11.0"
3984
+ function-bind "^1.1.1"
3985
+ has "^1.0.1"
3986
+
3928
3987
[email protected] , once@^1.3.0, once@^1.4.0:
3929
3988
version "1.4.0"
3930
3989
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
@@ -4100,6 +4159,10 @@ path-parse@^1.0.5:
4100
4159
version "1.0.5"
4101
4160
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
4102
4161
4162
+ path-parse@^1.0.6 :
4163
+ version "1.0.6"
4164
+ resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
4165
+
4103
4166
path-type@^1.0.0 :
4104
4167
version "1.1.0"
4105
4168
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@@ -4434,12 +4497,13 @@ promise@~2.0:
4434
4497
dependencies :
4435
4498
is-promise "~1"
4436
4499
4437
- prop-types@^15.6.1 :
4438
- version "15.6 .2"
4439
- resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6 .2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102 "
4500
+ prop-types@^15.7.2 :
4501
+ version "15.7 .2"
4502
+ resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7 .2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5 "
4440
4503
dependencies :
4441
- loose-envify "^1.3.1 "
4504
+ loose-envify "^1.4.0 "
4442
4505
object-assign "^4.1.1"
4506
+ react-is "^16.8.1"
4443
4507
4444
4508
prr@~1.0.1 :
4445
4509
version "1.0.1"
@@ -4510,6 +4574,10 @@ rcedit@^1.0.0:
4510
4574
version "1.1.0"
4511
4575
resolved "https://registry.yarnpkg.com/rcedit/-/rcedit-1.1.0.tgz#ae21c28d4efdd78e95fcab7309a5dd084920b16a"
4512
4576
4577
+ react-is@^16.8.1 :
4578
+ version "16.8.6"
4579
+ resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
4580
+
4513
4581
read-pkg-up@^1.0.1 :
4514
4582
version "1.0.1"
4515
4583
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"
@@ -4748,6 +4816,12 @@ resolve@^1.1.6, resolve@^1.2.0, resolve@^1.5.0, resolve@^1.6.0:
4748
4816
dependencies :
4749
4817
path-parse "^1.0.5"
4750
4818
4819
+ resolve@^1.10.1 :
4820
+ version "1.10.1"
4821
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.1.tgz#664842ac960795bbe758221cdccda61fb64b5f18"
4822
+ dependencies :
4823
+ path-parse "^1.0.6"
4824
+
4751
4825
restore-cursor@^1.0.1 :
4752
4826
version "1.0.1"
4753
4827
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"
0 commit comments