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

Put React peerDependencies version ranges also on dependencies #41

Merged
merged 1 commit into from
Oct 8, 2018

Conversation

levrik
Copy link
Contributor

@levrik levrik commented Oct 5, 2018

This fixes the issue of having two different versions of React installed if you install React v16 on the app level.
Before this change React v15 was always installed by ember-cli-react.
Before [email protected] also the installed React version on app level was ignored completely.

This fixes the issue of having two different versions of React installed if you install React v16 on the app level.
Before this change React v15 was always installed by ember-cli-react.
Before [email protected] also the installed React version on app level was ignored completely.
@levrik levrik force-pushed the react-version-fix branch from 86fd375 to 787fd5a Compare October 5, 2018 09:23
@levrik levrik changed the title Put React peerDependency version ranges also on dependencies Put React peerDependencies version ranges also on dependencies Oct 5, 2018
Copy link
Contributor

@pswai pswai left a comment

Choose a reason for hiding this comment

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

Lgtm :)

@levrik
Copy link
Contributor Author

levrik commented Oct 8, 2018

@alexgb Would be awesome to get that merged and released.

@alexgb alexgb merged commit 24ecde3 into AltSchool:master Oct 8, 2018
@alexgb
Copy link
Contributor

alexgb commented Oct 8, 2018

I've released version 1.0.2 with this update. Thanks!

@levrik levrik deleted the react-version-fix branch October 9, 2018 09:14
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.

3 participants