From feff13f84150081fdca4b5d92eaa18dd9081a0a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2019 10:37:35 +0000 Subject: [PATCH] Bump eslint from 0.21.2 to 6.8.0 in /react-102/react-flux Bumps [eslint](https://github.com/eslint/eslint) from 0.21.2 to 6.8.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.21.2...v6.8.0) Signed-off-by: dependabot[bot] --- react-102/react-flux/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-102/react-flux/package.json b/react-102/react-flux/package.json index bbe1526..f9b074d 100644 --- a/react-102/react-flux/package.json +++ b/react-102/react-flux/package.json @@ -21,6 +21,6 @@ }, "devDependencies": { "babel-eslint": "^3.1.1", - "eslint": "^0.21.0" + "eslint": "^6.8.0" } }