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 ember-cli to 2.15.1 #23

Merged
merged 1 commit into from
Jul 5, 2018
Merged

Conversation

pswai
Copy link
Contributor

@pswai pswai commented Jul 3, 2018

I am in the process of adding use case of utilising React components from external libraries. The good news is that it is working great! However, we need to upgrade our ember-cli version.

First, we need to pin our eslint-plugin-prettier at 2.6.0, since there is a bug in 2.6.1 that breaks everything. ember-cli/ember-cli-eslint#235

Second, I would like to import something via ember-cli-build.js but app.import does not support node_modules until 2.15. So I am upgrading here to make it works :)
ember-cli/ember-cli.github.io#175

"eslint": "^4.11.0",
"eslint-config-prettier": "^2.7.0",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-prettier": "2.6.0",
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 need to pin this at 2.6.0. Ember-cli-eslint doesn't work with 2.6.1

@alexgb alexgb merged commit 4f8556c into AltSchool:master Jul 5, 2018
@alexgb
Copy link
Contributor

alexgb commented Jul 5, 2018

Looks great. Thank you!

@pswai pswai deleted the upgrade-ember-cli branch July 5, 2018 07:02
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