mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AJAXPoll
synced 2024-11-30 17:54:28 +00:00
846bbd1679
* stylelint-config-wikimedia: 0.10.1 → 0.10.3 * https://npmjs.com/advisories/1693 (CVE-2021-23368) * @stylelint/postcss-markdown: 0.36.1 → 0.36.2 * https://npmjs.com/advisories/1700 (CVE-2020-7753) Change-Id: I03f2f487aaf31272032d8f8e3903c3dbe0646956
17 lines
345 B
JSON
17 lines
345 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.15.3",
|
|
"eslint-plugin-qunit": "3.3.1",
|
|
"grunt": "1.4.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "22.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.15.0",
|
|
"stylelint-config-wikimedia": "0.10.3"
|
|
}
|
|
}
|