Skip to content

Inconsistent dependencies for validated-changeset #650

Open
@cah-brian-gantzler

Description

@cah-brian-gantzler

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions