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

[cli] Use React 16 by default in new studios #670

Merged
merged 1 commit into from
Mar 15, 2018
Merged

Conversation

bjoerge
Copy link
Member

@bjoerge bjoerge commented Mar 15, 2018

This will use v16 as default React version for new studios (prop-types is still on 15.6).

@bjoerge bjoerge requested a review from rexxars March 15, 2018 11:53
react: '^15.6',
'react-dom': '^15.6'
react: '^16.2',
'react-dom': '^6.2',
Copy link
Member

Choose a reason for hiding this comment

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

I think this should be ^16.2? :)

Copy link
Member Author

Choose a reason for hiding this comment

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

Ouch 🤦‍♂️ Of course, good catch 😅

Copy link
Member Author

Choose a reason for hiding this comment

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

(fixed)

@bjoerge bjoerge merged commit 2eed79f into next Mar 15, 2018
@bjoerge bjoerge deleted the react-16-as-default branch March 15, 2018 12:11
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

2 participants