Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(babel-preset-react-app): add missing dependency
In #11318 a change was made to `babel-preset-react-app` to require `@babel/plugin-proposal-private-property-in-object`, but no such dependency was added to `package.json`. This fixes that mistake by adding the dependency.
- Loading branch information