Skip to content

Commit

Permalink
Add stylelint@11 to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Sep 16, 2019
1 parent 4a9bf74 commit 244bdba
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 98 deletions.
183 changes: 87 additions & 96 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"postcss-sorting": "^5.0.1"
},
"peerDependencies": {
"stylelint": "^10.0.1"
"stylelint": ">=10.0.1"
},
"devDependencies": {
"eslint": "^6.2.2",
Expand All @@ -43,7 +43,7 @@
"jest": "^24.9.0",
"lint-staged": "^9.2.5",
"prettier": "~1.18.2",
"stylelint": "^10.1.0"
"stylelint": "^11.0.0"
},
"scripts": {
"pretest": "eslint .",
Expand Down

0 comments on commit 244bdba

Please sign in to comment.