Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Commit 5fe6f43

Browse files
committed
Update dependency eslint-plugin-react to v7.16.0
1 parent d932e14 commit 5fe6f43

File tree

2 files changed

+162
-11
lines changed

2 files changed

+162
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"eslint-config-airbnb": "16.1.0",
5454
"eslint-plugin-import": "2.8.0",
5555
"eslint-plugin-jsx-a11y": "6.0.2",
56-
"eslint-plugin-react": "7.4.0",
56+
"eslint-plugin-react": "7.16.0",
5757
"file-loader": "1.1.5",
5858
"flow-bin": "0.59.0",
5959
"jest": "21.2.1",

yarn.lock

Lines changed: 161 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1791,6 +1791,12 @@ define-properties@^1.1.2:
17911791
foreach "^2.0.5"
17921792
object-keys "^1.0.8"
17931793

1794+
define-properties@^1.1.3:
1795+
version "1.1.3"
1796+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
1797+
dependencies:
1798+
object-keys "^1.0.12"
1799+
17941800
defined@^1.0.0:
17951801
version "1.0.0"
17961802
resolved "https://registry.yarnpkg.com/defined/-/defined-1.0.0.tgz#c98d9bcef75674188e110969151199e39b1fa693"
@@ -1906,6 +1912,12 @@ doctrine@^2.0.0:
19061912
esutils "^2.0.2"
19071913
isarray "^1.0.0"
19081914

1915+
doctrine@^2.1.0:
1916+
version "2.1.0"
1917+
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
1918+
dependencies:
1919+
esutils "^2.0.2"
1920+
19091921
dom-serializer@0, dom-serializer@~0.1.0:
19101922
version "0.1.0"
19111923
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.0.tgz#073c697546ce0780ce23be4a28e293e40bc30c82"
@@ -2059,6 +2071,21 @@ error-ex@^1.2.0:
20592071
dependencies:
20602072
is-arrayish "^0.2.1"
20612073

2074+
es-abstract@^1.12.0, es-abstract@^1.15.0:
2075+
version "1.16.0"
2076+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.16.0.tgz#d3a26dc9c3283ac9750dca569586e976d9dcc06d"
2077+
dependencies:
2078+
es-to-primitive "^1.2.0"
2079+
function-bind "^1.1.1"
2080+
has "^1.0.3"
2081+
has-symbols "^1.0.0"
2082+
is-callable "^1.1.4"
2083+
is-regex "^1.0.4"
2084+
object-inspect "^1.6.0"
2085+
object-keys "^1.1.1"
2086+
string.prototype.trimleft "^2.1.0"
2087+
string.prototype.trimright "^2.1.0"
2088+
20622089
es-abstract@^1.6.1, es-abstract@^1.7.0:
20632090
version "1.9.0"
20642091
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.9.0.tgz#690829a07cae36b222e7fd9b75c0d0573eb25227"
@@ -2077,6 +2104,14 @@ es-to-primitive@^1.1.1:
20772104
is-date-object "^1.0.1"
20782105
is-symbol "^1.0.1"
20792106

2107+
es-to-primitive@^1.2.0:
2108+
version "1.2.1"
2109+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
2110+
dependencies:
2111+
is-callable "^1.1.4"
2112+
is-date-object "^1.0.1"
2113+
is-symbol "^1.0.2"
2114+
20802115
es5-ext@^0.10.14, es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14:
20812116
version "0.10.35"
20822117
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.35.tgz#18ee858ce6a3c45c7d79e91c15fcca9ec568494f"
@@ -2210,14 +2245,19 @@ [email protected]:
22102245
emoji-regex "^6.1.0"
22112246
jsx-ast-utils "^1.4.0"
22122247

2213-
eslint-plugin-react@7.4.0:
2214-
version "7.4.0"
2215-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.4.0.tgz#300a95861b9729c087d362dd64abcc351a74364a"
2248+
eslint-plugin-react@7.16.0:
2249+
version "7.16.0"
2250+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.16.0.tgz#9928e4f3e2122ed3ba6a5b56d0303ba3e41d8c09"
22162251
dependencies:
2217-
doctrine "^2.0.0"
2218-
has "^1.0.1"
2219-
jsx-ast-utils "^2.0.0"
2220-
prop-types "^15.5.10"
2252+
array-includes "^3.0.3"
2253+
doctrine "^2.1.0"
2254+
has "^1.0.3"
2255+
jsx-ast-utils "^2.2.1"
2256+
object.entries "^1.1.0"
2257+
object.fromentries "^2.0.0"
2258+
object.values "^1.1.0"
2259+
prop-types "^15.7.2"
2260+
resolve "^1.12.0"
22212261

