Merge "build: Update npm dev dependencies to latests versions"

This commit is contained in:
jenkins-bot 2018-09-03 17:13:09 +00:00 committed by Gerrit Code Review
commit 19853f6131

View file

@ -1,16 +1,18 @@
{
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.5.0",
"grunt": "1.0.2",
"grunt-banana-checker": "0.6.0",
"grunt-eslint": "20.1.0",
"grunt-jsonlint": "1.1.0",
"grunt-stylelint": "0.10.0",
"stylelint": "9.2.0",
"stylelint-config-wikimedia": "0.4.3"
}
"private": true,
"description": "Build tools for the AbuseFilter mediawiki extension.",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.7.2",
"eslint-plugin-qunit": "^3.3.0",
"grunt": "1.0.3",
"grunt-banana-checker": "0.6.0",
"grunt-eslint": "21.0.0",
"grunt-jsonlint": "1.1.0",
"grunt-stylelint": "0.10.0",
"stylelint": "9.2.0",
"stylelint-config-wikimedia": "0.4.3"
}
}