From 85dfbd99f013880fbf8982cc83435f55c7f1edf7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 7 Jun 2018 05:01:10 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-react to v7.9.1 --- package.json | 2 +- yarn.lock | 20 +++++++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 1aeb2358d..763ad9636 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint-plugin-jest": "21.15.1", "eslint-plugin-jsx-a11y": "6.0.3", "eslint-plugin-prettier": "2.6.0", - "eslint-plugin-react": "7.7.0", + "eslint-plugin-react": "7.9.1", "flow-bin": "0.72.0", "husky": "0.14.3", "lerna": "2.10.2", diff --git a/yarn.lock b/yarn.lock index 1a4f1f102..933a825ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4292,7 +4292,7 @@ doctrine@1.5.0: esutils "^2.0.2" isarray "^1.0.0" -doctrine@^2.0.0, doctrine@^2.0.2, doctrine@^2.1.0: +doctrine@^2.0.0, doctrine@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d" dependencies: @@ -4826,14 +4826,14 @@ eslint-plugin-react@7.4.0: jsx-ast-utils "^2.0.0" prop-types "^15.5.10" -eslint-plugin-react@7.7.0: - version "7.7.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.7.0.tgz#f606c719dbd8a1a2b3d25c16299813878cca0160" +eslint-plugin-react@7.9.1: + version "7.9.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.9.1.tgz#101aadd15e7c7b431ed025303ac7b421a8e3dc15" dependencies: - doctrine "^2.0.2" - has "^1.0.1" + doctrine "^2.1.0" + has "^1.0.2" jsx-ast-utils "^2.0.1" - prop-types "^15.6.0" + prop-types "^15.6.1" eslint-restricted-globals@^0.1.1: version "0.1.1" @@ -6114,6 +6114,12 @@ has@^1.0.1: dependencies: function-bind "^1.0.2" +has@^1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" + dependencies: + function-bind "^1.1.1" + hash-base@^2.0.0: version "2.0.2" resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"