Skip to content
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

Merged
merged 2 commits into from
Apr 10, 2017
Merged

Conversation

tmbtech
Copy link
Contributor

@tmbtech tmbtech commented Apr 8, 2017

No description provided.

@CLAassistant
Copy link

CLAassistant commented Apr 8, 2017

CLA assistant check
All committers have signed the CLA.

@tmbtech tmbtech requested review from doctyper and cwelch5 April 8, 2017 22:41
@codecov
Copy link

codecov bot commented Apr 8, 2017

Codecov Report

Merging #265 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #265   +/-   ##
=======================================
  Coverage   98.91%   98.91%           
=======================================
  Files           3        3           
  Lines         277      277           
=======================================
  Hits          274      274           
  Misses          3        3
Impacted Files Coverage Δ
src/Helmet.js 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ce5a7b1...fac5721. Read the comment docs.

Copy link
Contributor

@cwelch5 cwelch5 left a 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

@tmbtech
Copy link
Contributor Author

tmbtech commented Apr 9, 2017

@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"
Copy link

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).

@cwelch5 cwelch5 merged commit 68ece0c into master Apr 10, 2017
@tmbtech tmbtech deleted the feature/update/react-prop-types branch May 1, 2019 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants