Skip to content

Commit

Permalink
Add compatibility with Stylelint 15
Browse files Browse the repository at this point in the history
Closes #14
  • Loading branch information
aboks committed Jun 16, 2023
1 parent 48e8978 commit 6d3d2e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"devDependencies": {
"jest": "^29.5.0",
"jest-preset-stylelint": "^6.1.0",
"stylelint": "^14.0.0"
"stylelint": "^15.0.0"
},
"peerDependencies": {
"stylelint": ">= 9.x < 15"
"stylelint": ">= 9.x < 16"
}
}

0 comments on commit 6d3d2e3

Please sign in to comment.