Skip to content

Commit

Permalink
Add stylelint@10 to peer dependency range
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Apr 13, 2019
1 parent 2da161a commit 5d65d10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# 18.3.0

- Added: `stylelint@10` to peer dependency range.

# 18.2.0

- Added: `stylelint-config-recommended@2.1.0` as dependency
Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-standard",
"version": "18.2.0",
"version": "18.3.0",
"description": "Standard shareable config for stylelint",
"keywords": [
"stylelint",
Expand All @@ -18,7 +18,7 @@
"index.js"
],
"dependencies": {
"stylelint-config-recommended": "^2.1.0"
"stylelint-config-recommended": "^2.2.0"
},
"devDependencies": {
"eslint": "^5.0.0",
Expand All @@ -30,10 +30,10 @@
"remark-cli": "^6.0.0",
"remark-preset-lint-consistent": "^2.0.0",
"remark-preset-lint-recommended": "^3.0.0",
"stylelint": "^9.2.0"
"stylelint": "^10.0.0"
},
"peerDependencies": {
"stylelint": "^8.3.0 || ^9.0.0"
"stylelint": "^8.3.0 || ^9.0.0 || ^10.0.0"
},
"scripts": {
"dry-release": "npmpub --dry --verbose",
Expand Down

0 comments on commit 5d65d10

Please sign in to comment.