Open floyd-may opened 4 years ago
The latest create-react-app installs version 17. Is it possible to update peerDependencies to include ^17.0.0 so I don't have a screenful of unmet peer dependency warnings?
create-react-app
peerDependencies
^17.0.0
bump
The latest
create-react-app
installs version 17. Is it possible to updatepeerDependencies
to include^17.0.0
so I don't have a screenful of unmet peer dependency warnings?