Skip to content

Commit 528d185

Browse files
chore(deps): update dev dependency eslint-plugin-react to v7.20.0 (#832)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f3dbee9 commit 528d185

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"eslint": "6.8.0",
4949
"eslint-config-prettier": "6.11.0",
5050
"eslint-plugin-import": "2.20.2",
51-
"eslint-plugin-react": "7.19.0",
51+
"eslint-plugin-react": "7.20.0",
5252
"husky": "4.2.5",
5353
"jest": "24.9.0",
5454
"jest-junit": "10.0.0",

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2931,10 +2931,10 @@ [email protected]:
29312931
read-pkg-up "^2.0.0"
29322932
resolve "^1.12.0"
29332933

2934-
eslint-plugin-react@7.19.0:
2935-
version "7.19.0"
2936-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.19.0.tgz#6d08f9673628aa69c5559d33489e855d83551666"
2937-
integrity sha512-SPT8j72CGuAP+JFbT0sJHOB80TX/pu44gQ4vXH/cq+hQTiY2PuZ6IHkqXJV6x1b28GDdo1lbInjKUrrdUf0LOQ==
2934+
eslint-plugin-react@7.20.0:
2935+
version "7.20.0"
2936+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.0.tgz#f98712f0a5e57dfd3e5542ef0604b8739cd47be3"
2937+
integrity sha512-rqe1abd0vxMjmbPngo4NaYxTcR3Y4Hrmc/jg4T+sYz63yqlmJRknpEQfmWY+eDWPuMmix6iUIK+mv0zExjeLgA==
29382938
dependencies:
29392939
array-includes "^3.1.1"
29402940
doctrine "^2.1.0"
@@ -2945,7 +2945,6 @@ [email protected]:
29452945
object.values "^1.1.1"
29462946
prop-types "^15.7.2"
29472947
resolve "^1.15.1"
2948-
semver "^6.3.0"
29492948
string.prototype.matchall "^4.0.2"
29502949
xregexp "^4.3.0"
29512950

@@ -7468,7 +7467,7 @@ [email protected]:
74687467
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
74697468
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
74707469

7471-
semver@^6.0.0, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
7470+
semver@^6.0.0, semver@^6.1.2, semver@^6.2.0:
74727471
version "6.3.0"
74737472
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
74747473
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==

0 commit comments

Comments
 (0)