From 27945e50feac7d1682e43a97fa801a4e36b022f5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2019 16:42:51 +0000 Subject: [PATCH] chore(deps-dev): update @typescript-eslint/eslint-plugin requirement Updates the requirements on [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) to permit the latest version. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v1.13.0/packages/eslint-plugin) 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 0e80a93..76c3158 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@types/jest": "24.0.17", "@types/node": "12.7.1", "@types/semantic-release": "15.13.0", - "@typescript-eslint/eslint-plugin": "1.11.0", + "@typescript-eslint/eslint-plugin": "1.13.0", "@typescript-eslint/parser": "1.11.0", "all-contributors-cli": "6.7.0", "codecov": "3.5.0",