-
Notifications
You must be signed in to change notification settings - Fork 46.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
Update react-shallow-renderer from 16.12.0 to 16.13.0 #18185
Update react-shallow-renderer from 16.12.0 to 16.13.0 #18185
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit ad810a8:
|
Details of bundled changes.Comparing: 26aa198...ad810a8 react-test-renderer
Size changes (stable) |
Details of bundled changes.Comparing: 26aa198...ad810a8 react-test-renderer
Size changes (experimental) |
react-shallow-renderer@^16.13.0: | ||
version "16.13.0" | ||
resolved "https://registry.yarnpkg.com/react-shallow-renderer/-/react-shallow-renderer-16.13.0.tgz#18defe59ac922a9623fcbb8bed8db0da7c728fd4" | ||
integrity sha512-qdFKyjjHSp5t4+Fs4479JqYDQnBdHi/IZEnGEmZZKZqoiwxjG4DKJPYd7YTaTmalUAqZlZR+K9ayz1+8tEctSg== | ||
dependencies: | ||
object-assign "^4.1.1" |
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.
@sebmarkbage I saw your comment (#18127 (review)) about it being good to remove prop-types
(CJS dep). Should I also inline an ES version of object-assign
?
Summary
Published a new version with @gaearon's PR enzymejs/react-shallow-renderer#15 as well as a few cosmetic changes (enzymejs/react-shallow-renderer#14 and enzymejs/react-shallow-renderer#21).
Bundle diff:
https://gist.github.com/NMinhNguyen/11fd4d00bb182e1cf8c8a007ef0df133
Test Plan
CI