ember-changeset icon indicating copy to clipboard operation
ember-changeset copied to clipboard

Inconsistent dependencies for validated-changeset

Open cah-brian-gantzler opened this issue 3 years ago • 0 comments

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 avatar Apr 18 '22 20:04 cah-brian-gantzler