Skip to content

Commit 7f9766f

Browse files
chore(deps): update dependency eslint-plugin-react to v7.18.0 (#754)
Co-authored-by: WhiteSource Renovate <[email protected]>
1 parent cdbe770 commit 7f9766f

File tree

2 files changed

+22
-21
lines changed

2 files changed

+22
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"eslint": "6.8.0",
4949
"eslint-config-prettier": "6.9.0",
5050
"eslint-plugin-import": "2.20.0",
51-
"eslint-plugin-react": "7.17.0",
51+
"eslint-plugin-react": "7.18.0",
5252
"husky": "3.1.0",
5353
"jest": "24.9.0",
5454
"jest-junit": "10.0.0",

yarn.lock

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@ array-ify@^1.0.0:
16031603
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
16041604
integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
16051605

1606-
array-includes@^3.0.3:
1606+
array-includes@^3.0.3, array-includes@^3.1.1:
16071607
version "3.1.1"
16081608
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
16091609
integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==
@@ -2997,11 +2997,6 @@ eslint-module-utils@^2.4.1:
29972997
debug "^2.6.9"
29982998
pkg-dir "^2.0.0"
29992999

3000-
eslint-plugin-eslint-plugin@^2.1.0:
3001-
version "2.1.0"
3002-
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-2.1.0.tgz#a7a00f15a886957d855feacaafee264f039e62d5"
3003-
integrity sha512-kT3A/ZJftt28gbl/Cv04qezb/NQ1dwYIbi8lyf806XMxkus7DvOVCLIfTXMrorp322Pnoez7+zabXH29tADIDg==
3004-
30053000
30063001
version "2.20.0"
30073002
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.0.tgz#d749a7263fb6c29980def8e960d380a6aa6aecaa"
@@ -3020,21 +3015,20 @@ [email protected]:
30203015
read-pkg-up "^2.0.0"
30213016
resolve "^1.12.0"
30223017

3023-
eslint-plugin-react@7.17.0:
3024-
version "7.17.0"
3025-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.17.0.tgz#a31b3e134b76046abe3cd278e7482bd35a1d12d7"
3026-
integrity sha512-ODB7yg6lxhBVMeiH1c7E95FLD4E/TwmFjltiU+ethv7KPdCwgiFuOZg9zNRHyufStTDLl/dEFqI2Q1VPmCd78A==
3018+
eslint-plugin-react@7.18.0:
3019+
version "7.18.0"
3020+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.18.0.tgz#2317831284d005b30aff8afb7c4e906f13fa8e7e"
3021+
integrity sha512-p+PGoGeV4SaZRDsXqdj9OWcOrOpZn8gXoGPcIQTzo2IDMbAKhNDnME9myZWqO3Ic4R3YmwAZ1lDjWl2R2hMUVQ==
30273022
dependencies:
3028-
array-includes "^3.0.3"
3023+
array-includes "^3.1.1"
30293024
doctrine "^2.1.0"
3030-
eslint-plugin-eslint-plugin "^2.1.0"
30313025
has "^1.0.3"
30323026
jsx-ast-utils "^2.2.3"
3033-
object.entries "^1.1.0"
3034-
object.fromentries "^2.0.1"
3035-
object.values "^1.1.0"
3027+
object.entries "^1.1.1"
3028+
object.fromentries "^2.0.2"
3029+
object.values "^1.1.1"
30363030
prop-types "^15.7.2"
3037-
resolve "^1.13.1"
3031+
resolve "^1.14.2"
30383032

30393033
eslint-scope@^5.0.0:
30403034
version "5.0.0"
@@ -6311,7 +6305,7 @@ object.assign@^4.1.0:
63116305
has-symbols "^1.0.0"
63126306
object-keys "^1.0.11"
63136307

6314-
object.entries@^1.1.0:
6308+
object.entries@^1.1.1:
63156309
version "1.1.1"
63166310
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
63176311
integrity sha512-ilqR7BgdyZetJutmDPfXCDffGa0/Yzl2ivVNpbx/g4UeWrCdRnFDUBrKJGLhGieRHDATnyZXWBeCb29k9CJysQ==
@@ -6321,7 +6315,7 @@ object.entries@^1.1.0:
63216315
function-bind "^1.1.1"
63226316
has "^1.0.3"
63236317

6324-
object.fromentries@^2.0.1:
6318+
object.fromentries@^2.0.2:
63256319
version "2.0.2"
63266320
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2.tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9"
63276321
integrity sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ==
@@ -6346,7 +6340,7 @@ object.pick@^1.3.0:
63466340
dependencies:
63476341
isobject "^3.0.1"
63486342

6349-
object.values@^1.1.0:
6343+
object.values@^1.1.0, object.values@^1.1.1:
63506344
version "1.1.1"
63516345
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
63526346
integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
@@ -7383,13 +7377,20 @@ [email protected]:
73837377
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
73847378
integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
73857379

7386-
[email protected], resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.3.2, resolve@^1.5.0:
7380+
[email protected], resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.3.2, resolve@^1.5.0:
73877381
version "1.14.1"
73887382
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.14.1.tgz#9e018c540fcf0c427d678b9931cbf45e984bcaff"
73897383
integrity sha512-fn5Wobh4cxbLzuHaE+nphztHy43/b++4M6SsGFC2gB8uYwf0C8LcarfCz1un7UTW8OFQg9iNjZ4xpcFVGebDPg==
73907384
dependencies:
73917385
path-parse "^1.0.6"
73927386

7387+
resolve@^1.14.2:
7388+
version "1.14.2"
7389+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.14.2.tgz#dbf31d0fa98b1f29aa5169783b9c290cb865fea2"
7390+
integrity sha512-EjlOBLBO1kxsUxsKjLt7TAECyKW6fOh1VRkykQkKGzcBbjjPIxBqGh0jf7GJ3k/f5mxMqW3htMD3WdTUVtW8HQ==
7391+
dependencies:
7392+
path-parse "^1.0.6"
7393+
73937394
restore-cursor@^2.0.0:
73947395
version "2.0.0"
73957396
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"

0 commit comments

Comments
 (0)