Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Commit 261ff8e

Browse files
renovate[bot]fusion-bot[bot]
authored andcommitted
Update dependency eslint-plugin-react to v7.12.3
#128
1 parent ba217d3 commit 261ff8e

File tree

2 files changed

+35
-7
lines changed

2 files changed

+35
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"eslint-plugin-flowtype": "^3.2.0",
1717
"eslint-plugin-import": "^2.14.0",
1818
"eslint-plugin-jest": "^21.18.0",
19-
"eslint-plugin-react": "^7.4.0"
19+
"eslint-plugin-react": "^7.12.3"
2020
},
2121
"devDependencies": {
2222
"babel-eslint": "10.0.1",
@@ -26,7 +26,7 @@
2626
"eslint-plugin-import": "2.14.0",
2727
"eslint-plugin-jest": "^22.1.0",
2828
"eslint-plugin-prettier": "3.0.0",
29-
"eslint-plugin-react": "7.11.1",
29+
"eslint-plugin-react": "7.12.3",
3030
"flow-bin": "0.87.0",
3131
"prettier": "1.15.3"
3232
},

yarn.lock

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,17 @@ error-ex@^1.2.0:
287287
dependencies:
288288
is-arrayish "^0.2.1"
289289

290+
es-abstract@^1.11.0:
291+
version "1.13.0"
292+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
293+
dependencies:
294+
es-to-primitive "^1.2.0"
295+
function-bind "^1.1.1"
296+
has "^1.0.3"
297+
is-callable "^1.1.4"
298+
is-regex "^1.0.4"
299+
object-keys "^1.0.12"
300+
290301
es-abstract@^1.7.0:
291302
version "1.12.0"
292303
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
@@ -297,7 +308,7 @@ es-abstract@^1.7.0:
297308
is-callable "^1.1.3"
298309
is-regex "^1.0.4"
299310

300-
es-to-primitive@^1.1.1:
311+
es-to-primitive@^1.1.1, es-to-primitive@^1.2.0:
301312
version "1.2.0"
302313
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
303314
dependencies:
@@ -389,15 +400,17 @@ [email protected]:
389400
dependencies:
390401
prettier-linter-helpers "^1.0.0"
391402

392-
eslint-plugin-react@7.11.1:
393-
version "7.11.1"
394-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz#c01a7af6f17519457d6116aa94fc6d2ccad5443c"
403+
eslint-plugin-react@7.12.3:
404+
version "7.12.3"
405+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.3.tgz#b9ca4cd7cd3f5d927db418a1950366a12d4568fd"
395406
dependencies:
396407
array-includes "^3.0.3"
397408
doctrine "^2.1.0"
398409
has "^1.0.3"
399410
jsx-ast-utils "^2.0.1"
411+
object.fromentries "^2.0.0"
400412
prop-types "^15.6.2"
413+
resolve "^1.9.0"
401414

402415
403416
version "3.7.1"
@@ -846,6 +859,15 @@ object-keys@^1.0.12:
846859
version "1.0.12"
847860
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
848861

862+
object.fromentries@^2.0.0:
863+
version "2.0.0"
864+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
865+
dependencies:
866+
define-properties "^1.1.2"
867+
es-abstract "^1.11.0"
868+
function-bind "^1.1.1"
869+
has "^1.0.1"
870+
849871
once@^1.3.0:
850872
version "1.4.0"
851873
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
@@ -917,7 +939,7 @@ path-key@^2.0.1:
917939
version "2.0.1"
918940
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
919941

920-
path-parse@^1.0.5:
942+
path-parse@^1.0.5, path-parse@^1.0.6:
921943
version "1.0.6"
922944
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
923945

@@ -1016,6 +1038,12 @@ resolve@^1.5.0, resolve@^1.6.0:
10161038
dependencies:
10171039
path-parse "^1.0.5"
10181040

1041+
resolve@^1.9.0:
1042+
version "1.9.0"
1043+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
1044+
dependencies:
1045+
path-parse "^1.0.6"
1046+
10191047
restore-cursor@^2.0.0:
10201048
version "2.0.0"
10211049
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"

0 commit comments

Comments
 (0)