Skip to content

Commit ebcd70a

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.12.2
1 parent bfe9a9f commit ebcd70a

File tree

2 files changed

+26
-5
lines changed

2 files changed

+26
-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.2",
5959
"esm": "3.0.84",
6060
"expect": "22.3.0",
6161
"flow-bin": "0.83.0",

yarn.lock

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2516,7 +2516,7 @@ error-ex@^1.2.0, error-ex@^1.3.1:
25162516
dependencies:
25172517
is-arrayish "^0.2.1"
25182518

2519-
es-abstract@^1.10.0, es-abstract@^1.5.0, es-abstract@^1.6.1:
2519+
es-abstract@^1.10.0, es-abstract@^1.11.0, es-abstract@^1.5.0, es-abstract@^1.6.1:
25202520
version "1.12.0"
25212521
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
25222522
dependencies:
@@ -2619,15 +2619,17 @@ [email protected]:
26192619
fast-diff "^1.1.1"
26202620
jest-docblock "^21.0.0"
26212621

2622-
eslint-plugin-react@7.11.1:
2623-
version "7.11.1"
2624-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz#c01a7af6f17519457d6116aa94fc6d2ccad5443c"
2622+
eslint-plugin-react@7.12.2:
2623+
version "7.12.2"
2624+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.2.tgz#95a4d8117011787824625ea57be9e38401d33548"
26252625
dependencies:
26262626
array-includes "^3.0.3"
26272627
doctrine "^2.1.0"
26282628
has "^1.0.3"
26292629
jsx-ast-utils "^2.0.1"
2630+
object.fromentries "^2.0.0"
26302631
prop-types "^15.6.2"
2632+
resolve "^1.9.0"
26312633

26322634
26332635
version "3.7.1"
@@ -5411,6 +5413,15 @@ object.entries@^1.0.4:
54115413
function-bind "^1.1.0"
54125414
has "^1.0.1"
54135415

5416+
object.fromentries@^2.0.0:
5417+
version "2.0.0"
5418+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
5419+
dependencies:
5420+
define-properties "^1.1.2"
5421+
es-abstract "^1.11.0"
5422+
function-bind "^1.1.1"
5423+
has "^1.0.1"
5424+
54145425
object.getownpropertydescriptors@^2.0.3:
54155426
version "2.0.3"
54165427
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -5654,6 +5665,10 @@ path-parse@^1.0.5:
56545665
version "1.0.5"
56555666
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
56565667

5668+
path-parse@^1.0.6:
5669+
version "1.0.6"
5670+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
5671+
56575672
path-type@^1.0.0:
56585673
version "1.1.0"
56595674
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@@ -6370,6 +6385,12 @@ resolve@^1.8.1:
63706385
dependencies:
63716386
path-parse "^1.0.5"
63726387

6388+
resolve@^1.9.0:
6389+
version "1.9.0"
6390+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
6391+
dependencies:
6392+
path-parse "^1.0.6"
6393+
63736394
restore-cursor@^1.0.1:
63746395
version "1.0.1"
63756396
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"

0 commit comments

Comments
 (0)