Skip to content

Commit da63b83

Browse files
author
Alex Bea
authored
Merge pull request #44 from punkave/hotfix/stylelint-order
Updates stylelint-order
2 parents f129bbc + 4686077 commit da63b83

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Add the following to `.stylelintrc` in root directory of project.
1212
```
1313

1414
## Changelog
15+
### 1.1.2
16+
- Updates `stylelint-order` due to vulnerability warnings.
17+
1518
### 1.1.0
1619
- Rules eased, removing the font-weight rule due to our practice of using a Sass function for the property.
1720

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-config-punkave",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"main": "index.js",
55
"author": "P'unk Ave",
66
"repository": {
@@ -13,6 +13,6 @@
1313
"homepage": "https://github.com/punkave/stylelint-config-punkave#readme",
1414
"dependencies": {
1515
"stylelint-declaration-strict-value": "^1.1.2",
16-
"stylelint-order": "^0.4.4"
16+
"stylelint-order": "^3.0.1"
1717
}
1818
}

0 commit comments

Comments
 (0)