Skip to content

Commit a40e962

Browse files
committed
Merge branch 'hotfix/1.2.1'
2 parents a5a3404 + af7a1b0 commit a40e962

File tree

2 files changed

+365
-182
lines changed

2 files changed

+365
-182
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/stylelint-config",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "StyleLint Configuration",
55
"main": "index.js",
66
"scripts": {
@@ -26,19 +26,19 @@
2626
"devDependencies": {
2727
"@studiometa/eslint-config": "^1.1.3",
2828
"@studiometa/prettier-config": "^1.0.0",
29-
"eslint": "^5.16.0",
30-
"husky": "^2.2.0"
29+
"eslint": "^6.0.1",
30+
"husky": "^2.7.0"
3131
},
3232
"dependencies": {
33-
"prettier": "^1.15.2",
34-
"stylelint": "^9.8.0",
35-
"stylelint-config-prettier": "^4.0.0",
36-
"stylelint-config-recommended": "^2.1.0",
37-
"stylelint-config-recommended-scss": "^3.2.0",
33+
"prettier": "^1.18.2",
34+
"stylelint": "^10.1.0",
35+
"stylelint-config-prettier": "^5.2.0",
36+
"stylelint-config-recommended": "^2.2.0",
37+
"stylelint-config-recommended-scss": "^3.3.0",
3838
"stylelint-formatter-pretty": "^1.0.3",
39-
"stylelint-high-performance-animation": "^1.1.1",
39+
"stylelint-high-performance-animation": "^1.2.1",
4040
"stylelint-order": "^3.0.0",
41-
"stylelint-prettier": "^1.0.5",
42-
"stylelint-scss": "^3.4.0"
41+
"stylelint-prettier": "^1.1.1",
42+
"stylelint-scss": "^3.8.0"
4343
}
4444
}

0 commit comments

Comments
 (0)