Skip to content

Commit 76bc102

Browse files
committed
chore(deps): update dependency eslint-plugin-react to ^7.17.0
1 parent b104f53 commit 76bc102

3 files changed

Lines changed: 146 additions & 19 deletions

File tree

package-lock.json

Lines changed: 48 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"eslint-plugin-import": "^2.18.2",
6262
"eslint-plugin-jsx-a11y": "^6.2.3",
6363
"eslint-plugin-prettier": "^3.1.1",
64-
"eslint-plugin-react": "^7.16.0",
64+
"eslint-plugin-react": "^7.17.0",
6565
"eslint-plugin-react-hooks": "^1.7.0",
6666
"prettier": "^1.18.2"
6767
}

yarn.lock

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5402,6 +5402,22 @@ es-abstract@^1.11.0, es-abstract@^1.12.0, es-abstract@^1.5.0, es-abstract@^1.5.1
54025402
is-regex "^1.0.4"
54035403
object-keys "^1.0.12"
54045404

5405+
es-abstract@^1.15.0:
5406+
version "1.16.2"
5407+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.16.2.tgz#4e874331645e9925edef141e74fc4bd144669d34"
5408+
integrity sha512-jYo/J8XU2emLXl3OLwfwtuFfuF2w6DYPs+xy9ZfVyPkDcrauu6LYrw/q2TyCtrbc/KUdCiC5e9UajRhgNkVopA==
5409+
dependencies:
5410+
es-to-primitive "^1.2.1"
5411+
function-bind "^1.1.1"
5412+
has "^1.0.3"
5413+
has-symbols "^1.0.1"
5414+
is-callable "^1.1.4"
5415+
is-regex "^1.0.4"
5416+
object-inspect "^1.7.0"
5417+
object-keys "^1.1.1"
5418+
string.prototype.trimleft "^2.1.0"
5419+
string.prototype.trimright "^2.1.0"
5420+
54055421
es-to-primitive@^1.2.0:
54065422
version "1.2.0"
54075423
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
@@ -5411,6 +5427,15 @@ es-to-primitive@^1.2.0:
54115427
is-date-object "^1.0.1"
54125428
is-symbol "^1.0.2"
54135429

5430+
es-to-primitive@^1.2.1:
5431+
version "1.2.1"
5432+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
5433+
integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
5434+
dependencies:
5435+
is-callable "^1.1.4"
5436+
is-date-object "^1.0.1"
5437+
is-symbol "^1.0.2"
5438+
54145439
es6-promisify@^6.0.0:
54155440
version "6.0.1"
54165441
resolved "https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-6.0.1.tgz#6edaa45f3bd570ffe08febce66f7116be4b1cdb6"
@@ -5485,6 +5510,11 @@ eslint-module-utils@^2.4.0:
54855510
debug "^2.6.8"
54865511
pkg-dir "^2.0.0"
54875512

5513+
eslint-plugin-eslint-plugin@^2.1.0:
5514+
version "2.1.0"
5515+
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-2.1.0.tgz#a7a00f15a886957d855feacaafee264f039e62d5"
5516+
integrity sha512-kT3A/ZJftt28gbl/Cv04qezb/NQ1dwYIbi8lyf806XMxkus7DvOVCLIfTXMrorp322Pnoez7+zabXH29tADIDg==
5517+
54885518
eslint-plugin-flowtype@^3.13.0:
54895519
version "3.13.0"
54905520
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.13.0.tgz#e241ebd39c0ce519345a3f074ec1ebde4cf80f2c"
@@ -5559,6 +5589,22 @@ eslint-plugin-react@^7.16.0:
55595589
prop-types "^15.7.2"
55605590
resolve "^1.12.0"
55615591

5592+
eslint-plugin-react@^7.17.0:
5593+
version "7.17.0"
5594+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.17.0.tgz#a31b3e134b76046abe3cd278e7482bd35a1d12d7"
5595+
integrity sha512-ODB7yg6lxhBVMeiH1c7E95FLD4E/TwmFjltiU+ethv7KPdCwgiFuOZg9zNRHyufStTDLl/dEFqI2Q1VPmCd78A==
5596+
dependencies:
5597+
array-includes "^3.0.3"
5598+
doctrine "^2.1.0"
5599+
eslint-plugin-eslint-plugin "^2.1.0"
5600+
has "^1.0.3"
5601+
jsx-ast-utils "^2.2.3"
5602+
object.entries "^1.1.0"
5603+
object.fromentries "^2.0.1"
5604+
object.values "^1.1.0"
5605+
prop-types "^15.7.2"
5606+
resolve "^1.13.1"
5607+
55625608
eslint-scope@^4.0.0:
55635609
version "4.0.2"
55645610
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.2.tgz#5f10cd6cabb1965bf479fa65745673439e21cb0e"
@@ -7327,6 +7373,11 @@ has-symbols@^1.0.0:
73277373
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
73287374
integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=
73297375

