-
Notifications
You must be signed in to change notification settings - Fork 53
chore: update react and enzyme #2123
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
I don't think this is the solution. You should update the versions in package.json, and it will update the yarn.lock. |
1 similar comment
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.
LGTM
( the description mention react version to be 16.8.5 but it's 16.8.6 in the code :) )
What is the problem this PR is trying to solve?
enzyme doesn't use the latest version (3.9.0)
use react 16.8.5 to support hook with shallow test(facebook/react#15120)
What is the chosen solution to this problem?
update yarn.lock
Please check if the PR fulfills these requirements
[ ] This PR introduces a breaking change