build: Updating npm dependencies

* stylelint-config-wikimedia: 0.7.0 → 0.8.0
* grunt-stylelint: 0.12.0 → 0.13.0

Additional changes:
* Also sorted "composer fix" command to run phpcbf last.

Change-Id: Ib1790ffb8818752c89e8cd075a62c2dc5cbf0daf
This commit is contained in:
libraryupgrader
2020-01-10 06:06:28 +00:00
parent 1c294f8981
commit a19a9791f3
3 changed files with 387 additions and 187 deletions

View File

@@ -33,8 +33,8 @@
},
"scripts": {
"fix": [
"phpcbf",
"minus-x fix ."
"minus-x fix .",
"phpcbf"
],
"test": [
"parallel-lint . --exclude vendor --exclude node_modules",