Skip to content

Commit e80a34e

Browse files
authored
Merge pull request #11 from Apiki/renovate/eslint-plugin-react-7.x
Update dependency eslint-plugin-react to v7.12.3
2 parents 13b9390 + 1346680 commit e80a34e

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"eslint-config-airbnb": "16.1.0",
5151
"eslint-plugin-import": "2.14.0",
5252
"eslint-plugin-jsx-a11y": "6.1.2",
53-
"eslint-plugin-react": "7.11.1",
53+
"eslint-plugin-react": "7.12.3",
5454
"node-wp-i18n": "1.2.2",
5555
"stylelint": "9.9.0",
5656
"stylelint-config-recommended-scss": "3.2.0",

yarn.lock

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3155,15 +3155,17 @@ eslint-plugin-jsx-a11y@6.1.2:
31553155
has "^1.0.3"
31563156
jsx-ast-utils "^2.0.1"
31573157

3158-
eslint-plugin-react@7.11.1:
3159-
version "7.11.1"
3160-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz#c01a7af6f17519457d6116aa94fc6d2ccad5443c"
3158+
eslint-plugin-react@7.12.3:
3159+
version "7.12.3"
3160+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.3.tgz#b9ca4cd7cd3f5d927db418a1950366a12d4568fd"
31613161
dependencies:
31623162
array-includes "^3.0.3"
31633163
doctrine "^2.1.0"
31643164
has "^1.0.3"
31653165
jsx-ast-utils "^2.0.1"
3166+
object.fromentries "^2.0.0"
31663167
prop-types "^15.6.2"
3168+
resolve "^1.9.0"
31673169

31683170
eslint-restricted-globals@^0.1.1:
31693171
version "0.1.1"
@@ -6234,6 +6236,15 @@ object.fromentries@^1.0.0:
62346236
function-bind "^1.1.1"
62356237
has "^1.0.1"
62366238

6239+
object.fromentries@^2.0.0:
6240+
version "2.0.0"
6241+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
6242+
dependencies:
6243+
define-properties "^1.1.2"
6244+
es-abstract "^1.11.0"
6245+
function-bind "^1.1.1"
6246+
has "^1.0.1"
6247+
62376248
object.getownpropertydescriptors@^2.0.3:
62386249
version "2.0.3"
62396250
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -6580,7 +6591,7 @@ path-key@^2.0.0, path-key@^2.0.1:
65806591
version "2.0.1"
65816592
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
65826593

6583-
path-parse@^1.0.5:
6594+
path-parse@^1.0.5, path-parse@^1.0.6:
65846595
version "1.0.6"
65856596
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
65866597

@@ -7644,6 +7655,12 @@ resolve@^1.3.2, resolve@^1.5.0, resolve@^1.6.0:
76447655
dependencies:
76457656
path-parse "^1.0.5"
76467657

7658+
resolve@^1.9.0:
7659+
version "1.9.0"
7660+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
7661+
dependencies:
7662+
path-parse "^1.0.6"
7663+
76477664
resp-modifier@6.0.2:
76487665
version "6.0.2"
76497666
resolved "https://registry.yarnpkg.com/resp-modifier/-/resp-modifier-6.0.2.tgz#b124de5c4fbafcba541f48ffa73970f4aa456b4f"

0 commit comments

Comments
 (0)