Skip to content

Commit

Permalink
Merge branch 'hotfix/1.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Jul 1, 2019
2 parents a5a3404 + af7a1b0 commit a40e962
Show file tree
Hide file tree
Showing 2 changed files with 365 additions and 182 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/stylelint-config",
"version": "1.2.0",
"version": "1.2.1",
"description": "StyleLint Configuration",
"main": "index.js",
"scripts": {
Expand All @@ -26,19 +26,19 @@
"devDependencies": {
"@studiometa/eslint-config": "^1.1.3",
"@studiometa/prettier-config": "^1.0.0",
"eslint": "^5.16.0",
"husky": "^2.2.0"
"eslint": "^6.0.1",
"husky": "^2.7.0"
},
"dependencies": {
"prettier": "^1.15.2",
"stylelint": "^9.8.0",
"stylelint-config-prettier": "^4.0.0",
"stylelint-config-recommended": "^2.1.0",
"stylelint-config-recommended-scss": "^3.2.0",
"prettier": "^1.18.2",
"stylelint": "^10.1.0",
"stylelint-config-prettier": "^5.2.0",
"stylelint-config-recommended": "^2.2.0",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-formatter-pretty": "^1.0.3",
"stylelint-high-performance-animation": "^1.1.1",
"stylelint-high-performance-animation": "^1.2.1",
"stylelint-order": "^3.0.0",
"stylelint-prettier": "^1.0.5",
"stylelint-scss": "^3.4.0"
"stylelint-prettier": "^1.1.1",
"stylelint-scss": "^3.8.0"
}
}
Loading

0 comments on commit a40e962

Please sign in to comment.