Merge "build: Update eslint & stylelint"

This commit is contained in:
jenkins-bot 2017-08-28 14:55:01 +00:00 committed by Gerrit Code Review
commit 68d08ab9fc
1 changed files with 3 additions and 3 deletions

View File

@ -9,14 +9,14 @@
"svgo": ">=0.4.4" "svgo": ">=0.4.4"
}, },
"devDependencies": { "devDependencies": {
"eslint-config-wikimedia": "0.4.0", "eslint-config-wikimedia": "0.5.0",
"grunt": "^1.0.1", "grunt": "^1.0.1",
"grunt-banana-checker": "^0.5.0", "grunt-banana-checker": "^0.5.0",
"grunt-contrib-watch": "^1.0.0", "grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "19.0.0", "grunt-eslint": "20.0.0",
"grunt-jsonlint": "^1.1.0", "grunt-jsonlint": "^1.1.0",
"grunt-notify": "^0.4.5", "grunt-notify": "^0.4.5",
"grunt-stylelint": "0.7.0", "grunt-stylelint": "0.8.0",
"stylelint": "7.8.0", "stylelint": "7.8.0",
"stylelint-config-wikimedia": "0.4.1" "stylelint-config-wikimedia": "0.4.1"
} }