-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Peer dependencies of eslint-config-react-app are outdated #7759
Comments
Should be fine to upgrade Also should be fine to upgrade |
I'll upgrade those two then. |
I still get the warning though. Is there a fix? (I have the
|
Warning appears, but does not affect project operation
|
So we can we safely ignore, right? |
Yes, we've been using it for a while without any noticeable problems, but it still would be nice to get this fixed to avoid the warnings |
Thank you for the feedback! |
Is your proposal related to a problem?
Yes.
I got this warning when I install
eslint-config-react-app
Turns out
eslint-plugin-react-hooks
is already at2.1.1
now, andeslint-plugin-flowtype
is at4.3.0
.Describe the solution you'd like
I can update
eslint-plugin-react-hooks
andeslint-plugin-flowtype
to the latest version if it's a good idea.Describe alternatives you've considered
Make those two a dependencies instead of peer dependencies (#6129).
Additional context
None.
The text was updated successfully, but these errors were encountered: