mediawiki-skins-MinervaNeue/package.json

35 lines
1.2 KiB
JSON
Raw Normal View History

{
build: Updating dependencies composer: * mediawiki/mediawiki-phan-config: 0.11.0 → 0.11.1 npm: * eslint-config-wikimedia: 0.21.0 → 0.22.1 * wdio-mediawiki: 1.1.1 → 1.2.0 * @wdio/cli: 7.16.4 → 7.19.5 * @wdio/local-runner: 7.16.4 → 7.19.5 * @wdio/sync: 7.16.4 → 7.19.5 * jsdoc: 3.6.7 → 3.6.10 * 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: 3.2.2 → 3.2.2 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * ejs: 2.7.4 → 2.7.4 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * jake: 10.8.2 → 10.8.4 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * json-schema: 0.2.3 → 0.4.0 * https://github.com/advisories/GHSA-896r-f27r-55mw * jsprim: 1.4.1 → 1.4.2 * https://github.com/advisories/GHSA-896r-f27r-55mw * minimist: 1.2.5 → 1.2.6 * https://github.com/advisories/GHSA-xvch-5gv4-984h * mocha: 9.1.3 → 9.2.2 * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2 * nanoid: 3.1.25 → 3.3.1 * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2 * shelljs: 0.8.4 → 0.8.5 * https://github.com/advisories/GHSA-64g7-mvw6-v9qj * url-parse: 1.5.3 → 1.5.10 * https://github.com/advisories/GHSA-jf5r-8hm2-f872 * https://github.com/advisories/GHSA-hgjh-723h-mx2j * https://github.com/advisories/GHSA-8v38-pw62-9cw2 * https://github.com/advisories/GHSA-rqff-837h-mm52 Additional changes: * Set `name` in package.json. * .gitignore: Added .phpunit.result.cache (T242727). Change-Id: Ic4993fac43fb42af08654aab03352281d663cce9
2022-04-15 19:41:54 +00:00
"name": "MinervaNeue",
"private": true,
"scripts": {
"lint": "npm -s run lint:styles && npm -s run lint:js && npm -s run lint:i18n",
"lint:fix": "npm -s run lint:styles -- --fix && npm -s run lint:js -- --fix && npm -s run lint:i18",
"lint:js": "eslint --cache .",
"lint:styles": "stylelint --cache --report-needless-disables **/*.{css,less}",
"lint:i18n": "banana-checker --requireLowerCase=0 i18n/",
"test": "npm run lint && npm run doc && dev-scripts/svg_check.sh",
"minify-svg": "svgo --config=.svgo.config.js --quiet --recursive --folder resources/",
"doc": "jsdoc -c jsdoc.json",
"selenium-test-cucumber": "wdio tests/selenium/wdio.conf.cucumber.js",
"selenium-daily": "npm run selenium-test",
"selenium-test": "wdio tests/selenium/wdio.conf.js"
},
"devDependencies": {
"@wdio/cli": "7.30.1",
"@wdio/cucumber-framework": "7.30.2",
"@wdio/junit-reporter": "7.29.1",
"@wdio/local-runner": "7.30.1",
"@wdio/mocha-framework": "7.26.0",
"@wdio/spec-reporter": "7.29.1",
"eslint-config-wikimedia": "0.25.1",
"grunt-banana-checker": "0.11.0",
build: Updating dependencies composer: * mediawiki/mediawiki-phan-config: 0.11.0 → 0.11.1 npm: * eslint-config-wikimedia: 0.21.0 → 0.22.1 * wdio-mediawiki: 1.1.1 → 1.2.0 * @wdio/cli: 7.16.4 → 7.19.5 * @wdio/local-runner: 7.16.4 → 7.19.5 * @wdio/sync: 7.16.4 → 7.19.5 * jsdoc: 3.6.7 → 3.6.10 * 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: 3.2.2 → 3.2.2 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * ejs: 2.7.4 → 2.7.4 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * jake: 10.8.2 → 10.8.4 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * json-schema: 0.2.3 → 0.4.0 * https://github.com/advisories/GHSA-896r-f27r-55mw * jsprim: 1.4.1 → 1.4.2 * https://github.com/advisories/GHSA-896r-f27r-55mw * minimist: 1.2.5 → 1.2.6 * https://github.com/advisories/GHSA-xvch-5gv4-984h * mocha: 9.1.3 → 9.2.2 * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2 * nanoid: 3.1.25 → 3.3.1 * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2 * shelljs: 0.8.4 → 0.8.5 * https://github.com/advisories/GHSA-64g7-mvw6-v9qj * url-parse: 1.5.3 → 1.5.10 * https://github.com/advisories/GHSA-jf5r-8hm2-f872 * https://github.com/advisories/GHSA-hgjh-723h-mx2j * https://github.com/advisories/GHSA-8v38-pw62-9cw2 * https://github.com/advisories/GHSA-rqff-837h-mm52 Additional changes: * Set `name` in package.json. * .gitignore: Added .phpunit.result.cache (T242727). Change-Id: Ic4993fac43fb42af08654aab03352281d663cce9
2022-04-15 19:41:54 +00:00
"jsdoc": "3.6.10",
"jsdoc-wmf-theme": "^0.0.8",
"mwbot": "2.0.0",
"pre-commit": "1.2.2",
"stylelint-config-wikimedia": "0.15.0",
"svgo": "3.0.2",
"wdio-mediawiki": "2.1.0"
}
}