Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

Dependency cleanup #94

Merged
merged 3 commits into from
May 26, 2016
Merged

Conversation

CMTegner
Copy link
Collaborator

@CMTegner CMTegner commented Apr 9, 2016

  1. Demote React to a peer dependency. Having React as a direct dependency can cause multiple versions of React to be bundled in applications that depend on a React version that doesn't match ^0.14.7.
  2. Allow both 0.14 and 15 versions of React
  3. Remove duplicate babel-preset-es2015 dependency

"lodash": "^4.5.0"
},
"peerDependencies": {
"react": "^0.14.7 || ^15.0.0-0"
Copy link
Contributor

Choose a reason for hiding this comment

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

React.render was removed in version 15 - probably want to update the examples in this PR too.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yep, going to do it in a separate PR.

@isnifer
Copy link

isnifer commented May 5, 2016

Hey, @sprjr! Nice to see that PR merged into master!

@CMTegner CMTegner mentioned this pull request May 25, 2016
CMTegner added 3 commits May 25, 2016 19:56
Having React as a direct dependency can cause multiple versions of React
to be bundled in applications that depend on a React version that doesn't
match `^0.14.7`.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants