Skip to content

Commit 4ad282c

Browse files
committed
Update stylelint and stylelint-config-suitcss to latest
1 parent 5e0a29c commit 4ad282c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"postcss-import": "^8.0.2",
3030
"postcss-reporter": "^1.3.0",
3131
"read-file-stdin": "^0.2.1",
32-
"stylelint": "^4.2.0"
32+
"stylelint": "^5.0.1"
3333
},
3434
"devDependencies": {
3535
"chai": "^3.4.1",
@@ -42,7 +42,7 @@
4242
"sinon": "^1.17.2",
4343
"sinon-as-promised": "^4.0.0",
4444
"sinon-chai": "^2.8.0",
45-
"stylelint-config-suitcss": "^3.0.0"
45+
"stylelint-config-suitcss": "^5.0.0"
4646
},
4747
"scripts": {
4848
"test": "npm run lint && mocha --reporter spec --slow 400 --timeout 8000",

0 commit comments

Comments
 (0)