Skip to content

Commit 8ffd817

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.21.4
1 parent 3c9b521 commit 8ffd817

2 files changed

Lines changed: 89 additions & 34 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint-plugin-import": "2.18.2",
4343
"eslint-plugin-jsx-a11y": "6.2.3",
4444
"eslint-plugin-prettier": "3.1.2",
45-
"eslint-plugin-react": "7.19.0",
45+
"eslint-plugin-react": "7.21.4",
4646
"eslint-plugin-react-hooks": "3.0.0",
4747
"html-webpack-plugin": "3.2.0",
4848
"prettier": "2.0.5",

yarn.lock

Lines changed: 88 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -880,14 +880,6 @@
880880
"@babel/helper-plugin-utils" "^7.8.3"
881881
"@babel/plugin-transform-typescript" "^7.8.3"
882882

883-
"@babel/runtime-corejs3@^7.8.3":
884-
version "7.9.2"
885-
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.9.2.tgz#26fe4aa77e9f1ecef9b776559bbb8e84d34284b7"
886-
integrity sha512-HHxmgxbIzOfFlZ+tdeRKtaxWOMUoCG5Mu3wKeUmOxjYrwb3AAHgnmtCUbPPK11/raIWLIBK250t8E2BPO0p7jA==
887-
dependencies:
888-
core-js-pure "^3.0.0"
889-
regenerator-runtime "^0.13.4"
890-
891883
"@babel/runtime@^7.4.5", "@babel/runtime@^7.8.4":
892884
version "7.9.2"
893885
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.2.tgz#d90df0583a3a252f09aaa619665367bae518db06"
@@ -1773,6 +1765,15 @@ array-unique@^0.3.2:
17731765
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
17741766
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
17751767

1768+
array.prototype.flatmap@^1.2.3:
1769+
version "1.2.3"
1770+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.3.tgz#1c13f84a178566042dd63de4414440db9222e443"
1771+
integrity sha512-OOEk+lkePcg+ODXIpvuU9PAryCikCJyo7GlDG1upleEpQRx6mzL9puEBkozQ5iAx20KV0l3DbyQwqciJtqe5Pg==
1772+
dependencies:
1773+
define-properties "^1.1.3"
1774+
es-abstract "^1.17.0-next.1"
1775+
function-bind "^1.1.1"
1776+
17761777
asn1.js@^4.0.0:
17771778
version "4.10.1"
17781779
resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.10.1.tgz#b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0"
@@ -2528,11 +2529,6 @@ core-js-compat@^3.6.2:
25282529
browserslist "^4.8.5"
25292530
semver "7.0.0"
25302531

2531-
core-js-pure@^3.0.0:
2532-
version "3.6.5"
2533-
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.6.5.tgz#c79e75f5e38dbc85a662d91eea52b8256d53b813"
2534-
integrity sha512-lacdXOimsiD0QyNf9BC/mxivNJ/ybBGJXQFKzRekp1WTHoVUWsUHEn+2T8GJAzzIhyOuXA+gOxCVN3l+5PLPUA==
2535-
25362532
core-util-is@~1.0.0:
25372533
version "1.0.2"
25382534
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
@@ -2995,6 +2991,24 @@ es-abstract@^1.17.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.5:
29952991
string.prototype.trimleft "^2.1.1"
29962992
string.prototype.trimright "^2.1.1"
29972993

2994+
es-abstract@^1.18.0-next.0:
2995+
version "1.18.0-next.1"
2996+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0-next.1.tgz#6e3a0a4bda717e5023ab3b8e90bec36108d22c68"
2997+
integrity sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==
2998+
dependencies:
2999+
es-to-primitive "^1.2.1"
3000+
function-bind "^1.1.1"
3001+
has "^1.0.3"
3002+
has-symbols "^1.0.1"
3003+
is-callable "^1.2.2"
3004+
is-negative-zero "^2.0.0"
3005+
is-regex "^1.1.1"
3006+
object-inspect "^1.8.0"
3007+
object-keys "^1.1.1"
3008+
object.assign "^4.1.1"
3009+
string.prototype.trimend "^1.0.1"
3010+
string.prototype.trimstart "^1.0.1"
3011+
29983012
es-to-primitive@^1.2.1:
29993013
version "1.2.1"
30003014
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -3110,23 +3124,22 @@ eslint-plugin-react-hooks@3.0.0:
31103124
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-3.0.0.tgz#9e80c71846eb68dd29c3b21d832728aa66e5bd35"
31113125
integrity sha512-EjxTHxjLKIBWFgDJdhKKzLh5q+vjTFrqNZX36uIxWS4OfyXe5DawqPj3U5qeJ1ngLwatjzQnmR0Lz0J0YH3kxw==
31123126

