X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=package.json;h=5fa696167485243f1de6db37161a6e436b9e006d;hb=731122f406beaf64c2ce50ff394362e2fc73ee08;hp=d75c15164f55af1de4f96d480b1468aeff50ab10;hpb=a3357744c34d6f5b8e39114e64c6937800698069;p=lhc%2Fweb%2Fwiklou.git diff --git a/package.json b/package.json index d75c15164f..5fa6961674 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "doc": "jsduck", "postdoc": "grunt copy:jsduck", "selenium": "bash ./tests/selenium/selenium.sh", - "selenium-daily": "npm run selenium-test", + "selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily", "selenium-test": "wdio ./tests/selenium/wdio.conf.js" }, "devDependencies": { @@ -20,14 +20,14 @@ "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", - "karma": "2.0.2", + "grunt-karma": "3.0.0", + "grunt-stylelint": "0.10.1", + "karma": "3.0.0", "karma-chrome-launcher": "2.2.0", - "karma-firefox-launcher": "1.0.1", + "karma-firefox-launcher": "1.1.0", "karma-mocha-reporter": "2.2.5", - "karma-qunit": "2.0.1", - "postcss-less": "1.1.5", + "karma-qunit": "2.1.0", + "postcss-less": "2.0.0", "qunit": "2.6.0", "stylelint": "9.2.0", "stylelint-config-wikimedia": "0.4.3",