Skip to content

Commit 3f41fa4

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7
1 parent c5fb8b0 commit 3f41fa4

File tree

2 files changed

+113
-28
lines changed

2 files changed

+113
-28
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"eslint-plugin-babel": "4.1.1",
8686
"eslint-plugin-no-empty-blocks": "0.0.2",
8787
"eslint-plugin-no-use-extend-native": "0.3.12",
88-
"eslint-plugin-react": "6.10.3",
88+
"eslint-plugin-react": "7.12.3",
8989
"xo": "0.18.1"
9090
}
9191
}

yarn.lock

+112-27
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ array-find-index@^1.0.1:
5959
version "1.0.2"
6060
resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
6161

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+
6269
array-union@^1.0.1:
6370
version "1.0.2"
6471
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -73,13 +80,6 @@ array-unique@^0.2.1:
7380
version "0.2.1"
7481
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
7582

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-
8383
arrify@^1.0.0, arrify@^1.0.1:
8484
version "1.0.1"
8585
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -378,7 +378,7 @@ del@^2.0.2:
378378
pinkie-promise "^2.0.0"
379379
rimraf "^2.2.8"
380380

381-
[email protected], doctrine@^1.2.2:
381+
382382
version "1.5.0"
383383
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
384384
dependencies:
@@ -392,6 +392,12 @@ doctrine@^2.0.0:
392392
esutils "^2.0.2"
393393
isarray "^1.0.0"
394394

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+
395401
dot-prop@^4.1.0:
396402
version "4.1.1"
397403
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.1.1.tgz#a8493f0b7b5eeec82525b5c7587fa7de7ca859c1"
@@ -414,6 +420,17 @@ error-ex@^1.2.0:
414420
dependencies:
415421
is-arrayish "^0.2.1"
416422

423+
es-abstract@^1.11.0:
424+
version "1.13.0"
425+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
426+
dependencies:
427+
es-to-primitive "^1.2.0"
428+
function-bind "^1.1.1"
429+
has "^1.0.3"
430+
is-callable "^1.1.4"
431+
is-regex "^1.0.4"
432+
object-keys "^1.0.12"
433+
417434
es-abstract@^1.7.0:
418435
version "1.7.0"
419436
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.7.0.tgz#dfade774e01bfcd97f96180298c449c8623fb94c"
@@ -431,6 +448,14 @@ es-to-primitive@^1.1.1:
431448
is-date-object "^1.0.1"
432449
is-symbol "^1.0.1"
433450

451+
es-to-primitive@^1.2.0:
452+
version "1.2.0"
453+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
454+
dependencies:
455+
is-callable "^1.1.4"
456+
is-date-object "^1.0.1"
457+
is-symbol "^1.0.2"
458+
434459
es5-ext@^0.10.14, es5-ext@^0.10.9, es5-ext@~0.10.14:
435460
version "0.10.15"
436461
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.15.tgz#c330a5934c1ee21284a7c081a86e5fd937c91ea6"
@@ -574,15 +599,17 @@ eslint-plugin-promise@^3.4.0:
574599
version "3.5.0"
575600
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.5.0.tgz#78fbb6ffe047201627569e85a6c5373af2a68fca"
576601

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"
602+
eslint-plugin-react@7.12.3:
603+
version "7.12.3"
604+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.3.tgz#b9ca4cd7cd3f5d927db418a1950366a12d4568fd"
580605
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"
606+
array-includes "^3.0.3"
607+
doctrine "^2.1.0"
608+
has "^1.0.3"
609+
jsx-ast-utils "^2.0.1"
610+
object.fromentries "^2.0.0"
611+
prop-types "^15.6.2"
612+
resolve "^1.9.0"
586613

587614
eslint-plugin-unicorn@^2.1.0:
588615
version "2.1.1"
@@ -762,6 +789,10 @@ function-bind@^1.0.2, function-bind@^1.1.0:
762789
version "1.1.0"
763790
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.0.tgz#16176714c801798e4e8f2cf7f7529467bb4a5771"
764791

792+
function-bind@^1.1.1:
793+
version "1.1.1"
794+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
795+
765796
generate-function@^2.0.0:
766797
version "2.0.0"
767798
resolved "https://registry.yarnpkg.com/generate-function/-/generate-function-2.0.0.tgz#6858fe7c0969b7d4e9093337647ac79f60dfbe74"
@@ -861,12 +892,22 @@ has-flag@^2.0.0:
861892
version "2.0.0"
862893
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
863894

895+
has-symbols@^1.0.0:
896+
version "1.0.0"
897+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
898+
864899
has@^1.0.1:
865900
version "1.0.1"
866901
resolved "https://registry.yarnpkg.com/has/-/has-1.0.1.tgz#8461733f538b0837c9361e39a9ab9e9704dc2f28"
867902
dependencies:
868903
function-bind "^1.0.2"
869904

905+
has@^1.0.3:
906+
version "1.0.3"
907+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
908+
dependencies:
909+
function-bind "^1.1.1"
910+
870911
hosted-git-info@^2.1.4:
871912
version "2.4.2"
872913
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.4.2.tgz#0076b9f46a270506ddbaaea56496897460612a67"
@@ -946,6 +987,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
946987
version "1.1.3"
947988
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
948989

