From a096b09199e84f90444b0ac102597e2497c5a9b7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 16:03:19 +0000 Subject: [PATCH] chore(deps-dev): update eslint requirement from ^6.2.0 to ^6.2.1 Updates the requirements on [eslint](https://github.com/eslint/eslint) to permit the latest version. - [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/v6.2.0...v6.2.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b71da4d1..f37c5320 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "babel-jest": "^24.9.0", "babel-polyfill": "^6.26.0", "cz-conventional-changelog-emoji": "^0.1.0", - "eslint": "^6.2.0", + "eslint": "^6.2.1", "husky": "^3.0.4", "jest": "^24.9.0", "lint-staged": "^9.2.3",