Skip to content

Commit 54954f1

Browse files
chore(Build): update dependencies
This udpate should allow strict values to not require default params. ISSUES CLOSED: #13
1 parent 1ef5d18 commit 54954f1

File tree

2 files changed

+212
-47
lines changed

2 files changed

+212
-47
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,13 @@
133133
"validate-commit-msg": "^2.14.0"
134134
},
135135
"dependencies": {
136-
"stylelint": "^10.0.1",
136+
"stylelint": "^11.1.1",
137137
"stylelint-declaration-block-no-ignored-properties": "^2.1.0",
138-
"stylelint-declaration-strict-value": "^1.1.3",
138+
"stylelint-declaration-strict-value": "^1.1.6",
139139
"stylelint-declaration-use-variable": "^1.7.0",
140140
"stylelint-no-indistinguishable-colors": "^1.2.1",
141-
"stylelint-order": "^3.0.0",
142-
"stylelint-scss": "^3.7.0",
141+
"stylelint-order": "^3.1.1",
142+
"stylelint-scss": "^3.12.0",
143143
"stylelint-selector-no-empty": "^1.0.7"
144144
}
145145
}

0 commit comments

Comments
 (0)