Skip to content

Peer dependencies out of date #1

@davidgruar

Description

@davidgruar

These peer dependencies are specified:

"peerDependencies": {
        "stylelint": "^8.3.0",
        "stylelint-scss": "^2.0.0",
        "stylelint-order": "^0.8.0"
    }

stylelint is currently at 9.2.0, and stylelint-scss at 3.1.0, so if you install the latest versions into a new project you still get warnings about missing peer dependencies.

Should we specify acceptable ranges, i.e. ^8.3.0-^9.2.0 and ^2.0.0-^3.1.0, respectively? Or just require the latest major version? @Jameskmonger, @OwenPattison, what do you think?

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