From a80ae02388d6fd78213dfb286c292148320ee22e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 14:34:20 +0000 Subject: [PATCH] Bump eslint from 0.23.0 to 6.6.0 Bumps [eslint](https://github.com/eslint/eslint) from 0.23.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/v0.23.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 e7989f8..269ac19 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "devDependencies": { "babel-eslint": "^3.1.18", "babel-jest": "^5.3.0", - "eslint": "^0.23.0", + "eslint": "^6.6.0", "eslint-plugin-react": "^2.5.2", "jest-cli": "^0.4.13", "react": "^0.14.0",