From 3ea8ccba761a95a56e27480438eae960ec878fe7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 28 Oct 2018 20:40:50 +0000 Subject: [PATCH] Update dependency eslint-plugin-react to v6.10.3 --- package.json | 2 +- yarn.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 4b9d4981..3a00947a 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "eslint-config-airbnb": "17.1.0", "eslint-plugin-import": "2.14.0", "eslint-plugin-jsx-a11y": "6.1.2", - "eslint-plugin-react": "6.9.0", + "eslint-plugin-react": "6.10.3", "node-fetch": "2.2.0", "puppeteer": "1.9.0", "testcafe": "0.23.0", diff --git a/yarn.lock b/yarn.lock index 092f30fe..76a3d99c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2784,14 +2784,16 @@ eslint-plugin-jsx-a11y@6.1.2: has "^1.0.3" jsx-ast-utils "^2.0.1" -eslint-plugin-react@6.9.0: - version "6.9.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-6.9.0.tgz#54c2e9906b76f9d10142030bdc34e9d6840a0bb2" - integrity sha1-VMLpkGt2+dEBQgML3DTp1oQKC7I= +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" + has "^1.0.1" jsx-ast-utils "^1.3.4" + object.assign "^4.0.4" eslint-restricted-globals@^0.1.1: version "0.1.1" @@ -5603,7 +5605,7 @@ object-visit@^1.0.0: dependencies: isobject "^3.0.0" -object.assign@^4.1.0: +object.assign@^4.0.4, object.assign@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da" integrity sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==