X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=package.json;h=070fad8f5fd4769601979cdb0d0f6f92fd696640;hb=9b512505224d3d422fae61feead756dea0c3edce;hp=1f23b1a09b41cd764804b7af6b3c9e562fa6922d;hpb=c8c2d83312229284c552ad19baeacc588c63145d;p=lhc%2Fweb%2Fwiklou.git diff --git a/package.json b/package.json index 1f23b1a09b..070fad8f5f 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.6.0", + "eslint-plugin-qunit": "3.2.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",