-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels