-
Notifications
You must be signed in to change notification settings - Fork 661
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.propTypes -> PropTypes #265
Conversation
Codecov Report
@@ Coverage Diff @@
## master #265 +/- ##
=======================================
Coverage 98.91% 98.91%
=======================================
Files 3 3
Lines 277 277
=======================================
Hits 274 274
Misses 3 3
Continue to review full report at Codecov.
|
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.
Can you do yarn
with your PR and make sure yarn.lock
updates? Thx
@cwelch5 Added. |
@@ -32,7 +32,8 @@ | |||
"dependencies": { | |||
"deep-equal": "^1.0.1", | |||
"object-assign": "^4.1.1", | |||
"react-side-effect": "^1.1.0" | |||
"react-side-effect": "^1.1.0", | |||
"prop-types": "^15.5.4" |
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.
(sorry for nitpicking)
I guess this line should be moved before react-side-effect (to keep the list sorted alphabetically).
No description provided.