Skip to content

Commit dcb0407

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.12.3
1 parent 1272be4 commit dcb0407

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": "2.7.0",
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"
@@ -2627,15 +2646,17 @@ [email protected]:
26272646
fast-diff "^1.1.1"
26282647
jest-docblock "^21.0.0"
26292648

2630-
eslint-plugin-react@7.11.1:
2631-
version "7.11.1"
2632-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz#c01a7af6f17519457d6116aa94fc6d2ccad5443c"
2649+
eslint-plugin-react@7.12.3:
2650+
version "7.12.3"
2651+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.3.tgz#b9ca4cd7cd3f5d927db418a1950366a12d4568fd"
26332652
dependencies:
26342653
array-includes "^3.0.3"
26352654
doctrine "^2.1.0"
26362655
has "^1.0.3"
26372656
jsx-ast-utils "^2.0.1"
2657+
object.fromentries "^2.0.0"
26382658
prop-types "^15.6.2"
2659+
resolve "^1.9.0"
26392660

26402661
26412662
version "3.7.1"
@@ -3972,6 +3993,12 @@ is-symbol@^1.0.1:
39723993
version "1.0.1"
39733994
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
39743995

3996+
is-symbol@^1.0.2:
3997+
version "1.0.2"
3998+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
3999+
dependencies:
4000+
has-symbols "^1.0.0"
4001+
39754002
is-text-path@^1.0.0:
39764003
version "1.0.1"
39774004
resolved "https://registry.yarnpkg.com/is-text-path/-/is-text-path-1.0.1.tgz#4e1aa0fb51bfbcb3e92688001397202c1775b66e"
@@ -5387,7 +5414,7 @@ object-is@^1.0.1:
53875414
version "1.0.1"
53885415
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
53895416

5390-
object-keys@^1.0.11:
5417+
object-keys@^1.0.11, object-keys@^1.0.12:
53915418
version "1.0.12"
53925419
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
53935420

@@ -5431,6 +5458,15 @@ object.entries@^1.0.4:
54315458
function-bind "^1.1.0"
54325459
has "^1.0.1"
54335460

5461+
object.fromentries@^2.0.0:
5462+
version "2.0.0"
5463+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
5464+
dependencies:
5465+
define-properties "^1.1.2"
5466+
es-abstract "^1.11.0"
5467+
function-bind "^1.1.1"
5468+
has "^1.0.1"
5469+
54345470
object.getownpropertydescriptors@^2.0.3:
54355471
version "2.0.3"
54365472
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -5680,6 +5716,10 @@ path-parse@^1.0.5:
56805716
version "1.0.5"
56815717
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
56825718

5719+
path-parse@^1.0.6:
5720+
version "1.0.6"
5721+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
5722+
56835723
path-type@^1.0.0:
56845724
version "1.1.0"
56855725
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@@ -6392,6 +6432,12 @@ resolve@^1.8.1:
63926432
dependencies:
63936433
path-parse "^1.0.5"
63946434

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

0 commit comments

Comments
 (0)