From b69a6fd39fa5301ac24397b05b71cce573ddeb8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 11:04:38 +0000 Subject: [PATCH] Bump eslint from 2.3.0 to 6.6.0 Bumps [eslint](https://github.com/eslint/eslint) from 2.3.0 to 6.6.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v2.3.0...v6.6.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 a487b6b..232b404 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "esformatter-dot-notation": "1.3.1", "esformatter-jsx": "4.1.4", "esformatter-quotes": "1.0.3", - "eslint": "2.3.0", + "eslint": "6.6.0", "eslint-plugin-react": "4.2.3", "prop-types": "15.5.10", "react": "0.14.7",