Skip to content

Commit cf4a24c

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

File tree

2 files changed

+15
-21
lines changed

2 files changed

+15
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"eslint": "4.19.1",
4848
"eslint-config-prettier": "4.0.0",
4949
"eslint-plugin-import": "2.20.0",
50-
"eslint-plugin-react": "7.17.0",
50+
"eslint-plugin-react": "7.18.0",
5151
"flowgen": "1.10.0",
5252
"husky": "4.0.10",
5353
"lint-staged": "9.5.0",

yarn.lock

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,7 @@ array-ify@^1.0.0:
13231323
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
13241324
integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
13251325

1326-
array-includes@^3.0.3:
1326+
array-includes@^3.0.3, array-includes@^3.1.1:
13271327
version "3.1.1"
13281328
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
13291329
integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==
@@ -2607,11 +2607,6 @@ eslint-module-utils@^2.4.1:
26072607
debug "^2.6.9"
26082608
pkg-dir "^2.0.0"
26092609

2610-
eslint-plugin-eslint-plugin@^2.1.0:
2611-
version "2.2.0"
2612-
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-2.2.0.tgz#6cac90a8085f658e892b155dda130deac54cfa51"
2613-
integrity sha512-X5+NT9a2GuwWyb3sHJdEEe6aD/30Fhi3/9XCmYHe/OSnWKUhmKOxFTfFM1AXZfJXjAoX7811bnoLI3fZr5AX5Q==
2614-
26152610
26162611
version "2.20.0"
26172612
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.0.tgz#d749a7263fb6c29980def8e960d380a6aa6aecaa"
@@ -2630,21 +2625,20 @@ [email protected]:
26302625
read-pkg-up "^2.0.0"
26312626
resolve "^1.12.0"
26322627

2633-
eslint-plugin-react@7.17.0:
2634-
version "7.17.0"
2635-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.17.0.tgz#a31b3e134b76046abe3cd278e7482bd35a1d12d7"
2636-
integrity sha512-ODB7yg6lxhBVMeiH1c7E95FLD4E/TwmFjltiU+ethv7KPdCwgiFuOZg9zNRHyufStTDLl/dEFqI2Q1VPmCd78A==
2628+
eslint-plugin-react@7.18.0:
2629+
version "7.18.0"
2630+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.18.0.tgz#2317831284d005b30aff8afb7c4e906f13fa8e7e"
2631+
integrity sha512-p+PGoGeV4SaZRDsXqdj9OWcOrOpZn8gXoGPcIQTzo2IDMbAKhNDnME9myZWqO3Ic4R3YmwAZ1lDjWl2R2hMUVQ==
26372632
dependencies:
2638-
array-includes "^3.0.3"
2633+
array-includes "^3.1.1"
26392634
doctrine "^2.1.0"
2640-
eslint-plugin-eslint-plugin "^2.1.0"
26412635
has "^1.0.3"
26422636
jsx-ast-utils "^2.2.3"
2643-
object.entries "^1.1.0"
2644-
object.fromentries "^2.0.1"
2645-
object.values "^1.1.0"
2637+
object.entries "^1.1.1"
2638+
object.fromentries "^2.0.2"
2639+
object.values "^1.1.1"
26462640
prop-types "^15.7.2"
2647-
resolve "^1.13.1"
2641+
resolve "^1.14.2"
26482642

26492643
eslint-scope@^3.7.1:
26502644
version "3.7.3"
@@ -5384,7 +5378,7 @@ object.assign@^4.1.0:
53845378
has-symbols "^1.0.0"
53855379
object-keys "^1.0.11"
53865380

5387-
object.entries@^1.1.0:
5381+
object.entries@^1.1.1:
53885382
version "1.1.1"
53895383
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
53905384
integrity sha512-ilqR7BgdyZetJutmDPfXCDffGa0/Yzl2ivVNpbx/g4UeWrCdRnFDUBrKJGLhGieRHDATnyZXWBeCb29k9CJysQ==
@@ -5394,7 +5388,7 @@ object.entries@^1.1.0:
53945388
function-bind "^1.1.1"
53955389
has "^1.0.3"
53965390

5397-
object.fromentries@^2.0.1:
5391+
object.fromentries@^2.0.2:
53985392
version "2.0.2"
53995393
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2.tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9"
54005394
integrity sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ==
@@ -5419,7 +5413,7 @@ object.pick@^1.3.0:
54195413
dependencies:
54205414
isobject "^3.0.1"
54215415

5422-
object.values@^1.1.0:
5416+
object.values@^1.1.0, object.values@^1.1.1:
54235417
version "1.1.1"
54245418
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
54255419
integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
@@ -6394,7 +6388,7 @@ resolve-url@^0.2.1:
63946388
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
63956389
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
63966390

6397-
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.3.2:
6391+
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.3.2:
63986392
version "1.14.2"
63996393
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.14.2.tgz#dbf31d0fa98b1f29aa5169783b9c290cb865fea2"
64006394
integrity sha512-EjlOBLBO1kxsUxsKjLt7TAECyKW6fOh1VRkykQkKGzcBbjjPIxBqGh0jf7GJ3k/f5mxMqW3htMD3WdTUVtW8HQ==

0 commit comments

Comments
 (0)