Skip to content

Commit

Permalink
Add peer dep for stylelint 11, 12 and 13
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerkari committed Mar 19, 2020
1 parent 85ecccf commit 12e5929
Show file tree
Hide file tree
Showing 2 changed files with 364 additions and 486 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"npmpub": "^5.0.0",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"stylelint": "^10.0.1",
"stylelint": "^13.2.1",
"stylelint-processor-styled-components": "^1.10.0",
"stylelint-react-native": "^2.2.0"
},
"peerDependencies": {
"stylelint": "^9.5.0 || ^10.0.0",
"stylelint": "^9.5.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
"stylelint-react-native": "^2.0.0"
},
"husky": {
Expand Down
Loading

0 comments on commit 12e5929

Please sign in to comment.