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-object
as a dependency tobabel-preset-react-app
- Add
@types/testing-library__jest-dom
to the typescript template to fix typechecking under strict dependency environments -
require.resolve
the PostCSS plugins -
require.resolve
the Jest watch plugins - Add
typescript
as an optional peer dependency toeslint-config-react-app