mediawiki-skins-MinervaNeue/package.json

46 lines
1.7 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": {
"storybook:setup": "./dev-scripts/setup-storybook.sh",
"storybook": "npm run storybook:setup && start-storybook -p 6006",
"build-storybook": "npm run storybook:setup && build-storybook -o docs/ui",
"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 && npm run build-storybook",
"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": {
"@babel/core": "7.7.7",
"@storybook/html": "5.2.8",
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
"@wdio/cli": "7.19.5",
"@wdio/cucumber-framework": "7.16.4",
"@wdio/dot-reporter": "7.16.4",
"@wdio/junit-reporter": "7.16.4",
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
"@wdio/local-runner": "7.19.5",
"@wdio/mocha-framework": "7.16.4",
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
"@wdio/sync": "7.19.5",
"babel-loader": "8.0.6",
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
"eslint-config-wikimedia": "0.22.1",
"grunt-banana-checker": "0.9.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",
"less": "3.8.1",
"less-loader": "4.1.0",
"mustache": "3.0.1",
"mwbot": "2.0.0",
"postcss-less": "6.0.0",
"pre-commit": "1.2.2",
"stylelint-config-wikimedia": "0.13.0",
"svgo": "2.8.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
"wdio-mediawiki": "1.2.0",
"webdriverio": "7.19.5"
}
}