990+
is-callable@^1.1.4:
991+
version "1.1.4"
992+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
993+
949994
is-date-object@^1.0.1:
950995
version "1.0.1"
951996
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
@@ -1052,7 +1097,7 @@ is-redirect@^1.0.0:
10521097
version "1.0.0"
10531098
resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24"
10541099

1055-
is-regex@^1.0.3:
1100+
is-regex@^1.0.3, is-regex@^1.0.4:
10561101
version "1.0.4"
10571102
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491"
10581103
dependencies:
@@ -1076,6 +1121,12 @@ is-symbol@^1.0.1:
10761121
version "1.0.1"
10771122
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
10781123

1124+
is-symbol@^1.0.2:
1125+
version "1.0.2"
1126+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
1127+
dependencies:
1128+
has-symbols "^1.0.0"
1129+
10791130
is-utf8@^0.2.0:
10801131
version "0.2.1"
10811132
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
@@ -1092,6 +1143,10 @@ js-tokens@^3.0.0:
10921143
version "3.0.1"
10931144
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.1.tgz#08e9f132484a2c45a30907e9dc4d5567b7f114d7"
10941145

1146+
"js-tokens@^3.0.0 || ^4.0.0":
1147+
version "4.0.0"
1148+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
1149+
10951150
js-types@^1.0.0:
10961151
version "1.0.0"
10971152
resolved "https://registry.yarnpkg.com/js-types/-/js-types-1.0.0.tgz#d242e6494ed572ad3c92809fc8bed7f7687cbf03"
@@ -1117,9 +1172,11 @@ jsonpointer@^4.0.0:
11171172
version "4.0.1"
11181173
resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.0.1.tgz#4fd92cb34e0e9db3c89c8622ecf51f9b978c6cb9"
11191174

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"
1175+
jsx-ast-utils@^2.0.1:
1176+
version "2.0.1"
1177+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
1178+
dependencies:
1179+
array-includes "^3.0.3"
11231180

11241181
latest-version@^3.0.0:
11251182
version "3.1.0"
@@ -1204,6 +1261,12 @@ loose-envify@^1.0.0:
12041261
dependencies:
12051262
js-tokens "^3.0.0"
12061263

1264+
loose-envify@^1.3.1:
1265+
version "1.4.0"
1266+
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
1267+
dependencies:
1268+
js-tokens "^3.0.0 || ^4.0.0"
1269+
12071270
loud-rejection@^1.0.0:
12081271
version "1.6.0"
12091272
resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f"
@@ -1315,21 +1378,26 @@ obj-props@^1.0.0:
13151378
version "1.1.0"
13161379
resolved "https://registry.yarnpkg.com/obj-props/-/obj-props-1.1.0.tgz#626313faa442befd4a44e9a02c3cb6bde937b511"
13171380

1318-
object-assign@^4.0.1, object-assign@^4.1.0:
1381+
object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
13191382
version "4.1.1"
13201383
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
13211384

1322-
object-keys@^1.0.10, object-keys@^1.0.8:
1385+
object-keys@^1.0.12:
1386+
version "1.0.12"
1387+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
1388+
1389+
object-keys@^1.0.8:
13231390
version "1.0.11"
13241391
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
13251392

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"
1393+
object.fromentries@^2.0.0:
1394+
version "2.0.0"
1395+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
13291396
dependencies:
13301397
define-properties "^1.1.2"
1331-
function-bind "^1.1.0"
1332-
object-keys "^1.0.10"
1398+
es-abstract "^1.11.0"
1399+
function-bind "^1.1.1"
1400+
has "^1.0.1"
13331401

13341402
once@^1.3.0:
13351403
version "1.4.0"
@@ -1422,6 +1490,10 @@ path-parse@^1.0.5:
14221490
version "1.0.5"
14231491
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
14241492

1493+
path-parse@^1.0.6:
1494+
version "1.0.6"
1495+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
1496+
14251497
path-type@^1.0.0:
14261498
version "1.1.0"
14271499
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@@ -1495,6 +1567,13 @@ progress@^1.1.8:
14951567
version "1.1.8"
14961568
resolved "https://registry.yarnpkg.com/progress/-/progress-1.1.8.tgz#e260c78f6161cdd9b0e56cc3e0a85de17c7a57be"
14971569

1570+
prop-types@^15.6.2:
1571+
version "15.6.2"
1572+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
1573+
dependencies:
1574+
loose-envify "^1.3.1"
1575+
object-assign "^4.1.1"
1576+
14981577
proto-props@^0.2.0:
14991578
version "0.2.1"
15001579
resolved "https://registry.yarnpkg.com/proto-props/-/proto-props-0.2.1.tgz#5e01dc2675a0de9abfa76e799dfa334d6f483f4b"
@@ -1629,6 +1708,12 @@ resolve@^1.1.6:
16291708
dependencies:
16301709
path-parse "^1.0.5"
16311710

1711+
resolve@^1.9.0:
1712+
version "1.9.0"
1713+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
1714+
dependencies:
1715+
path-parse "^1.0.6"
1716+
16321717
restore-cursor@^1.0.1:
16331718
version "1.0.1"
16341719
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"

0 commit comments

Comments
 (0)