From 2f432d7f0ea97dc183dc6a3efdff889005443afc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Oct 2020 15:04:46 +0000 Subject: [PATCH 1/2] build(deps-dev): bump @typescript-eslint/eslint-plugin Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 3.10.1 to 4.0.0. - [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/v4.0.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 f555318..d182a93 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "linux" ], "devDependencies": { - "@typescript-eslint/eslint-plugin": "^3.1.0", + "@typescript-eslint/eslint-plugin": "^4.0.0", "@typescript-eslint/parser": "^3.1.0", "ava": "^3.0.0", "cross-env": "^7.0.0", From e561e4d618a2f615c2ab326bf22853f95df3dd67 Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Fri, 30 Oct 2020 20:06:50 -0700 Subject: [PATCH 2/2] build(deps-dev): upgrade @typescript-eslint/parser to ^4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d182a93..0c93993 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ ], "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.0.0", - "@typescript-eslint/parser": "^3.1.0", + "@typescript-eslint/parser": "^4.0.0", "ava": "^3.0.0", "cross-env": "^7.0.0", "eslint": "^7.1.0",