From d998a454e8c461dc55877829878c03639b6e910a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 08:47:42 +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",