From f8643372df1b198f135e2fe82298426fc0faf962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 18:34:37 +0000 Subject: [PATCH] chore(deps): bump @typescript-eslint/eslint-plugin from 4.16.1 to 4.18.0 Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.16.1 to 4.18.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.18.0/packages/eslint-plugin) Signed-off-by: dependabot[bot] --- config/eslint/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/eslint/package.json b/config/eslint/package.json index 945d0d6ad5..563f42ab39 100644 --- a/config/eslint/package.json +++ b/config/eslint/package.json @@ -12,7 +12,7 @@ "index.js" ], "dependencies": { - "@typescript-eslint/eslint-plugin": "4.16.1", + "@typescript-eslint/eslint-plugin": "4.18.0", "@typescript-eslint/parser": "4.17.0", "babel-eslint": "10.1.0", "eslint-config-react-app": "6.0.0",