Skip to content

Commit ad5ea27

Browse files
committed
Update dependency eslint-plugin-react to v7.12.3
1 parent a69daed commit ad5ea27

File tree

2 files changed

+82
-10
lines changed

2 files changed

+82
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint-plugin-flowtype": "2.41.0",
5252
"eslint-plugin-import": "2.8.0",
5353
"eslint-plugin-jsx-a11y": "5.1.1",
54-
"eslint-plugin-react": "7.3.0",
54+
"eslint-plugin-react": "7.12.3",
5555
"flow-bin": "0.54.1",
5656
"flow-typed": "2.2.3",
5757
"now-pipeline": "1.10.0",

yarn.lock

Lines changed: 81 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2293,7 +2293,7 @@ doctrine@^2.0.0:
22932293
esutils "^2.0.2"
22942294
isarray "^1.0.0"
22952295

2296-
doctrine@^2.0.2:
2296+
doctrine@^2.0.2, doctrine@^2.1.0:
22972297
version "2.1.0"
22982298
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
22992299
dependencies:
@@ -2431,6 +2431,17 @@ error-stack-parser@^2.0.0:
24312431
dependencies:
24322432
stackframe "^1.0.3"
24332433

2434+
es-abstract@^1.11.0:
2435+
version "1.13.0"
2436+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
2437+
dependencies:
2438+
es-to-primitive "^1.2.0"
2439+
function-bind "^1.1.1"
2440+
has "^1.0.3"
2441+
is-callable "^1.1.4"
2442+
is-regex "^1.0.4"
2443+
object-keys "^1.0.12"
2444+
24342445
es-abstract@^1.5.0, es-abstract@^1.7.0:
24352446
version "1.8.2"
24362447
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.8.2.tgz#25103263dc4decbda60e0c737ca32313518027ee"
@@ -2449,6 +2460,14 @@ es-to-primitive@^1.1.1:
24492460
is-date-object "^1.0.1"
24502461
is-symbol "^1.0.1"
24512462

2463+
es-to-primitive@^1.2.0:
2464+
version "1.2.0"
2465+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
2466+
dependencies:
2467+
is-callable "^1.1.4"
2468+
is-date-object "^1.0.1"
2469+
is-symbol "^1.0.2"
2470+
24522471
es5-ext@^0.10.14, es5-ext@^0.10.9, es5-ext@~0.10.14:
24532472
version "0.10.30"
24542473
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.30.tgz#7141a16836697dbabfaaaeee41495ce29f52c939"
@@ -2577,14 +2596,17 @@ [email protected]:
25772596
emoji-regex "^6.1.0"
25782597
jsx-ast-utils "^1.4.0"
25792598

2580-
eslint-plugin-react@7.3.0:
2581-
version "7.3.0"
2582-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.3.0.tgz#ca9368da36f733fbdc05718ae4e91f778f38e344"
2599+
eslint-plugin-react@7.12.3:
2600+
version "7.12.3"
2601+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.3.tgz#b9ca4cd7cd3f5d927db418a1950366a12d4568fd"
25832602
dependencies:
2584-
doctrine "^2.0.0"
2585-
has "^1.0.1"
2586-
jsx-ast-utils "^2.0.0"
2587-
prop-types "^15.5.10"
2603+
array-includes "^3.0.3"
2604+
doctrine "^2.1.0"
2605+
has "^1.0.3"
2606+
jsx-ast-utils "^2.0.1"
2607+
object.fromentries "^2.0.0"
2608+
prop-types "^15.6.2"
2609+
resolve "^1.9.0"
25882610

25892611
eslint-restricted-globals@^0.1.1:
25902612
version "0.1.1"
@@ -3397,6 +3419,10 @@ has-symbol-support-x@^1.4.1:
33973419
version "1.4.1"
33983420
resolved "https://registry.yarnpkg.com/has-symbol-support-x/-/has-symbol-support-x-1.4.1.tgz#66ec2e377e0c7d7ccedb07a3a84d77510ff1bc4c"
33993421

