mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-13 18:37:00 +00:00
fa23c51ada
Bumps [oojs-ui](https://www.mediawiki.org/wiki/OOUI) from 0.50.3 to 0.50.4. --- updated-dependencies: - dependency-name: oojs-ui dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 lines
703 B
JSON
23 lines
703 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "npm -s run lint:js && npm -s run lint:i18n",
|
|
"lint:fix:js": "npm -s run lint:js -- --fix",
|
|
"lint:fix:styles": "npm -s run lint:styles -- --fix",
|
|
"lint:js": "eslint --cache --max-warnings 0 .",
|
|
"lint:styles": "stylelint \"**/*.{less,css}\"",
|
|
"lint:i18n": "banana-checker --requireLowerCase=0 i18n/"
|
|
},
|
|
"devDependencies": {
|
|
"@wikimedia/codex": "^1.9.0",
|
|
"@wikimedia/types-wikimedia": "0.4.4",
|
|
"eslint-config-wikimedia": "0.28.2",
|
|
"eslint-plugin-no-jquery": "3.0.2",
|
|
"grunt-banana-checker": "0.13.0",
|
|
"oojs": "^7.0.1",
|
|
"oojs-ui": "^0.50.4",
|
|
"stylelint-config-idiomatic-order": "10.0.0",
|
|
"stylelint-config-wikimedia": "0.17.2"
|
|
}
|
|
}
|