Skip to content

Commit

Permalink
adds compatibility with Stylelint 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Marieke-C committed Dec 15, 2023
1 parent 6d3d2e3 commit 97ea75e
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": "^15.0.0"
"stylelint": "^16.0.0"
},
"peerDependencies": {
"stylelint": ">= 9.x < 16"
"stylelint": ">= 9.x < 17"
}
}

0 comments on commit 97ea75e

Please sign in to comment.