22222262
eslint-restricted-globals@^0.1.1:
22232263
version "0.1.1"
@@ -2879,6 +2919,10 @@ has-flag@^2.0.0:
28792919
version "2.0.0"
28802920
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
28812921

2922+
has-symbols@^1.0.0:
2923+
version "1.0.0"
2924+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
2925+
28822926
has-unicode@^2.0.0:
28832927
version "2.0.1"
28842928
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -2889,6 +2933,12 @@ has@^1.0.1:
28892933
dependencies:
28902934
function-bind "^1.0.2"
28912935

2936+
has@^1.0.3:
2937+
version "1.0.3"
2938+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2939+
dependencies:
2940+
function-bind "^1.1.1"
2941+
28922942
hash-base@^2.0.0:
28932943
version "2.0.2"
28942944
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -3192,6 +3242,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
31923242
version "1.1.3"
31933243
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
31943244

3245+
is-callable@^1.1.4:
3246+
version "1.1.4"
3247+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
3248+
31953249
is-ci@^1.0.10:
31963250
version "1.0.10"
31973251
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.0.10.tgz#f739336b2632365061a9d48270cd56ae3369318e"
@@ -3332,6 +3386,12 @@ is-symbol@^1.0.1:
33323386
version "1.0.1"
33333387
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
33343388

3389+
is-symbol@^1.0.2:
3390+
version "1.0.2"
3391+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
3392+
dependencies:
3393+
has-symbols "^1.0.0"
3394+
33353395
is-typedarray@~1.0.0:
33363396
version "1.0.0"
33373397
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -3669,6 +3729,10 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
36693729
version "3.0.2"
36703730
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
36713731

3732+
"js-tokens@^3.0.0 || ^4.0.0":
3733+
version "4.0.0"
3734+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
3735+
36723736
js-yaml@^3.7.0, js-yaml@^3.9.1:
36733737
version "3.10.0"
36743738
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
@@ -3778,11 +3842,12 @@ jsx-ast-utils@^1.4.0:
37783842
version "1.4.1"
37793843
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
37803844

3781-
jsx-ast-utils@^2.0.0:
3782-
version "2.0.1"
3783-
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
3845+
jsx-ast-utils@^2.2.1:
3846+
version "2.2.3"
3847+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz#8a9364e402448a3ce7f14d357738310d9248054f"
37843848
dependencies:
37853849
array-includes "^3.0.3"
3850+
object.assign "^4.1.0"
37863851

37873852
killable@^1.0.0:
37883853
version "1.0.0"
@@ -3915,6 +3980,12 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1:
39153980
dependencies:
39163981
js-tokens "^3.0.0"
39173982

3983+
loose-envify@^1.4.0:
3984+
version "1.4.0"
3985+
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
3986+
dependencies:
3987+
js-tokens "^3.0.0 || ^4.0.0"
3988+
39183989
loud-rejection@^1.0.0:
39193990
version "1.6.0"
39203991
resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f"
@@ -4290,6 +4361,10 @@ object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
42904361
version "4.1.1"
42914362
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
42924363

4364+
object-inspect@^1.6.0:
4365+
version "1.6.0"
4366+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
4367+
42934368
object-is@^1.0.1:
42944369
version "1.0.1"
42954370
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
@@ -4298,6 +4373,10 @@ object-keys@^1.0.10, object-keys@^1.0.8:
42984373
version "1.0.11"
42994374
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
43004375

4376+
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
4377+
version "1.1.1"
4378+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
4379+
43014380
object.assign@^4.0.4:
43024381
version "4.0.4"
43034382
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.0.4.tgz#b1c9cc044ef1b9fe63606fc141abbb32e14730cc"
@@ -4306,6 +4385,15 @@ object.assign@^4.0.4:
43064385
function-bind "^1.1.0"
43074386
object-keys "^1.0.10"
43084387

