From b0d6afc79374a8d043eb4da8ef069af09341f180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 14:03:25 +0000 Subject: [PATCH] chore(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 4.17.0 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] --- generators/client/templates/react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/client/templates/react/package.json b/generators/client/templates/react/package.json index 94d92113ae6..d079775ad6c 100644 --- a/generators/client/templates/react/package.json +++ b/generators/client/templates/react/package.json @@ -42,7 +42,7 @@ "@types/react-router-dom": "5.1.7", "@types/redux": "3.6.31", "@types/webpack-env": "1.16.0", - "@typescript-eslint/eslint-plugin": "4.17.0", + "@typescript-eslint/eslint-plugin": "4.18.0", "@typescript-eslint/parser": "4.18.0", "autoprefixer": "10.2.5", "browser-sync": "2.26.14",