mirror of
https://github.com/ivuorinen/base-configs-stylelint.git
synced 2026-02-26 12:52:48 +00:00
feat!: upgrade stylelint and dependencies (#95)
This pull request updates several stylelint-related dependencies to their latest major versions in the `package.json` file. Dependency updates: * Upgraded `stylelint-config-recommended-scss` from version 16.x to 17.x. * Upgraded `stylelint-config-standard` from version 39.x to 40.x. * Upgraded `stylelint-scss` from version 6.x to 7.x.
This commit is contained in:
@@ -56,10 +56,10 @@
|
||||
"@ivuorinen/config-checker": "^2.1.1",
|
||||
"postcss": "^8.5.6",
|
||||
"stylelint": "^17.0.0",
|
||||
"stylelint-config-recommended-scss": "^16.0.2",
|
||||
"stylelint-config-standard": "^39.0.1",
|
||||
"stylelint-config-recommended-scss": "^17.0.0",
|
||||
"stylelint-config-standard": "^40.0.0",
|
||||
"stylelint-order": "^7.0.0",
|
||||
"stylelint-scss": "^6.13.0"
|
||||
"stylelint-scss": "^7.0.0"
|
||||
},
|
||||
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230",
|
||||
"packageManager": "yarn@4.12.0"
|
||||
|
||||
Reference in New Issue
Block a user