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

Remove (unnecessary) ember-inflector peer dependency #5220

Merged
merged 1 commit into from
Oct 12, 2017

Conversation

kpfefferle
Copy link
Contributor

@kpfefferle kpfefferle commented Oct 10, 2017

When I install my project dependencies with Yarn, I get the following warning:

warning "ember-data@2.16.2" has unmet peer dependency "ember-inflector@^2.0.0".

It looks like the ember-inflector peer dependency was added to package.json back when it was a dev dependency. ember-inflector has since been upgraded to a direct dependency, so it no longer needs to be listed as a peer dependency as consuming applications get it automatically when they install ember-data.

@rwjblue rwjblue merged commit acb8d67 into emberjs:master Oct 12, 2017
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