From 20bce3819984a5db5fbedc5b1df9e7736e47d53b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2019 10:38:30 +0000 Subject: [PATCH] Bump eslint from 0.21.2 to 6.8.0 in /react-102/react-cursors 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-cursors/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-102/react-cursors/package.json b/react-102/react-cursors/package.json index 34525a1..091ce8a 100644 --- a/react-102/react-cursors/package.json +++ b/react-102/react-cursors/package.json @@ -21,6 +21,6 @@ }, "devDependencies": { "babel-eslint": "^3.1.1", - "eslint": "^0.21.0" + "eslint": "^6.8.0" } }