build: Update devDependencies

eslint-config-wikimedia   0.5.0  →   0.8.1
 grunt-eslint             20.0.0  →  21.0.0

Change-Id: If0c71e22aaeb9db6c1fc4cbfb19934ab829febee
This commit is contained in:
Ed Sanders 2018-11-03 12:37:28 +00:00
parent c3410aeaf8
commit e2be4d8771

View file

@ -4,10 +4,10 @@
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.5.0",
"eslint-config-wikimedia": "0.8.1",
"grunt": "1.0.3",
"grunt-banana-checker": "0.6.0",
"grunt-eslint": "20.0.0",
"grunt-eslint": "21.0.0",
"grunt-jsonlint": "1.1.0"
}
}