4388+
object.assign@^4.1.0:
4389+
version "4.1.0"
4390+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
4391+
dependencies:
4392+
define-properties "^1.1.2"
4393+
function-bind "^1.1.1"
4394+
has-symbols "^1.0.0"
4395+
object-keys "^1.0.11"
4396+
43094397
object.entries@^1.0.4:
43104398
version "1.0.4"
43114399
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.0.4.tgz#1bf9a4dd2288f5b33f3a993d257661f05d161a5f"
@@ -4315,6 +4403,24 @@ object.entries@^1.0.4:
43154403
function-bind "^1.1.0"
43164404
has "^1.0.1"
43174405

4406+
object.entries@^1.1.0:
4407+
version "1.1.0"
4408+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519"
4409+
dependencies:
4410+
define-properties "^1.1.3"
4411+
es-abstract "^1.12.0"
4412+
function-bind "^1.1.1"
4413+
has "^1.0.3"
4414+
4415+
object.fromentries@^2.0.0:
4416+
version "2.0.1"
4417+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.1.tgz#050f077855c7af8ae6649f45c80b16ee2d31e704"
4418+
dependencies:
4419+
define-properties "^1.1.3"
4420+
es-abstract "^1.15.0"
4421+
function-bind "^1.1.1"
4422+
has "^1.0.3"
4423+
43184424
object.omit@^2.0.0:
43194425
version "2.0.1"
43204426
resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
@@ -4331,6 +4437,15 @@ object.values@^1.0.4:
43314437
function-bind "^1.1.0"
43324438
has "^1.0.1"
43334439

4440+
object.values@^1.1.0:
4441+
version "1.1.0"
4442+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
4443+
dependencies:
4444+
define-properties "^1.1.3"
4445+
es-abstract "^1.12.0"
4446+
function-bind "^1.1.1"
4447+
has "^1.0.3"
4448+
43344449
obuf@^1.0.0, obuf@^1.1.1:
43354450
version "1.1.1"
43364451
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.1.tgz#104124b6c602c6796881a042541d36db43a5264e"
@@ -4519,6 +4634,10 @@ path-parse@^1.0.5:
45194634
version "1.0.5"
45204635
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
45214636

4637+
path-parse@^1.0.6:
4638+
version "1.0.6"
4639+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
4640+
45224641
45234642
version "0.1.7"
45244643
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -4892,6 +5011,14 @@ [email protected], prop-types@^15.5.10, prop-types@^15.6.0:
48925011
loose-envify "^1.3.1"
48935012
object-assign "^4.1.1"
48945013

5014+
prop-types@^15.7.2:
5015+
version "15.7.2"
5016+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
5017+
dependencies:
5018+
loose-envify "^1.4.0"
5019+
object-assign "^4.1.1"
5020+
react-is "^16.8.1"
5021+
48955022
proxy-addr@~2.0.2:
48965023
version "2.0.2"
48975024
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.2.tgz#6571504f47bb988ec8180253f85dd7e14952bdec"
@@ -5035,6 +5162,10 @@ [email protected]:
50355162
object-assign "^4.1.1"
50365163
prop-types "^15.6.0"
50375164

5165+
react-is@^16.8.1:
5166+
version "16.11.0"
5167+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.11.0.tgz#b85dfecd48ad1ce469ff558a882ca8e8313928fa"
5168+
50385169
react-test-renderer@^16.0.0-0:
50395170
version "16.1.1"
50405171
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.1.1.tgz#a05184688d564be799f212449262525d1e350537"
@@ -5285,6 +5416,12 @@ [email protected]:
52855416
version "1.1.7"
52865417
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
52875418

5419+
resolve@^1.12.0:
5420+
version "1.12.0"
5421+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
5422+
dependencies:
5423+
path-parse "^1.0.6"
5424+
52885425
resolve@^1.2.0:
52895426
version "1.5.0"
52905427
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36"
@@ -5692,6 +5829,20 @@ string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
56925829
is-fullwidth-code-point "^2.0.0"
56935830
strip-ansi "^4.0.0"
56945831

5832+
string.prototype.trimleft@^2.1.0:
5833+
version "2.1.0"
5834+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
5835+
dependencies:
5836+
define-properties "^1.1.3"
5837+
function-bind "^1.1.1"
5838+
5839+
string.prototype.trimright@^2.1.0:
5840+
version "2.1.0"
5841+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58"
5842+
dependencies:
5843+
define-properties "^1.1.3"
5844+
function-bind "^1.1.1"
5845+
56955846
string_decoder@^0.10.25:
56965847
version "0.10.31"
56975848
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"

0 commit comments

Comments
 (0)