We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f129bbc commit 4686077Copy full SHA for 4686077
README.md
@@ -12,6 +12,9 @@ Add the following to `.stylelintrc` in root directory of project.
12
```
13
14
## Changelog
15
+### 1.1.2
16
+- Updates `stylelint-order` due to vulnerability warnings.
17
+
18
### 1.1.0
19
- Rules eased, removing the font-weight rule due to our practice of using a Sass function for the property.
20
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "stylelint-config-punkave",
3
- "version": "1.1.1",
+ "version": "1.1.2",
4
"main": "index.js",
5
"author": "P'unk Ave",
6
"repository": {
@@ -13,6 +13,6 @@
"homepage": "https://github.com/punkave/stylelint-config-punkave#readme",
"dependencies": {
"stylelint-declaration-strict-value": "^1.1.2",
- "stylelint-order": "^0.4.4"
+ "stylelint-order": "^3.0.1"
}
0 commit comments