build: Update devDependencies

Change-Id: Id99fb30b37e3951705fc52c76b1de6d9f73abf17
This commit is contained in:
Ed Sanders 2018-12-04 17:59:57 -05:00
parent 854b63e18a
commit 71dcfc6adb

View file

@ -4,14 +4,12 @@
"test": "grunt test" "test": "grunt test"
}, },
"devDependencies": { "devDependencies": {
"eslint-config-wikimedia": "0.8.1", "eslint-config-wikimedia": "0.9.0",
"eslint-plugin-qunit": "3.3.1",
"grunt": "1.0.3", "grunt": "1.0.3",
"grunt-banana-checker": "0.6.0", "grunt-banana-checker": "0.6.0",
"grunt-eslint": "21.0.0", "grunt-eslint": "21.0.0",
"grunt-jsonlint": "1.1.0", "grunt-jsonlint": "1.1.0",
"grunt-stylelint": "0.10.1", "grunt-stylelint": "0.10.1",
"stylelint": "9.2.0", "stylelint-config-wikimedia": "0.5.0"
"stylelint-config-wikimedia": "0.4.3"
} }
} }