build: Upgrade stylelint-config-wikimedia from 0.10.1 to 0.10.3

Change-Id: Idca06a9c5f8e3b1fa7be156613380e1ed99973fd
This commit is contained in:
James D. Forrester 2020-11-19 15:07:31 -08:00 committed by Ed Sanders
parent 336135115a
commit 726e63cca7
3 changed files with 1274 additions and 641 deletions

View file

@ -5,7 +5,7 @@
* @license The MIT License (MIT); see LICENSE.txt
*/
/* stylelint-disable unit-blacklist */
/* stylelint-disable unit-disallowed-list */
/* stylelint-disable-next-line selector-class-pattern */
.ve-activated .vector-menu-tabs .selected {
@ -26,6 +26,7 @@
but isn't affected by the parent element font-size, which may be defined in
`px` due to `.mw-editfont-monospace` and similar classes. (T222217)
*/
margin: 0 -1rem;
}

1908
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -18,12 +18,12 @@
"grunt-eslint": "23.0.0",
"grunt-image": "5.0.1",
"grunt-mocha-test": "0.13.3",
"grunt-stylelint": "0.15.0",
"grunt-stylelint": "0.16.0",
"grunt-tyops": "0.1.0",
"jimp": "0.13.0",
"mocha": "5.2.0",
"selenium-webdriver": "3.6.0",
"stringify-object": "3.2.2",
"stylelint-config-wikimedia": "0.10.1"
"stylelint-config-wikimedia": "0.10.3"
}
}