Skip to content

Commit 4fc4985

Browse files
renovate[bot]armandabric
authored andcommitted
chore(deps): update dependency eslint-plugin-react to v7.12.3 (#336)
1 parent fb702fa commit 4fc4985

File tree

2 files changed

+51
-5
lines changed

2 files changed

+51
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"eslint-plugin-import": "2.14.0",
5656
"eslint-plugin-jest": "21.25.1",
5757
"eslint-plugin-prettier": "3.0.1",
58-
"eslint-plugin-react": "7.11.1",
58+
"eslint-plugin-react": "7.12.3",
5959
"esm": "3.0.84",
6060
"expect": "22.3.0",
6161
"flow-bin": "0.83.0",

yarn.lock

Lines changed: 50 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2534,6 +2534,17 @@ es-abstract@^1.10.0, es-abstract@^1.5.0, es-abstract@^1.6.1:
25342534
is-callable "^1.1.3"
25352535
is-regex "^1.0.4"
25362536

2537+
es-abstract@^1.11.0:
2538+
version "1.13.0"
2539+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
2540+
dependencies:
2541+
es-to-primitive "^1.2.0"
2542+
function-bind "^1.1.1"
2543+
has "^1.0.3"
2544+
is-callable "^1.1.4"
2545+
is-regex "^1.0.4"
2546+
object-keys "^1.0.12"
2547+
25372548
es-abstract@^1.5.1:
25382549
version "1.10.0"
25392550
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864"
@@ -2562,6 +2573,14 @@ es-to-primitive@^1.1.1:
25622573
is-date-object "^1.0.1"
25632574
is-symbol "^1.0.1"
25642575

2576+
es-to-primitive@^1.2.0:
2577+
version "1.2.0"
2578+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
2579+
dependencies:
2580+
is-callable "^1.1.4"
2581+
is-date-object "^1.0.1"
2582+
is-symbol "^1.0.2"
2583+
25652584
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
25662585
version "1.0.5"
25672586
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
@@ -2626,15 +2645,17 @@ [email protected]:
26262645
dependencies:
26272646
prettier-linter-helpers "^1.0.0"
26282647

2629-
eslint-plugin-react@7.11.1:
2630-
version "7.11.1"
2631-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz#c01a7af6f17519457d6116aa94fc6d2ccad5443c"
2648+
eslint-plugin-react@7.12.3:
2649+
version "7.12.3"
2650+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.3.tgz#b9ca4cd7cd3f5d927db418a1950366a12d4568fd"
26322651
dependencies:
26332652
array-includes "^3.0.3"
26342653
doctrine "^2.1.0"
26352654
has "^1.0.3"
26362655
jsx-ast-utils "^2.0.1"
2656+
object.fromentries "^2.0.0"
26372657
prop-types "^15.6.2"
2658+
resolve "^1.9.0"
26382659

26392660
26402661
version "3.7.1"
@@ -3971,6 +3992,12 @@ is-symbol@^1.0.1:
39713992
version "1.0.1"
39723993
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
39733994

3995+
is-symbol@^1.0.2:
3996+
version "1.0.2"
3997+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
3998+
dependencies:
3999+
has-symbols "^1.0.0"
4000+
39744001
is-text-path@^1.0.0:
39754002
version "1.0.1"
39764003
resolved "https://registry.yarnpkg.com/is-text-path/-/is-text-path-1.0.1.tgz#4e1aa0fb51bfbcb3e92688001397202c1775b66e"
@@ -5382,7 +5409,7 @@ object-is@^1.0.1:
53825409
version "1.0.1"
53835410
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
53845411

5385-
object-keys@^1.0.11:
5412+
object-keys@^1.0.11, object-keys@^1.0.12:
53865413
version "1.0.12"
53875414
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
53885415

@@ -5426,6 +5453,15 @@ object.entries@^1.0.4:
54265453
function-bind "^1.1.0"
54275454
has "^1.0.1"
54285455

5456+
object.fromentries@^2.0.0:
5457+
version "2.0.0"
5458+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
5459+
dependencies:
5460+
define-properties "^1.1.2"
5461+
es-abstract "^1.11.0"
5462+
function-bind "^1.1.1"
5463+
has "^1.0.1"
5464+
54295465
object.getownpropertydescriptors@^2.0.3:
54305466
version "2.0.3"
54315467
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -5675,6 +5711,10 @@ path-parse@^1.0.5:
56755711
version "1.0.5"
56765712
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
56775713

5714+
path-parse@^1.0.6:
5715+
version "1.0.6"
5716+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
5717+
56785718
path-type@^1.0.0:
56795719
version "1.1.0"
56805720
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@@ -6393,6 +6433,12 @@ resolve@^1.8.1:
63936433
dependencies:
63946434
path-parse "^1.0.5"
63956435

6436+
resolve@^1.9.0:
6437+
version "1.9.0"
6438+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
6439+
dependencies:
6440+
path-parse "^1.0.6"
6441+
63966442
restore-cursor@^1.0.1:
63976443
version "1.0.1"
63986444
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"

0 commit comments

Comments
 (0)