Skip to content

Commit

Permalink
Update dependency stylelint to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent 01af6c7 commit f028471
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 341 deletions.
2 changes: 1 addition & 1 deletion packages/crafty-preset-stylelint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@ronilaukkarinen/gulp-stylelint": "14.1.2",
"is-plain-object": "5.0.0",
"resolve-from": "5.0.0",
"stylelint": "15.10.0"
"stylelint": "16.2.1"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-config-swissquote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"postcss-selector-parser": "6.0.15",
"postcss-value-parser": "4.2.0",
"prettier": "2.8.8",
"stylelint": "15.10.0",
"stylelint": "16.2.1",
"stylelint-no-unsupported-browser-features": "7.0.0",
"stylelint-prettier": "3.0.0",
"stylelint-scss": "5.3.2"
},
"peerDependencies": {
"@swissquote/crafty-commons": "1.24.0",
"postcss": "^8.0.0",
"stylelint": "^15.0.0"
"stylelint": "^16.0.0"
},
"scripts": {
"lint": "node ../crafty-preset-eslint/src/commands/jsLint.js --preset recommended --preset node '*.js' src",
Expand Down
Loading

0 comments on commit f028471

Please sign in to comment.