From 19c4af8300e7d170f8bcb26a09620209d04f2882 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:30:43 +0000 Subject: [PATCH] chore(deps-dev): update @typescript-eslint/parser requirement Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) 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/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v1.13.0/packages/parser) 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 aa4e99e..1c85cc2 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@types/react": "16.9.1", "@types/semantic-release": "15.13.0", "@typescript-eslint/eslint-plugin": "1.13.0", - "@typescript-eslint/parser": "1.11.0", + "@typescript-eslint/parser": "1.13.0", "all-contributors-cli": "6.7.0", "codecov": "3.5.0", "commitizen": "3.1.1",