3113-
eslint-plugin-react@7.19.0:
3114-
version "7.19.0"
3115-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.19.0.tgz#6d08f9673628aa69c5559d33489e855d83551666"
3116-
integrity sha512-SPT8j72CGuAP+JFbT0sJHOB80TX/pu44gQ4vXH/cq+hQTiY2PuZ6IHkqXJV6x1b28GDdo1lbInjKUrrdUf0LOQ==
3127+
eslint-plugin-react@7.21.4:
3128+
version "7.21.4"
3129+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.4.tgz#31060b2e5ff82b12e24a3cc33edb7d12f904775c"
3130+
integrity sha512-uHeQ8A0hg0ltNDXFu3qSfFqTNPXm1XithH6/SY318UX76CMj7Q599qWpgmMhVQyvhq36pm7qvoN3pb6/3jsTFg==
31173131
dependencies:
31183132
array-includes "^3.1.1"
3133+
array.prototype.flatmap "^1.2.3"
31193134
doctrine "^2.1.0"
31203135
has "^1.0.3"
3121-
jsx-ast-utils "^2.2.3"
3122-
object.entries "^1.1.1"
3136+
jsx-ast-utils "^2.4.1 || ^3.0.0"
3137+
object.entries "^1.1.2"
31233138
object.fromentries "^2.0.2"
31243139
object.values "^1.1.1"
31253140
prop-types "^15.7.2"
3126-
resolve "^1.15.1"
3127-
semver "^6.3.0"
3141+
resolve "^1.17.0"
31283142
string.prototype.matchall "^4.0.2"
3129-
xregexp "^4.3.0"
31303143

31313144
eslint-scope@^4.0.0, eslint-scope@^4.0.3:
31323145
version "4.0.3"
@@ -4180,6 +4193,11 @@ is-callable@^1.1.4, is-callable@^1.1.5:
41804193
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
41814194
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
41824195

4196+
is-callable@^1.2.2:
4197+
version "1.2.2"
4198+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9"
4199+
integrity sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==
4200+
41834201
is-ci@^2.0.0:
41844202
version "2.0.0"
41854203
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -4272,6 +4290,11 @@ is-glob@^4.0.0, is-glob@^4.0.1:
42724290
dependencies:
42734291
is-extglob "^2.1.1"
42744292

4293+
is-negative-zero@^2.0.0:
4294+
version "2.0.0"
4295+
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.0.tgz#9553b121b0fac28869da9ed459e20c7543788461"
4296+
integrity sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=
4297+
42754298
is-number@^3.0.0:
42764299
version "3.0.0"
42774300
resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
@@ -4317,6 +4340,13 @@ is-regex@^1.0.4, is-regex@^1.0.5:
43174340
dependencies:
43184341
has "^1.0.3"
43194342

4343+
is-regex@^1.1.1:
4344+
version "1.1.1"
4345+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9"
4346+
integrity sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==
4347+
dependencies:
4348+
has-symbols "^1.0.1"
4349+
43204350
is-stream@^1.1.0:
43214351
version "1.1.0"
43224352
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
@@ -4505,14 +4535,22 @@ jsonfile@^4.0.0:
45054535
optionalDependencies:
45064536
graceful-fs "^4.1.6"
45074537

4508-
jsx-ast-utils@^2.2.1, jsx-ast-utils@^2.2.3:
4538+
jsx-ast-utils@^2.2.1:
45094539
version "2.2.3"
45104540
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz#8a9364e402448a3ce7f14d357738310d9248054f"
45114541
integrity sha512-EdIHFMm+1BPynpKOpdPqiOsvnIrInRGJD7bzPZdPkjitQEqpdpUuFpq4T0npZFKTiB3RhWFdGN+oqOJIdhDhQA==
45124542
dependencies:
45134543
array-includes "^3.0.3"
45144544
object.assign "^4.1.0"
45154545

