X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=package.json;h=adfc2f85dbc1991c913c800f18aa6f4fd51fde55;hb=606f2783c168e66142cba639c230e3e0c5332cf6;hp=1f23b1a09b41cd764804b7af6b3c9e562fa6922d;hpb=47db328765acc5856fea31ad9bb31a9265feebb0;p=lhc%2Fweb%2Fwiklou.git diff --git a/package.json b/package.json index 1f23b1a09b..adfc2f85db 100644 --- a/package.json +++ b/package.json @@ -5,18 +5,19 @@ "qunit": "grunt qunit", "doc": "jsduck", "postdoc": "grunt copy:jsduck", - "selenium": "./tests/selenium/selenium.sh", + "selenium": "bash ./tests/selenium/selenium.sh", "selenium-test": "wdio ./tests/selenium/wdio.conf.js" }, "devDependencies": { "deepmerge": "1.3.2", - "eslint": "4.9.0", - "eslint-config-wikimedia": "0.5.0", - "grunt": "1.0.1", + "eslint": "5.0.1", + "eslint-config-wikimedia": "0.7.2", + "eslint-plugin-qunit": "3.3.1", + "grunt": "1.0.3", "grunt-banana-checker": "0.6.0", "grunt-contrib-copy": "1.0.0", - "grunt-contrib-watch": "1.0.1", - "grunt-eslint": "20.1.0", + "grunt-contrib-watch": "1.1.0", + "grunt-eslint": "21.0.0", "grunt-jsonlint": "1.1.0", "grunt-karma": "2.0.0", "grunt-stylelint": "0.10.0",