From d952791768893c4406fb3aeac0ad2d153286db4f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 21 Oct 2018 17:52:07 +0000 Subject: [PATCH] Update dependency eslint-plugin-react to v7.11.1 --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0b91a52..a951f9e 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-config-airbnb": "17.0.0", "eslint-plugin-import": "2.13.0", "eslint-plugin-jsx-a11y": "6.1.2", - "eslint-plugin-react": "7.10.0", + "eslint-plugin-react": "7.11.1", "jest": "23.4.1", "micro-dev": "3.0.0", "microrouter-test-server": "1.0.3" diff --git a/yarn.lock b/yarn.lock index 4c04408..9b0e366 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2713,11 +2713,12 @@ eslint-plugin-jsx-a11y@6.1.2: has "^1.0.3" jsx-ast-utils "^2.0.1" -eslint-plugin-react@7.10.0: - version "7.10.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.10.0.tgz#af5c1fef31c4704db02098f9be18202993828b50" - integrity sha512-18rzWn4AtbSUxFKKM7aCVcj5LXOhOKdwBino3KKWy4psxfPW0YtIbE8WNRDUdyHFL50BeLb6qFd4vpvNYyp7hw== +eslint-plugin-react@7.11.1: + version "7.11.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz#c01a7af6f17519457d6116aa94fc6d2ccad5443c" + integrity sha512-cVVyMadRyW7qsIUh3FHp3u6QHNhOgVrLQYdQEB1bPWBsgbNCHdFAeNMquBMCcZJu59eNthX053L70l7gRt4SCw== dependencies: + array-includes "^3.0.3" doctrine "^2.1.0" has "^1.0.3" jsx-ast-utils "^2.0.1"