mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-13 17:56:59 +00:00
f382be8562
npm: * eslint-config-wikimedia: 0.25.1 → 0.26.0 * grunt-banana-checker: 0.11.0 → 0.11.1 * 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.30 → 8.4.35 * https://github.com/advisories/GHSA-7fh5-64p2-3v2j Change-Id: I5b01fa01c11a57a180b50bf2f8b3275e69d75f1c
33 lines
875 B
JSON
33 lines
875 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",
|
|
"build": "./maintenance/buildPHPparser.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",
|
|
"@wdio/spec-reporter": "7.16.13",
|
|
"api-testing": "1.6.0",
|
|
"commander": "^9.4.1",
|
|
"eslint-config-wikimedia": "0.26.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.11.1",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "24.3.0",
|
|
"grunt-stylelint": "0.19.0",
|
|
"mocha": "^7.1.1",
|
|
"peggy": "1.0.0",
|
|
"phpeggy": "^1.0.1",
|
|
"stylelint-config-wikimedia": "0.16.1",
|
|
"wdio-mediawiki": "2.5.0"
|
|
}
|
|
}
|