From 359cad135d375437d42a21936ac83224aeac854e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 01:51:34 +0000 Subject: [PATCH] build(deps-dev): bump fork-ts-checker-webpack-plugin Bumps [fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/releases) - [Changelog](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/compare/v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: fork-ts-checker-webpack-plugin dependency-type: direct:development update-type: version-update:semver-major ... 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 449225196d65..4b6406a7ba4a 100644 --- a/generators/react/resources/package.json +++ b/generators/react/resources/package.json @@ -51,7 +51,7 @@ "eslint-plugin-react": "7.33.2", "eslint-webpack-plugin": "4.0.1", "folder-hash": "4.0.4", - "fork-ts-checker-webpack-plugin": "8.0.0", + "fork-ts-checker-webpack-plugin": "9.0.0", "html-webpack-plugin": "5.5.3", "identity-obj-proxy": "3.0.0", "jest": "29.7.0",