Currently, the [package.json in react-scripts](https://github.com/facebook/create-react-app/blob/main/packages/react-scripts/package.json) mentions `"react-dev-utils": "^11.0.4"`. Shouldn't it be the `12.x` version instead? The [webpack.config.js](https://github.com/facebook/create-react-app/blob/main/packages/react-scripts/config/webpack.config.js) uses ForkTsCheckerWarningWebpackPlugin that isn't included in `"react-dev-utils": "^11.0.4"`.