Skip to content

Commit 52826e1

Browse files
committed
fix(deps): update dependency eslint-plugin-react to v7.12.4
1 parent b307562 commit 52826e1

File tree

2 files changed

+89
-11
lines changed

2 files changed

+89
-11
lines changed

packages/react-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint-plugin-flowtype": "2.39.1",
4343
"eslint-plugin-import": "2.8.0",
4444
"eslint-plugin-jsx-a11y": "5.1.1",
45-
"eslint-plugin-react": "7.4.0",
45+
"eslint-plugin-react": "7.12.4",
4646
"extract-text-webpack-plugin": "3.0.2",
4747
"file-loader": "1.1.5",
4848
"fs-extra": "3.0.1",

yarn.lock

+88-10
Original file line numberDiff line numberDiff line change
@@ -2100,6 +2100,12 @@ doctrine@^2.0.0:
21002100
esutils "^2.0.2"
21012101
isarray "^1.0.0"
21022102

2103+
doctrine@^2.1.0:
2104+
version "2.1.0"
2105+
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
2106+
dependencies:
2107+
esutils "^2.0.2"
2108+
21032109
dom-converter@~0.1:
21042110
version "0.1.4"
21052111
resolved "https://registry.npmjs.org/dom-converter/-/dom-converter-0.1.4.tgz#a45ef5727b890c9bffe6d7c876e7b19cb0e17f3b"
@@ -2239,6 +2245,17 @@ error-ex@^1.2.0, error-ex@^1.3.1:
22392245
dependencies:
22402246
is-arrayish "^0.2.1"
22412247

2248+
es-abstract@^1.11.0:
2249+
version "1.13.0"
2250+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
2251+
dependencies:
2252+
es-to-primitive "^1.2.0"
2253+
function-bind "^1.1.1"
2254+
has "^1.0.3"
2255+
is-callable "^1.1.4"
2256+
is-regex "^1.0.4"
2257+
object-keys "^1.0.12"
2258+
22422259
es-abstract@^1.7.0:
22432260
version "1.9.0"
22442261
resolved "https://registry.npmjs.org/es-abstract/-/es-abstract-1.9.0.tgz#690829a07cae36b222e7fd9b75c0d0573eb25227"
@@ -2257,6 +2274,14 @@ es-to-primitive@^1.1.1:
22572274
is-date-object "^1.0.1"
22582275
is-symbol "^1.0.1"
22592276

2277+
es-to-primitive@^1.2.0:
2278+
version "1.2.0"
2279+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
2280+
dependencies:
2281+
is-callable "^1.1.4"
2282+
is-date-object "^1.0.1"
2283+
is-symbol "^1.0.2"
2284+
22602285
es5-ext@^0.10.14, es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14:
22612286
version "0.10.35"
22622287
resolved "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.35.tgz#18ee858ce6a3c45c7d79e91c15fcca9ec568494f"
@@ -2402,14 +2427,17 @@ [email protected]:
24022427
emoji-regex "^6.1.0"
24032428
jsx-ast-utils "^1.4.0"
24042429

2405-
eslint-plugin-react@7.4.0:
2406-
version "7.4.0"
2407-
resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.4.0.tgz#300a95861b9729c087d362dd64abcc351a74364a"
2430+
eslint-plugin-react@7.12.4:
2431+
version "7.12.4"
2432+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.4.tgz#b1ecf26479d61aee650da612e425c53a99f48c8c"
24082433
dependencies:
2409-
doctrine "^2.0.0"
2410-
has "^1.0.1"
2411-
jsx-ast-utils "^2.0.0"
2412-
prop-types "^15.5.10"
2434+
array-includes "^3.0.3"
2435+
doctrine "^2.1.0"
2436+
has "^1.0.3"
2437+
jsx-ast-utils "^2.0.1"
2438+
object.fromentries "^2.0.0"
2439+
prop-types "^15.6.2"
2440+
resolve "^1.9.0"
24132441

24142442
eslint-scope@^3.7.1:
24152443
version "3.7.1"
@@ -3138,6 +3166,10 @@ has-flag@^2.0.0:
31383166
version "2.0.0"
31393167
resolved "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
31403168

3169+
has-symbols@^1.0.0:
3170+
version "1.0.0"
3171+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
3172+
31413173
has-unicode@^2.0.0:
31423174
version "2.0.1"
31433175
resolved "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -3148,6 +3180,12 @@ has@^1.0.1:
31483180
dependencies:
31493181
function-bind "^1.0.2"
31503182

