Skip to content

Commit 36ef21d

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint-plugin-react to v7.12.0
1 parent 7ce02f9 commit 36ef21d

File tree

2 files changed

+35
-4
lines changed

2 files changed

+35
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint-config-prettier": "3.3.0",
3838
"eslint-plugin-flowtype": "3.2.0",
3939
"eslint-plugin-jest": "22.1.2",
40-
"eslint-plugin-react": "7.11.1",
40+
"eslint-plugin-react": "7.12.0",
4141
"flow-bin": "0.89.0",
4242
"flow-typed": "2.5.1",
4343
"jest": "23.6.0",

yarn.lock

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1982,6 +1982,16 @@ error-ex@^1.2.0, error-ex@^1.3.1:
19821982
dependencies:
19831983
is-arrayish "^0.2.1"
19841984

1985+
es-abstract@^1.11.0:
1986+
version "1.12.0"
1987+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
1988+
dependencies:
1989+
es-to-primitive "^1.1.1"
1990+
function-bind "^1.1.1"
1991+
has "^1.0.1"
1992+
is-callable "^1.1.3"
1993+
is-regex "^1.0.4"
1994+
19851995
es-abstract@^1.5.1, es-abstract@^1.7.0:
19861996
version "1.11.0"
19871997
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.11.0.tgz#cce87d518f0496893b1a30cd8461835535480681"
@@ -2041,15 +2051,17 @@ [email protected]:
20412051
version "22.1.2"
20422052
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.1.2.tgz#1ea36cc3faedbdb788e702ca633d635ca14e91e8"
20432053

2044-
eslint-plugin-react@7.11.1:
2045-
version "7.11.1"
2046-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz#c01a7af6f17519457d6116aa94fc6d2ccad5443c"
2054+
eslint-plugin-react@7.12.0:
2055+
version "7.12.0"
2056+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.0.tgz#fa6701063f2172c3e1db3a22d3db6d8bdc0179af"
20472057
dependencies:
20482058
array-includes "^3.0.3"
20492059
doctrine "^2.1.0"
20502060
has "^1.0.3"
20512061
jsx-ast-utils "^2.0.1"
2062+
object.fromentries "^2.0.0"
20522063
prop-types "^15.6.2"
2064+
resolve "^1.9.0"
20532065

20542066
20552067
version "3.7.1"
@@ -4285,6 +4297,15 @@ object-visit@^1.0.0:
42854297
dependencies:
42864298
isobject "^3.0.0"
42874299

4300+
object.fromentries@^2.0.0:
4301+
version "2.0.0"
4302+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
4303+
dependencies:
4304+
define-properties "^1.1.2"
4305+
es-abstract "^1.11.0"
4306+
function-bind "^1.1.1"
4307+
has "^1.0.1"
4308+
42884309
object.getownpropertydescriptors@^2.0.3:
42894310
version "2.0.3"
42904311
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -4470,6 +4491,10 @@ path-parse@^1.0.5:
44704491
version "1.0.5"
44714492
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
44724493

4494+
path-parse@^1.0.6:
4495+
version "1.0.6"
4496+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
4497+
44734498
path-type@^1.0.0:
44744499
version "1.1.0"
44754500
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@@ -4952,6 +4977,12 @@ resolve@^1.3.2:
49524977
dependencies:
49534978
path-parse "^1.0.5"
49544979

4980+
resolve@^1.9.0:
4981+
version "1.9.0"
4982+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
4983+
dependencies:
4984+
path-parse "^1.0.6"
4985+
49554986
restore-cursor@^1.0.1:
49564987
version "1.0.1"
49574988
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"

0 commit comments

Comments
 (0)