From 35258786ce7fcd1c6b8e7e9ecb77c2f6c24b43ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 20:33:27 +0000 Subject: [PATCH] Bump eslint from 2.13.1 to 6.6.0 Bumps [eslint](https://github.com/eslint/eslint) from 2.13.1 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.13.1...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 c43a7f9..4b7da34 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "devDependencies": { "babel-eslint": "^6.0.5", "babel-preset-react-native": "^1.9.0", - "eslint": "^2.13.1", + "eslint": "^6.6.0", "eslint-plugin-react": "^5.2.2", "eslint-plugin-react-native": "^1.1.0-beta", "react": "^15.3.2",