From 9c1a8f470a8f3c075d74a1a7cac9836d72137010 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 4 Jun 2018 05:32:01 +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 93a4891..22fe979 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-jest": "21.15.2", "eslint-plugin-jsx-a11y": "6.0.3", "eslint-plugin-promise": "3.7.0", - "eslint-plugin-react": "7.8.2", + "eslint-plugin-react": "7.9.1", "flow-bin": "0.72.0", "flow-webpack-plugin": "1.2.0", "html-webpack-plugin": "3.2.0", diff --git a/yarn.lock b/yarn.lock index 57fc50f..f2c99ff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2563,7 +2563,7 @@ doctrine@1.5.0: esutils "^2.0.2" isarray "^1.0.0" -doctrine@^2.0.2, doctrine@^2.1.0: +doctrine@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d" dependencies: @@ -3099,14 +3099,14 @@ eslint-plugin-promise@3.7.0: version "3.7.0" resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.7.0.tgz#f4bde5c2c77cdd69557a8f69a24d1ad3cfc9e67e" -eslint-plugin-react@7.8.2: - version "7.8.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.8.2.tgz#e95c9c47fece55d2303d1a67c9d01b930b88a51d" +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" @@ -4040,6 +4040,12 @@ has@^1.0.1: dependencies: function-bind "^1.0.2" +has@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/has/-/has-1.0.2.tgz#1a64bfe4b52e67fb87b9822503d97c019fb6ba42" + dependencies: + function-bind "^1.1.1" + hash-base@^3.0.0: version "3.0.4" resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.0.4.tgz#5fc8686847ecd73499403319a6b0a3f3f6ae4918"