From b8638fc4f0d44010eb944ac921f2128c608e41c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 22 Mar 2018 02:13:27 +0000 Subject: [PATCH] Update eslint requirement to ^4.19.1 Updates the requirements on [eslint](https://github.com/eslint/eslint) to permit the latest version. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v4.19.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f379e11..78f51c4 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "css-loader": "^0.28.1", "dirty-chai": "^1.2.2", "enzyme": "^2.8.2", - "eslint": "^3.19.0", + "eslint": "^4.19.1", "eslint-config-standard": "^10.2.1", "eslint-config-standard-react": "^5.0.0", "eslint-plugin-babel": "^4.1.1",