3183+
has@^1.0.3:
3184+
version "1.0.3"
3185+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3186+
dependencies:
3187+
function-bind "^1.1.1"
3188+
31513189
hash-base@^2.0.0:
31523190
version "2.0.2"
31533191
resolved "https://registry.npmjs.org/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -3473,6 +3511,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
34733511
version "1.1.3"
34743512
resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
34753513

3514+
is-callable@^1.1.4:
3515+
version "1.1.4"
3516+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
3517+
34763518
is-ci@^1.0.10:
34773519
version "1.0.10"
34783520
resolved "https://registry.npmjs.org/is-ci/-/is-ci-1.0.10.tgz#f739336b2632365061a9d48270cd56ae3369318e"
@@ -3631,6 +3673,12 @@ is-symbol@^1.0.1:
36313673
version "1.0.1"
36323674
resolved "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
36333675

3676+
is-symbol@^1.0.2:
3677+
version "1.0.2"
3678+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
3679+
dependencies:
3680+
has-symbols "^1.0.0"
3681+
36343682
is-text-path@^1.0.0:
36353683
version "1.0.1"
36363684
resolved "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz#4e1aa0fb51bfbcb3e92688001397202c1775b66e"
@@ -4087,9 +4135,9 @@ jsx-ast-utils@^1.4.0:
40874135
version "1.4.1"
40884136
resolved "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
40894137

4090-
jsx-ast-utils@^2.0.0:
4138+
jsx-ast-utils@^2.0.1:
40914139
version "2.0.1"
4092-
resolved "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
4140+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
40934141
dependencies:
40944142
array-includes "^3.0.3"
40954143

@@ -4690,10 +4738,23 @@ object-hash@^1.1.4:
46904738
version "1.2.0"
46914739
resolved "https://registry.npmjs.org/object-hash/-/object-hash-1.2.0.tgz#e96af0e96981996a1d47f88ead8f74f1ebc4422b"
46924740

4741+
object-keys@^1.0.12:
4742+
version "1.0.12"
4743+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
4744+
46934745
object-keys@^1.0.8:
46944746
version "1.0.11"
46954747
resolved "https://registry.npmjs.org/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
46964748

4749+
object.fromentries@^2.0.0:
4750+
version "2.0.0"
4751+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
4752+
dependencies:
4753+
define-properties "^1.1.2"
4754+
es-abstract "^1.11.0"
4755+
function-bind "^1.1.1"
4756+
has "^1.0.1"
4757+
46974758
object.omit@^2.0.0:
46984759
version "2.0.1"
46994760
resolved "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
@@ -4908,6 +4969,10 @@ path-parse@^1.0.5:
49084969
version "1.0.5"
49094970
resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
49104971

4972+
path-parse@^1.0.6:
4973+
version "1.0.6"
4974+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
4975+
49114976
49124977
version "0.1.7"
49134978
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -5334,14 +5399,21 @@ promise@^7.1.1:
53345399
dependencies:
53355400
asap "~2.0.3"
53365401

5337-
prop-types@^15.5.10, prop-types@^15.6.0:
5402+
prop-types@^15.6.0:
53385403
version "15.6.0"
53395404
resolved "https://registry.npmjs.org/prop-types/-/prop-types-15.6.0.tgz#ceaf083022fc46b4a35f69e13ef75aed0d639856"
53405405
dependencies:
53415406
fbjs "^0.8.16"
53425407
loose-envify "^1.3.1"
53435408
object-assign "^4.1.1"
53445409

5410+
prop-types@^15.6.2:
5411+
version "15.6.2"
5412+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
5413+
dependencies:
5414+
loose-envify "^1.3.1"
5415+
object-assign "^4.1.1"
5416+
53455417
proxy-addr@~2.0.2:
53465418
version "2.0.2"
53475419
resolved "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.2.tgz#6571504f47bb988ec8180253f85dd7e14952bdec"
@@ -5797,6 +5869,12 @@ resolve@^1.2.0, resolve@^1.3.2:
57975869
dependencies:
57985870
path-parse "^1.0.5"
57995871

5872+
resolve@^1.9.0:
5873+
version "1.9.0"
5874+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
5875+
dependencies:
5876+
path-parse "^1.0.6"
5877+
58005878
restore-cursor@^2.0.0:
58015879
version "2.0.0"
58025880
resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"

0 commit comments

Comments
 (0)