mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-11 17:01:58 +00:00
build: Updating npm dependencies
* grunt: 1.5.3 → 1.6.1 * stylelint-config-wikimedia: 0.13.0 → 0.14.0 The following rules are failing and were disabled: * plugin/no-unsupported-browser-features * selector-pseudo-element-colon-notation Change-Id: Ic8777c3c3ca94f3281f62b31e38d1b6d1abcf9aa
This commit is contained in:
parent
cb002bfb9d
commit
d387648344
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"extends": "stylelint-config-wikimedia/support-modern",
|
||||
"rules": {
|
||||
"no-descending-specificity": null
|
||||
"no-descending-specificity": null,
|
||||
"plugin/no-unsupported-browser-features": null,
|
||||
"selector-pseudo-element-colon-notation": null
|
||||
}
|
||||
}
|
||||
|
|
832
package-lock.json
generated
832
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -7,12 +7,12 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-wikimedia": "0.24.0",
|
||||
"grunt": "1.5.3",
|
||||
"grunt": "1.6.1",
|
||||
"grunt-banana-checker": "0.10.0",
|
||||
"grunt-eslint": "24.0.0",
|
||||
"grunt-stylelint": "0.18.0",
|
||||
"jsdoc": "^3.6.10",
|
||||
"jsdoc-wmf-theme": "^0.0.5",
|
||||
"stylelint-config-wikimedia": "0.13.0"
|
||||
"stylelint-config-wikimedia": "0.14.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue