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

Inconsistent dependencies for validated-changeset #650

Open
cah-brian-gantzler opened this issue Apr 18, 2022 · 0 comments
Open

Inconsistent dependencies for validated-changeset #650

cah-brian-gantzler opened this issue Apr 18, 2022 · 0 comments

Comments

@cah-brian-gantzler
Copy link

I believe you might want a caret (^) instead of a tilde (~) here https://github.com/poteto/ember-changeset/blob/master/package.json#L45

If you have 4.1 of ember-changeset and 4.0 (since 4.1 isnt out yet) of ember-changeset-validations you get the following error

ember-changeset-validations needs validated-changeset satisfying ~1.1.3, but we have version 1.3.2 

1.3.2 is greater than 1.1.3 but since the ~is used, it wont accept 1.2 or higher. I am assuming you are getting a 4.1 out of ember-changeset-validations which will fix the problem. but not sure if you wanted to lock step them so closely.

Of course I just happen to try updating just hours after you released 4.1 :)

@cah-brian-gantzler cah-brian-gantzler changed the title Inconsistent dependancies for validated-chageset Inconsistent dependancies for validated-changeset Apr 18, 2022
@cah-brian-gantzler cah-brian-gantzler changed the title Inconsistent dependancies for validated-changeset Inconsistent dependencies for validated-changeset Apr 18, 2022
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

No branches or pull requests

1 participant