3422+
has-symbols@^1.0.0:
3423+
version "1.0.0"
3424+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
3425+
34003426
has-to-string-tag-x@^1.2.0:
34013427
version "1.4.1"
34023428
resolved "https://registry.yarnpkg.com/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz#a045ab383d7b4b2012a00148ab0aa5f290044d4d"
@@ -3413,6 +3439,12 @@ has@^1.0.1, has@~1.0.1:
34133439
dependencies:
34143440
function-bind "^1.0.2"
34153441

3442+
has@^1.0.3:
3443+
version "1.0.3"
3444+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3445+
dependencies:
3446+
function-bind "^1.1.1"
3447+
34163448
hash-base@^2.0.0:
34173449
version "2.0.2"
34183450
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -3687,6 +3719,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
36873719
version "1.1.3"
36883720
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
36893721

3722+
is-callable@^1.1.4:
3723+
version "1.1.4"
3724+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
3725+
36903726
is-date-object@^1.0.1:
36913727
version "1.0.1"
36923728
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
@@ -3848,6 +3884,12 @@ is-symbol@^1.0.1:
38483884
version "1.0.1"
38493885
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
38503886

3887+
is-symbol@^1.0.2:
3888+
version "1.0.2"
3889+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
3890+
dependencies:
3891+
has-symbols "^1.0.0"
3892+
38513893
is-text-path@^1.0.0:
38523894
version "1.0.1"
38533895
resolved "https://registry.yarnpkg.com/is-text-path/-/is-text-path-1.0.1.tgz#4e1aa0fb51bfbcb3e92688001397202c1775b66e"
@@ -4005,7 +4047,7 @@ jsx-ast-utils@^1.4.0:
40054047
version "1.4.1"
40064048
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
40074049

4008-
jsx-ast-utils@^2.0.0:
4050+
jsx-ast-utils@^2.0.1:
40094051
version "2.0.1"
40104052
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
40114053
dependencies:
@@ -4924,6 +4966,10 @@ object-keys@^1.0.10, object-keys@^1.0.8:
49244966
version "1.0.11"
49254967
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
49264968

4969+
object-keys@^1.0.12:
4970+
version "1.0.12"
4971+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
4972+
49274973
object.assign@^4.0.4:
49284974
version "4.0.4"
49294975
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.0.4.tgz#b1c9cc044ef1b9fe63606fc141abbb32e14730cc"
@@ -4932,6 +4978,15 @@ object.assign@^4.0.4:
49324978
function-bind "^1.1.0"
49334979
object-keys "^1.0.10"
49344980

4981+
object.fromentries@^2.0.0:
4982+
version "2.0.0"
4983+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
4984+
dependencies:
4985+
define-properties "^1.1.2"
4986+
es-abstract "^1.11.0"
4987+
function-bind "^1.1.1"
4988+
has "^1.0.1"
4989+
49354990
object.omit@^2.0.0:
49364991
version "2.0.1"
49374992
resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
@@ -5155,6 +5210,10 @@ path-parse@^1.0.5:
51555210
version "1.0.5"
51565211
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
51575212

5213+
path-parse@^1.0.6:
5214+
version "1.0.6"
5215+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
5216+
51585217
path-to-regexp@^1.0.0, path-to-regexp@^1.1.1:
51595218
version "1.7.0"
51605219
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.7.0.tgz#59fde0f435badacba103a84e9d3bc64e96b9937d"
@@ -5642,6 +5701,13 @@ prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.8:
56425701
fbjs "^0.8.9"
56435702
loose-envify "^1.3.1"
56445703

5704+
prop-types@^15.6.2:
5705+
version "15.6.2"
5706+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
5707+
dependencies:
5708+
loose-envify "^1.3.1"
5709+
object-assign "^4.1.1"
5710+
56455711
proto-list@~1.2.1:
56465712
version "1.2.4"
56475713
resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
@@ -6200,6 +6266,12 @@ resolve@^1.2.0, resolve@~1.4.0:
62006266
dependencies:
62016267
path-parse "^1.0.5"
62026268

6269+
resolve@^1.9.0:
6270+
version "1.9.0"
6271+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
6272+
dependencies:
6273+
path-parse "^1.0.6"
6274+
62036275
restore-cursor@^2.0.0:
62046276
version "2.0.0"
62056277
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"

0 commit comments

Comments
 (0)