4546+
"jsx-ast-utils@^2.4.1 || ^3.0.0":
4547+
version "3.0.0"
4548+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.0.0.tgz#0f49d5093bafa4b45d3fe02147d8b40ffc6c7438"
4549+
integrity sha512-sPuicm6EPKYI/UnWpOatvg4pI50qaBo4dSOMGUPutmJ26ttedFKXr0It0XXPk4HKnQ/1X0st4eSS2w2jhFk9Ow==
4550+
dependencies:
4551+
array-includes "^3.1.1"
4552+
object.assign "^4.1.1"
4553+
45164554
killable@^1.0.1:
45174555
version "1.0.1"
45184556
resolved "https://registry.yarnpkg.com/killable/-/killable-1.0.1.tgz#4c8ce441187a061c7474fb87ca08e2a638194892"
@@ -5095,6 +5133,11 @@ object-inspect@^1.7.0:
50955133
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
50965134
integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
50975135

5136+
object-inspect@^1.8.0:
5137+
version "1.8.0"
5138+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
5139+
integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==
5140+
50985141
object-is@^1.0.1:
50995142
version "1.1.2"
51005143
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.2.tgz#c5d2e87ff9e119f78b7a088441519e2eec1573b6"
@@ -5125,6 +5168,16 @@ object.assign@^4.1.0:
51255168
has-symbols "^1.0.0"
51265169
object-keys "^1.0.11"
51275170

5171+
object.assign@^4.1.1:
5172+
version "4.1.1"
5173+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.1.tgz#303867a666cdd41936ecdedfb1f8f3e32a478cdd"
5174+
integrity sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==
5175+
dependencies:
5176+
define-properties "^1.1.3"
5177+
es-abstract "^1.18.0-next.0"
5178+
has-symbols "^1.0.1"
5179+
object-keys "^1.1.1"
5180+
51285181
object.entries@^1.1.1:
51295182
version "1.1.1"
51305183
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
@@ -5135,6 +5188,15 @@ object.entries@^1.1.1:
51355188
function-bind "^1.1.1"
51365189
has "^1.0.3"
51375190

5191+
object.entries@^1.1.2:
5192+
version "1.1.2"
5193+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add"
5194+
integrity sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA==
5195+
dependencies:
5196+
define-properties "^1.1.3"
5197+
es-abstract "^1.17.5"
5198+
has "^1.0.3"
5199+
51385200
object.fromentries@^2.0.2:
51395201
version "2.0.2"
51405202
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2.tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9"
@@ -5938,7 +6000,7 @@ resolve-url@^0.2.1:
59386000
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
59396001
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
59406002

5941-
resolve@^1.10.0, resolve@^1.11.0, resolve@^1.13.1, resolve@^1.15.1, resolve@^1.3.2:
6003+
resolve@^1.10.0, resolve@^1.11.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.3.2:
59426004
version "1.17.0"
59436005
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
59446006
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
@@ -6476,7 +6538,7 @@ string.prototype.matchall@^4.0.2:
64766538
regexp.prototype.flags "^1.3.0"
64776539
side-channel "^1.0.2"
64786540

6479-
string.prototype.trimend@^1.0.0:
6541+
string.prototype.trimend@^1.0.0, string.prototype.trimend@^1.0.1:
64806542
version "1.0.1"
64816543
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913"
64826544
integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==
@@ -6502,7 +6564,7 @@ string.prototype.trimright@^2.1.1:
65026564
es-abstract "^1.17.5"
65036565
string.prototype.trimend "^1.0.0"
65046566

6505-
string.prototype.trimstart@^1.0.0:
6567+
string.prototype.trimstart@^1.0.0, string.prototype.trimstart@^1.0.1:
65066568
version "1.0.1"
65076569
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54"
65086570
integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==
@@ -7233,13 +7295,6 @@ ws@^6.2.1:
72337295
dependencies:
72347296
async-limiter "~1.0.0"
72357297

7236-
xregexp@^4.3.0:
7237-
version "4.3.0"
7238-
resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-4.3.0.tgz#7e92e73d9174a99a59743f67a4ce879a04b5ae50"
7239-
integrity sha512-7jXDIFXh5yJ/orPn4SXjuVrWWoi4Cr8jfV1eHv9CixKSbU+jY4mxfrBwAuDvupPNKpMUY+FeIqsVw/JLT9+B8g==
7240-
dependencies:
7241-
"@babel/runtime-corejs3" "^7.8.3"
7242-
72437298
xtend@^4.0.0, xtend@~4.0.1:
72447299
version "4.0.2"
72457300
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"

0 commit comments

Comments
 (0)