build: Bump devDependencies to latest

eslint-config-wikimedia   0.4.0  →   0.5.0
 grunt                     1.0.1  →   1.0.2
 grunt-eslint             20.0.0  →  20.1.0

Change-Id: I9aeca17ab3bae099b678d37232846bb6abf8ce39
This commit is contained in:
James D. Forrester 2018-02-14 11:11:22 -08:00
parent 2ea1ca659c
commit 16909df870

View file

@ -7,11 +7,11 @@
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.4.0",
"grunt": "1.0.1",
"eslint-config-wikimedia": "0.5.0",
"grunt": "1.0.2",
"grunt-banana-checker": "0.6.0",
"grunt-contrib-watch": "1.0.0",
"grunt-eslint": "20.0.0",
"grunt-eslint": "20.1.0",
"grunt-jsonlint": "1.1.0"
}
}