mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-12-03 19:56:55 +00:00
f493337b59
* wdio-mediawiki: 2.1.0 → 2.5.0 * get-func-name: 2.0.0 → 2.0.2 * https://github.com/advisories/GHSA-4q6p-r6v2-jvc5 * postcss: 8.4.14 → 8.4.35 * https://github.com/advisories/GHSA-7fh5-64p2-3v2j * word-wrap: 1.2.3 → 1.2.5 * https://github.com/advisories/GHSA-j8xg-fqg3-53r7 Change-Id: Ic0d4eec19f9f02727eda8f00d64bce507661ee5b
30 lines
789 B
JSON
30 lines
789 B
JSON
{
|
|
"name": "Math",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"selenium-daily": "npm run selenium-test",
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js",
|
|
"api-testing": "mocha tests/api-testing"
|
|
},
|
|
"devDependencies": {
|
|
"@wdio/cli": "7.16.13",
|
|
"@wdio/dot-reporter": "7.16.13",
|
|
"@wdio/junit-reporter": "7.16.13",
|
|
"@wdio/local-runner": "7.16.13",
|
|
"@wdio/mocha-framework": "7.16.13",
|
|
"@wdio/spec-reporter": "7.16.13",
|
|
"api-testing": "^1.4.2",
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"grunt": "1.5.3",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "24.0.0",
|
|
"grunt-stylelint": "0.17.0",
|
|
"mocha": "^7.1.1",
|
|
"stylelint-config-wikimedia": "0.13.0",
|
|
"wdio-mediawiki": "2.5.0",
|
|
"webdriverio": "7.16.13"
|
|
}
|
|
}
|