mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-14 19:26:08 +00:00
389a071858
composer: * mediawiki/mediawiki-phan-config: 0.11.0 → 0.11.1 npm: * eslint-config-wikimedia: 0.21.0 → 0.22.1 * grunt: 1.4.1 → 1.5.2 * ansi-regex: 5.0.1 → 5.0.1 * https://github.com/advisories/GHSA-93q8-gq69-wqmw * https://github.com/advisories/GHSA-93q8-gq69-wqmw * async: 2.6.3 → 2.6.3 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * jake: 10.8.2 → 10.8.5 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * minimist: 1.2.5 → 1.2.6 * https://github.com/advisories/GHSA-xvch-5gv4-984h * mocha: ^7.1.1 → ^7.1.1 * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2 * nanoid: 3.1.25 → 3.3.1 * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2 Additional changes: * Set `name` in package.json. Change-Id: Iff57ab47c1407e2eb4b523ef72bdbcecdff74a60
27 lines
682 B
JSON
27 lines
682 B
JSON
{
|
|
"name": "Math",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"selenium-daily": "npm run selenium-test",
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js"
|
|
},
|
|
"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",
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"grunt": "1.5.2",
|
|
"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": "2.0.0",
|
|
"webdriverio": "7.16.13"
|
|
}
|
|
}
|