csstools / stylelint-use-logical

Enforce usage of logical properties and values in CSS
Creative Commons Zero v1.0 Universal
50 stars 9 forks source link

Update stylelint to 11.1.1 to meet peer dependency #4

Closed scottgruber closed 2 years ago

scottgruber commented 4 years ago

After updating stylelint to 11.1.1 I received the following error message

npm ERR! peer dep missing: stylelint@^9.6.0, required by stylelint-use-logical@1.1.0

Problem was solved by increasing stylelint-use-logical package.json from version 10.0.1 to 11.1.1 both in devDependencies and peerDependencies.

I ran npm test and found no errors.

glen-84 commented 2 years ago

@jonathantneal Are you still maintaining this plugin?

jonathantneal commented 2 years ago

Thank you, @scottgruber! I might see how wide of a range of Stylelint this can work on and expand it to support any version it works in.