Skip to content

Commit

Permalink
#14 - Add stylelint 15 to supported peer dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Donov4n committed Mar 18, 2023
1 parent 6e4d614 commit 445bae2
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 130 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 4.1.0 (UNRELEASED)
- Add stylelint 15 to supported peer dependency versions (#14).

## 4.0.0 (2022-03-12)
- __BREAKING:__ Removed Stylelint 13 support.
- Improves / Fixes configuration retrieval (#13).
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"devDependencies": {
"@pulsanova/eslint-config-base": "~2.1.2",
"eslint": "^8.11.0",
"stylelint": "^14"
"stylelint": "^15"
},
"peerDependencies": {
"stylelint": "^14"
"stylelint": "^14 || ^15"
},
"engines": {
"node": ">=10"
Expand Down
Loading

0 comments on commit 445bae2

Please sign in to comment.