diff --git a/package.json b/package.json index 2155caa..d105c0f 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint": "^5.2.0", "eslint-loader": "^2.1.0", "eslint-plugin-jest": "21.18.0", - "eslint-plugin-react": "^7.10.0", + "eslint-plugin-react": "^7.11.1", "extract-text-webpack-plugin": "^4.0.0-beta.0", "file-loader": "^1.1.11", "html-webpack-plugin": "^3.2.0", diff --git a/yarn.lock b/yarn.lock index c197c41..7f1b162 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2653,10 +2653,11 @@ eslint-plugin-jest@21.18.0: version "21.18.0" resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-21.18.0.tgz#d7305969a9c1902f895468791d968fcf08b5c0b7" -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" +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" dependencies: + array-includes "^3.0.3" doctrine "^2.1.0" has "^1.0.3" jsx-ast-utils "^2.0.1"