-
Notifications
You must be signed in to change notification settings - Fork 71
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
Upgrade some dependencies to remove warning when using react 17 #167
Conversation
@@ -96,8 +96,8 @@ | |||
"@babel/runtime": "^7.0.0", | |||
"focus-lock": "^0.9.1", | |||
"prop-types": "^15.6.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wondering if we should move prop-types
to peer dependency as well 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. The general recommendation is to have it in deps.
All tests are passed by the fact 🤷♂️ |
Thank you for the contribution |
Released as 2.5.2 |
Upgrade some dependencies to remove warning when using react 17
I'm seeing the following error the installing the current
react-focus-lock
after upgrading those, I think all of them support react 17 as peer dependency so the warning should go away 👍