From e888f84647e0ed3c8f05cb12840d4042583dabc7 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 13 Aug 2018 21:42:56 +0000 Subject: [PATCH 1/2] chore(package): update eslint-plugin-react to version 7.11.0 --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 7a330a57c..90a777183 100644 --- a/ui/package.json +++ b/ui/package.json @@ -52,7 +52,7 @@ "watch-css": "npm run build-css && node_modules/.bin/node-sass-chokidar src/ -o src/ --watch --recursive" }, "devDependencies": { - "eslint-plugin-react": "7.10.0", + "eslint-plugin-react": "7.11.0", "markdownlint-cli": "0.12.0", "node-sass-chokidar": "1.3.3", "react-test-renderer": "16.4.2" From 39c5f5c5fcbdafbbce6b509673ff14a62a90a6c7 Mon Sep 17 00:00:00 2001 From: greenkeeperio-bot Date: Mon, 13 Aug 2018 21:46:56 +0000 Subject: [PATCH 2/2] chore(package): update lockfiles https://npm.im/greenkeeper-lockfile --- ui/package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index b62108d58..4483f1a8d 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -3684,11 +3684,12 @@ } }, "eslint-plugin-react": { - "version": "7.10.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.10.0.tgz", - "integrity": "sha512-18rzWn4AtbSUxFKKM7aCVcj5LXOhOKdwBino3KKWy4psxfPW0YtIbE8WNRDUdyHFL50BeLb6qFd4vpvNYyp7hw==", + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.11.0.tgz", + "integrity": "sha512-SJOh2p3Mr1nbp/Nd5odTuSn2rvaMvO5DaOpuAGc9Sc+Gcxqkyffb1mqQGIKB9tWQJlvrfsrzWnMJexZJ7YRDUw==", "dev": true, "requires": { + "array-includes": "3.0.3", "doctrine": "2.1.0", "has": "1.0.3", "jsx-ast-utils": "2.0.1",