From ff29bb2d13f1dd17cf7c0f723cacbe8af7906edc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 10 Apr 2018 22:12:20 +0000 Subject: [PATCH] Update eslint-config-standard-react requirement to 6.0.0 Updates the requirements on [eslint-config-standard-react](https://github.com/feross/eslint-config-standard-react) to permit the latest version. - [Release notes](https://github.com/feross/eslint-config-standard-react/releases) - [Commits](https://github.com/feross/eslint-config-standard-react/commits/v6.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87c67b0..221b098 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "css-loader": "0.27.3", "eslint": "3.18.0", "eslint-config-standard": "7.1.0", - "eslint-config-standard-react": "4.3.0", + "eslint-config-standard-react": "6.0.0", "eslint-plugin-promise": "3.5.0", "eslint-plugin-react": "6.10.3", "eslint-plugin-standard": "2.1.1",