You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
cah-brian-gantzler
changed the title
Inconsistent dependancies for validated-chageset
Inconsistent dependancies for validated-changeset
Apr 18, 2022
cah-brian-gantzler
changed the title
Inconsistent dependancies for validated-changeset
Inconsistent dependencies for validated-changeset
Apr 18, 2022
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
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 :)
The text was updated successfully, but these errors were encountered: