Skip to content

Commit fb7cacd

Browse files
committed
Update dependency eslint-plugin-react to v7.13.0
1 parent b6e5673 commit fb7cacd

File tree

2 files changed

+90
-16
lines changed

2 files changed

+90
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@
5959
"eslint-config-airbnb": "15.1.0",
6060
"eslint-plugin-import": "2.12.0",
6161
"eslint-plugin-jsx-a11y": "5.1.1",
62-
"eslint-plugin-react": "7.9.1"
62+
"eslint-plugin-react": "7.13.0"
6363
}
6464
}

yarn.lock

Lines changed: 89 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2115,6 +2115,17 @@ error-ex@^1.2.0:
21152115
dependencies:
21162116
is-arrayish "^0.2.1"
21172117

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+
21182129
es-abstract@^1.7.0:
21192130
version "1.12.0"
21202131
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
@@ -2133,6 +2144,14 @@ es-to-primitive@^1.1.1:
21332144
is-date-object "^1.0.1"
21342145
is-symbol "^1.0.1"
21352146

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+
21362155
es6-promise@^3.1.2:
21372156
version "3.3.1"
21382157
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-3.3.1.tgz#a08cdde84ccdbf34d027a1451bc91d4bcd28a613"
@@ -2226,14 +2245,17 @@ [email protected]:
22262245
emoji-regex "^6.1.0"
22272246
jsx-ast-utils "^1.4.0"
22282247

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"
22322251
dependencies:
2252+
array-includes "^3.0.3"
22332253
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"
22372259

22382260
eslint-restricted-globals@^0.1.1:
22392261
version "0.1.1"
@@ -2873,11 +2895,15 @@ has-flag@^3.0.0:
28732895
version "3.0.0"
28742896
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
28752897

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+
28762902
has-unicode@^2.0.0:
28772903
version "2.0.1"
28782904
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
28792905

2880-
has@^1.0.1, has@^1.0.2:
2906+
has@^1.0.1, has@^1.0.3:
28812907
version "1.0.3"
28822908
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
28832909
dependencies:
@@ -3119,6 +3145,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
31193145
version "1.1.3"
31203146
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
31213147

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+
31223152
is-date-object@^1.0.1:
31233153
version "1.0.1"
31243154
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:
32133243
version "1.0.1"
32143244
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
32153245

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+
32163252
is-typedarray@~1.0.0:
32173253
version "1.0.0"
32183254
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:
33033339
version "3.0.2"
33043340
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
33053341

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+
33063346
[email protected], js-yaml@^3.10.0, js-yaml@^3.9.1:
33073347
version "3.12.0"
33083348
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1"
@@ -3421,9 +3461,9 @@ jsx-ast-utils@^1.4.0:
34213461
version "1.4.1"
34223462
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
34233463

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"
34273467
dependencies:
34283468
array-includes "^3.0.3"
34293469

@@ -3590,12 +3630,18 @@ longest@^1.0.1:
35903630
version "1.0.1"
35913631
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
35923632

3593-
loose-envify@^1.0.0, loose-envify@^1.3.1:
3633+
loose-envify@^1.0.0:
35943634
version "1.3.1"
35953635
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.3.1.tgz#d1a8ad33fa9ce0e713d65fdd0ac8b748d478c848"
35963636
dependencies:
35973637
js-tokens "^3.0.0"
35983638

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+
35993645
loud-rejection@^1.0.0:
36003646
version "1.6.0"
36013647
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:
39173963
version "4.1.1"
39183964
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
39193965

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+
39203970
object-keys@^1.0.8:
39213971
version "1.0.12"
39223972
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
@@ -3925,6 +3975,15 @@ object-keys@~0.4.0:
39253975
version "0.4.0"
39263976
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-0.4.0.tgz#28a6aae7428dd2c3a92f3d95f21335dd204e0336"
39273977

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+
39283987
[email protected], once@^1.3.0, once@^1.4.0:
39293988
version "1.4.0"
39303989
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
@@ -4100,6 +4159,10 @@ path-parse@^1.0.5:
41004159
version "1.0.5"
41014160
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
41024161

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+
41034166
path-type@^1.0.0:
41044167
version "1.1.0"
41054168
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@@ -4434,12 +4497,13 @@ promise@~2.0:
44344497
dependencies:
44354498
is-promise "~1"
44364499

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"
44404503
dependencies:
4441-
loose-envify "^1.3.1"
4504+
loose-envify "^1.4.0"
44424505
object-assign "^4.1.1"
4506+
react-is "^16.8.1"
44434507

44444508
prr@~1.0.1:
44454509
version "1.0.1"
@@ -4510,6 +4574,10 @@ rcedit@^1.0.0:
45104574
version "1.1.0"
45114575
resolved "https://registry.yarnpkg.com/rcedit/-/rcedit-1.1.0.tgz#ae21c28d4efdd78e95fcab7309a5dd084920b16a"
45124576

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+
45134581
read-pkg-up@^1.0.1:
45144582
version "1.0.1"
45154583
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:
47484816
dependencies:
47494817
path-parse "^1.0.5"
47504818

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+
47514825
restore-cursor@^1.0.1:
47524826
version "1.0.1"
47534827
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"

0 commit comments

Comments
 (0)