Skip to content

Commit

Permalink
Bump dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
gfaivre committed Jun 17, 2020
1 parent 5f8bfc7 commit 3b04068
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-elao",
"version": "0.5.0",
"version": "0.5.1",
"description": "Elao Stylelint configuration",
"repository": "elao/stylelint-config-elao",
"license": "MIT",
Expand Down Expand Up @@ -39,18 +39,19 @@
"fix": "stylefmt --config tests/stylelint.config.json tests/*.scss"
},
"devDependencies": {
"eslint": "^4.2.0",
"eslint-config-stylelint": "^7.0.0",
"eslint": "^7.2.0",
"eslint-config-stylelint": "^12.0.0",
"stylefmt": "^6.0.0",
"stylelint": "^8.0.0"
"stylelint": "^13.6.0"
},
"peerDependencies": {
"stylelint": "^8.0.0"
"stylelint": "^13.6.0"
},
"dependencies": {
"stylelint-config-standard": "^17.0.0",
"stylelint-csstree-validator": "^1.1.1",
"stylelint-order": "^0.6.0",
"stylelint-scss": "^1.4.3"
"stylelint-config-standard": "^20.0.0",
"stylelint-csstree-validator": "^1.8.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.17.2",
"typescript": "^3.0.0"
}
}

0 comments on commit 3b04068

Please sign in to comment.