build: Updating npm dependencies

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

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

Change-Id: I1eb32aab9914081e5b637b068f723ca59a60b3a7
This commit is contained in:
libraryupgrader 2020-01-13 04:06:56 +00:00
parent 6f347e7b34
commit 6aeffb314b
3 changed files with 440 additions and 231 deletions

View file

@ -13,8 +13,8 @@
"minus-x check ."
],
"fix": [
"phpcbf",
"minus-x fix ."
"minus-x fix .",
"phpcbf"
]
},
"extra": {

663
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -11,8 +11,8 @@
"grunt-banana-checker": "0.8.1",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "22.0.0",
"grunt-stylelint": "0.12.0",
"stylelint-config-wikimedia": "0.7.0",
"grunt-stylelint": "0.13.0",
"stylelint-config-wikimedia": "0.8.0",
"wdio-mediawiki": "0.4.0",
"wdio-mocha-framework": "0.6.4",
"wdio-spec-reporter": "0.0.5",