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

Update dependencies #133

Merged
merged 1 commit into from
Jul 14, 2017
Merged

Update dependencies #133

merged 1 commit into from
Jul 14, 2017

Conversation

marcoow
Copy link
Member

@marcoow marcoow commented Jul 13, 2017

🆙

package.json Outdated
"ember-cli-qunit": "^4.0.0",
"ember-cli-shims": "^1.1.0",
"ember-disable-prototype-extensions": "^1.1.0",
"ember-cli-sri": "^2.1.1",
"ember-cli-uglify": "^1.2.0",
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't think we need sri and uglify here

Copy link
Member Author

Choose a reason for hiding this comment

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

Those are added by ember init - I guess makes sense to add anyway so we don't need to remember to not add them again whenever we update ember-cli?

Copy link
Collaborator

Choose a reason for hiding this comment

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

to be honest, I'm not a big fan of using ember init for CLI updates anyway... and adding unused dependencies just because CLI has them is not a good reason IMHO, even if they're only dev deps

Copy link
Member Author

Choose a reason for hiding this comment

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

What would one use instead of ember init?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

removed

package.json Outdated
"ember-cli-sri": "^2.1.1",
"ember-cli-uglify": "^1.2.0",
"ember-disable-prototype-extensions": "^1.1.2",
"ember-export-application-global": "^2.0.0",
Copy link
Collaborator

Choose a reason for hiding this comment

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

we don't need this one either

Copy link
Member Author

Choose a reason for hiding this comment

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

see above

Copy link
Member Author

Choose a reason for hiding this comment

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

removed

'PhantomJS'
],
'launch_in_dev': [
launch_in_dev: [
'PhantomJS',
'Chrome'
Copy link
Collaborator

Choose a reason for hiding this comment

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

unrelated to this PR, but we should update to headless Chrome here soon

@Turbo87 Turbo87 changed the title update ember-cil et al Update dependencies Jul 14, 2017
@Turbo87 Turbo87 merged commit cc0008a into master Jul 14, 2017
@Turbo87 Turbo87 deleted the update-deps branch July 14, 2017 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants