From abadf1453ba31c8d624e29bf660b40c373fd3867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 02:30:32 +0000 Subject: [PATCH] build(deps-dev): bump @typescript-eslint/parser Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.2.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- generators/react/resources/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/react/resources/package.json b/generators/react/resources/package.json index ea6ab2dc9669..60c75826b0f7 100644 --- a/generators/react/resources/package.json +++ b/generators/react/resources/package.json @@ -37,7 +37,7 @@ "@types/redux": "3.6.31", "@types/webpack-env": "1.18.1", "@typescript-eslint/eslint-plugin": "6.2.1", - "@typescript-eslint/parser": "6.2.0", + "@typescript-eslint/parser": "6.2.1", "autoprefixer": "10.4.14", "browser-sync": "2.29.3", "browser-sync-webpack-plugin": "2.3.0",