mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Interwiki
synced 2024-11-23 22:13:37 +00:00
e05dad09f4
composer: * mediawiki/mediawiki-phan-config: 0.11.1 → 0.12.0 * php-parallel-lint/php-console-highlighter: 0.5.0 → 1.0.0 * php-parallel-lint/php-parallel-lint: 1.3.1 → 1.3.2 npm: * grunt: 1.4.0 → 1.5.3 * grunt-banana-checker: 0.9.0 → 0.10.0 * grunt-eslint: 23.0.0 → 24.0.0 * async: 3.2.0 → 3.2.4 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * minimatch: 3.0.4 → 3.0.8 * https://github.com/advisories/GHSA-f8q6-p94x-37v3 * minimist: 1.2.5 → 1.2.7 * https://github.com/advisories/GHSA-xvch-5gv4-984h * nanoid: 3.1.25 → 3.3.4 * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2 Additional changes: * Set `name` in package.json. Change-Id: I3c1981396a3f3a41b0d8943dfe2a46460510c297
16 lines
305 B
JSON
16 lines
305 B
JSON
{
|
|
"name": "Interwiki",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.20.0",
|
|
"grunt": "1.5.3",
|
|
"grunt-banana-checker": "0.10.0",
|
|
"grunt-eslint": "24.0.0",
|
|
"grunt-stylelint": "0.16.0",
|
|
"stylelint-config-wikimedia": "0.11.1"
|
|
}
|
|
}
|