From 17e8a323a93fb2bc1a8257a6e05b631b363600cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 14:02:42 +0000 Subject: [PATCH] Bump eslint from 1.10.3 to 6.6.0 in /example Bumps [eslint](https://github.com/eslint/eslint) from 1.10.3 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/v1.10.3...v6.6.0) Signed-off-by: dependabot[bot] --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index d4eab10..3437116 100644 --- a/example/package.json +++ b/example/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "babel-eslint": "^4.1.8", - "eslint": "^1.10.3", + "eslint": "^6.6.0", "eslint-plugin-react": "^3.16.1" } }