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

Upgrade dependencies and deprecated React methods #62

Merged
merged 12 commits into from
Nov 16, 2019
Merged

Conversation

wrgoto
Copy link
Owner

@wrgoto wrgoto commented Nov 15, 2019

Why

  • React is deprecating componentWillMount and componentWillReceiveProps methods.
  • Dependencies are out of date.

Changes

  • Update all dependencies.
  • Add enzyme for better testing behaviors.
  • Update componentWillMount to componentDidMount.
  • Update componentWillReceiveProps to componentDidUpdate.

@wrgoto wrgoto merged commit 15e51c5 into master Nov 16, 2019
@wrgoto wrgoto deleted the wg-upgrades branch November 16, 2019 01:39
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.

1 participant