Skip to content

Commit

Permalink
Prepare 22.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeddy3 committed Apr 23, 2021
1 parent 1a27001 commit c6b9495
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 22.0.0

- Removed: `stylelint` less than `13.13.0` from peer dependencies.
- Changed: updated to [`stylelint-config-recommended@5.0.0`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/5.0.0)

## 21.0.0

- Removed: `stylelint` less than `13.12.0` from peer dependencies.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
]
},
"dependencies": {
"stylelint-config-recommended": "^4.0.0"
"stylelint-config-recommended": "^5.0.0"
},
"devDependencies": {
"@stylelint/prettier-config": "^2.0.0",
Expand All @@ -58,9 +58,9 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"remark-cli": "^9.0.0",
"stylelint": "^13.12.0"
"stylelint": "^13.13.0"
},
"peerDependencies": {
"stylelint": "^13.12.0"
"stylelint": "^13.13.0"
}
}

0 comments on commit c6b9495

Please sign in to comment.