Skip to content

Commit

Permalink
Update recommended config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeddy3 committed Mar 5, 2021
1 parent 00b149a commit 36e320b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

# Head

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

## 20.0.0

- Added: `value-keyword-case` rule.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -46,7 +46,7 @@
]
},
"dependencies": {
"stylelint-config-recommended": "^3.0.0"
"stylelint-config-recommended": "^4.0.0"
},
"devDependencies": {
"@stylelint/prettier-config": "^2.0.0",
Expand All @@ -62,9 +62,9 @@
"pinst": "^2.1.6",
"prettier": "^2.2.1",
"remark-cli": "^9.0.0",
"stylelint": "^13.7.2"
"stylelint": "^13.12.0"
},
"peerDependencies": {
"stylelint": "^10.1.0 || ^11.0.0 || ^12.0.0 || ^13.0.0"
"stylelint": "^13.12.0"
}
}

0 comments on commit 36e320b

Please sign in to comment.