7376+
has-symbols@^1.0.1:
7377+
version "1.0.1"
7378+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
7379+
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
7380+
73307381
has-to-string-tag-x@^1.2.0:
73317382
version "1.4.1"
73327383
resolved "https://registry.yarnpkg.com/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz#a045ab383d7b4b2012a00148ab0aa5f290044d4d"
@@ -8761,6 +8812,14 @@ jsx-ast-utils@^2.2.1:
87618812
array-includes "^3.0.3"
87628813
object.assign "^4.1.0"
87638814

8815+
jsx-ast-utils@^2.2.3:
8816+
version "2.2.3"
8817+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz#8a9364e402448a3ce7f14d357738310d9248054f"
8818+
integrity sha512-EdIHFMm+1BPynpKOpdPqiOsvnIrInRGJD7bzPZdPkjitQEqpdpUuFpq4T0npZFKTiB3RhWFdGN+oqOJIdhDhQA==
8819+
dependencies:
8820+
array-includes "^3.0.3"
8821+
object.assign "^4.1.0"
8822+
87648823
kebab-hash@^0.1.2:
87658824
version "0.1.2"
87668825
resolved "https://registry.yarnpkg.com/kebab-hash/-/kebab-hash-0.1.2.tgz#dfb7949ba34d8e70114ea7d83e266e5e2a4abaac"
@@ -10147,6 +10206,11 @@ object-hash@^1.1.4:
1014710206
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.1.tgz#fde452098a951cb145f039bb7d455449ddc126df"
1014810207
integrity sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA==
1014910208

10209+
object-inspect@^1.7.0:
10210+
version "1.7.0"
10211+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
10212+
integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
10213+
1015010214
object-is@^1.0.1:
1015110215
version "1.0.1"
1015210216
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
@@ -10209,6 +10273,16 @@ object.fromentries@^2.0.0:
1020910273
function-bind "^1.1.1"
1021010274
has "^1.0.1"
1021110275

10276+
object.fromentries@^2.0.1:
10277+
version "2.0.1"
10278+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.1.tgz#050f077855c7af8ae6649f45c80b16ee2d31e704"
10279+
integrity sha512-PUQv8Hbg3j2QX0IQYv3iAGCbGcu4yY4KQ92/dhA4sFSixBmSmp13UpDLs6jGK8rBtbmhNNIK99LD2k293jpiGA==
10280+
dependencies:
10281+
define-properties "^1.1.3"
10282+
es-abstract "^1.15.0"
10283+
function-bind "^1.1.1"
10284+
has "^1.0.3"
10285+
1021210286
object.getownpropertydescriptors@^2.0.3:
1021310287
version "2.0.3"
1021410288
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -12383,6 +12457,13 @@ resolve@^1.12.0:
1238312457
dependencies:
1238412458
path-parse "^1.0.6"
1238512459

12460+
resolve@^1.13.1:
12461+
version "1.13.1"
12462+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.13.1.tgz#be0aa4c06acd53083505abb35f4d66932ab35d16"
12463+
integrity sha512-CxqObCX8K8YtAhOBRg+lrcdn+LK+WYOS8tSjqSFbjtrI5PnS63QPhZl4+yKfrU9tdsbMu9Anr/amegT87M9Z6w==
12464+
dependencies:
12465+
path-parse "^1.0.6"
12466+
1238612467
responselike@1.0.2:
1238712468
version "1.0.2"
1238812469
resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7"
@@ -13353,6 +13434,22 @@ string.prototype.trim@^1.1.2:
1335313434
es-abstract "^1.5.0"
1335413435
function-bind "^1.0.2"
1335513436

13437+
string.prototype.trimleft@^2.1.0:
13438+
version "2.1.0"
13439+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
13440+
integrity sha512-FJ6b7EgdKxxbDxc79cOlok6Afd++TTs5szo+zJTUyow3ycrRfJVE2pq3vcN53XexvKZu/DJMDfeI/qMiZTrjTw==
13441+
dependencies:
13442+
define-properties "^1.1.3"
13443+
function-bind "^1.1.1"
13444+
13445+
string.prototype.trimright@^2.1.0:
13446+
version "2.1.0"
13447+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58"
13448+
integrity sha512-fXZTSV55dNBwv16uw+hh5jkghxSnc5oHq+5K/gXgizHwAvMetdAJlHqqoFC1FSDVPYWLkAKl2cxpUT41sV7nSg==
13449+
dependencies:
13450+
define-properties "^1.1.3"
13451+
function-bind "^1.1.1"
13452+
1335613453
string_decoder@^1.0.0, string_decoder@^1.1.1:
1335713454
version "1.2.0"
1335813455
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.2.0.tgz#fe86e738b19544afe70469243b2a1ee9240eae8d"

0 commit comments

Comments
 (0)