Skip to content

Commit 162a9fd

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint-plugin-react to v7.12.0
1 parent f9bd74d commit 162a9fd

File tree

2 files changed

+40
-5
lines changed

2 files changed

+40
-5
lines changed

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"eslint-plugin-flowtype": "2.50.3",
1010
"eslint-plugin-import": "2.14.0",
1111
"eslint-plugin-jsx-a11y": "5.1.1",
12-
"eslint-plugin-react": "7.11.1",
12+
"eslint-plugin-react": "7.12.0",
1313
"jwt-decode": "2.2.0",
1414
"prettier-eslint-cli": "4.7.1",
1515
"react-scripts": "1.1.5"

advanced/yarn.lock

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2776,6 +2776,17 @@ error-ex@^1.2.0:
27762776
dependencies:
27772777
is-arrayish "^0.2.1"
27782778

2779+
es-abstract@^1.11.0:
2780+
version "1.12.0"
2781+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
2782+
integrity sha512-C8Fx/0jFmV5IPoMOFPA9P9G5NtqW+4cOPit3MIuvR2t7Ag2K15EJTpxnHAYTzL+aYQJIESYeXZmDBfOBE1HcpA==
2783+
dependencies:
2784+
es-to-primitive "^1.1.1"
2785+
function-bind "^1.1.1"
2786+
has "^1.0.1"
2787+
is-callable "^1.1.3"
2788+
is-regex "^1.0.4"
2789+
27792790
es-abstract@^1.7.0:
27802791
version "1.10.0"
27812792
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864"
@@ -3010,16 +3021,18 @@ [email protected]:
30103021
fast-diff "^1.1.1"
30113022
jest-docblock "^21.0.0"
30123023

3013-
eslint-plugin-react@7.11.1:
3014-
version "7.11.1"
3015-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz#c01a7af6f17519457d6116aa94fc6d2ccad5443c"
3016-
integrity sha512-cVVyMadRyW7qsIUh3FHp3u6QHNhOgVrLQYdQEB1bPWBsgbNCHdFAeNMquBMCcZJu59eNthX053L70l7gRt4SCw==
3024+
eslint-plugin-react@7.12.0:
3025+
version "7.12.0"
3026+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.0.tgz#fa6701063f2172c3e1db3a22d3db6d8bdc0179af"
3027+
integrity sha512-OrmXBWGrZ8gvYWO0W4oiLtASxFWVfe2blgy5pvB57YRwylhghUQL5y5w70fysP/CRTt/XJ+FLv/KXhZxbsQwiw==
30173028
dependencies:
30183029
array-includes "^3.0.3"
30193030
doctrine "^2.1.0"
30203031
has "^1.0.3"
30213032
jsx-ast-utils "^2.0.1"
3033+
object.fromentries "^2.0.0"
30223034
prop-types "^15.6.2"
3035+
resolve "^1.9.0"
30233036

30243037
30253038
version "7.4.0"
@@ -6122,6 +6135,16 @@ object-visit@^1.0.0:
61226135
dependencies:
61236136
isobject "^3.0.0"
61246137

6138+
object.fromentries@^2.0.0:
6139+
version "2.0.0"
6140+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
6141+
integrity sha512-9iLiI6H083uiqUuvzyY6qrlmc/Gz8hLQFOcb/Ri/0xXFkSNS3ctV+CbE6yM2+AnkYfOB3dGjdzC0wrMLIhQICA==
6142+
dependencies:
6143+
define-properties "^1.1.2"
6144+
es-abstract "^1.11.0"
6145+
function-bind "^1.1.1"
6146+
has "^1.0.1"
6147+
61256148
object.omit@^2.0.0:
61266149
version "2.0.1"
61276150
resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
@@ -6398,6 +6421,11 @@ path-parse@^1.0.5:
63986421
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
63996422
integrity sha1-PBrfhx6pzWyUMbbqK9dKD/BVxME=
64006423

6424+
path-parse@^1.0.6:
6425+
version "1.0.6"
6426+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
6427+
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
6428+
64016429
64026430
version "0.1.7"
64036431
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -7632,6 +7660,13 @@ resolve@^1.6.0:
76327660
dependencies:
76337661
path-parse "^1.0.5"
76347662

7663+
resolve@^1.9.0:
7664+
version "1.9.0"
7665+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
7666+
integrity sha512-TZNye00tI67lwYvzxCxHGjwTNlUV70io54/Ed4j6PscB8xVfuBJpRenI/o6dVk0cY0PYTY27AgCoGGxRnYuItQ==
7667+
dependencies:
7668+
path-parse "^1.0.6"
7669+
76357670
restore-cursor@^2.0.0:
76367671
version "2.0.0"
76377672
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"

0 commit comments

Comments
 (0)