Created by: merceyz
What's the problem this PR addresses?
The project created by create-react-app@5.0.0 has dependency issues.
How did you fix it?
- Add
@babel/plugin-proposal-private-property-in-objectas a dependency tobabel-preset-react-app - Add
@types/testing-library__jest-domto the typescript template to fix typechecking under strict dependency environments -
require.resolvethe PostCSS plugins -
require.resolvethe Jest watch plugins - Add
typescriptas an optional peer dependency toeslint-config-react-app