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 react #130

Merged
merged 2 commits into from
Dec 6, 2018
Merged

Upgrade react #130

merged 2 commits into from
Dec 6, 2018

Conversation

krissalvador27
Copy link
Contributor

  • upgrade packages to react v16 and fix necessary dependencies (react-dom, react-test-renderer, enzyme, chai)
  • reconfigure peer dependencies
  • update tests after enzyme v3 upgrade

@krissalvador27
Copy link
Contributor Author

Addresses #124

@krissalvador27 krissalvador27 merged commit ed267fe into master Dec 6, 2018
@krissalvador27 krissalvador27 deleted the upgrade-react branch December 6, 2018 18:41
codeText: PropTypes.string,
scope: PropTypes.object,
isExpanded: PropTypes.bool,
label: PropTypes.node,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are we not using proptypes in the actual code?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are! just updated how the ExampleSection was referencing prop-types

install pushed a commit that referenced this pull request Feb 25, 2020
* Upgrade react + peer dependencies + enzyme

* Fix proptypes issue & update tests for enzyme v3
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.

2 participants