mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-11 16:58:38 +00:00
bc39807052
* @wdio/mocha-framework: 7.5.3 → 7.14.1 * https://npmjs.com/advisories/1002401 (CVE-2021-3807) * ansi-regex: 5.0.0 → 5.0.1 * https://npmjs.com/advisories/1002401 (CVE-2021-3807) Additional changes: * composer.json: Updated phpcs command in composer test (T280592). * composer.json: Added phpcs command to scripts (T280592). Change-Id: I0db8f640048bf8ea25367776d7d05ef508668974
27 lines
679 B
JSON
27 lines
679 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"selenium-daily": "npm run selenium-test",
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js"
|
|
},
|
|
"devDependencies": {
|
|
"@wdio/cli": "7.5.3",
|
|
"@wdio/dot-reporter": "7.5.3",
|
|
"@wdio/junit-reporter": "7.5.3",
|
|
"@wdio/local-runner": "7.5.3",
|
|
"@wdio/mocha-framework": "7.14.1",
|
|
"@wdio/sync": "7.5.3",
|
|
"eslint-config-wikimedia": "0.20.0",
|
|
"grunt": "1.4.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.16.0",
|
|
"mocha": "^7.1.1",
|
|
"stylelint-config-wikimedia": "0.11.1",
|
|
"wdio-mediawiki": "1.1.1",
|
|
"webdriverio": "7.5.3"
|
|
}
|
|
}
|