From 50e406e131cb6c4867187188c97ee2d0f30d0100 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 15 May 2021 21:26:44 +0000 Subject: [PATCH] Update dependency eslint-plugin-react to v6.10.3 --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b5b733a..6a782de 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "coveralls": "^2.12.0", "enzyme": "^2.7.1", "eslint": "^3.17.1", - "eslint-plugin-react": "^6.10.0", + "eslint-plugin-react": "6.10.3", "jest-cli": "^19.0.2", "react-addons-test-utils": "^15.4.2", "react-dom": "^15.4.2", diff --git a/yarn.lock b/yarn.lock index 9d18363..ccb81f7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1671,9 +1671,10 @@ escope@^3.6.0: esrecurse "^4.1.0" estraverse "^4.1.1" -eslint-plugin-react@^6.10.0: - version "6.10.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-6.10.0.tgz#9c48b48d101554b5355413e7c64238abde6ef1ef" +eslint-plugin-react@6.10.3: + version "6.10.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-6.10.3.tgz#c5435beb06774e12c7db2f6abaddcbf900cd3f78" + integrity sha1-xUNb6wZ3ThLH2y9qut3L+QDNP3g= dependencies: array.prototype.find "^2.0.1" doctrine "^1.2.2"