mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 15:36:58 +00:00
build: Updating npm dependencies
* eslint-config-wikimedia: 0.22.1 → 0.24.0 * grunt: 1.5.3 → 1.6.1 * stylelint-config-wikimedia: 0.13.0 → 0.14.0 The following rules are failing and were disabled: * selector-pseudo-element-colon-notation Change-Id: I4f3516417425a3cac273bb6c85b3195405ef5b3d
This commit is contained in:
parent
543f877684
commit
c280ff0947
|
@ -6,6 +6,7 @@
|
|||
"rules": {
|
||||
"declaration-no-important": null,
|
||||
"selector-max-id": null,
|
||||
"declaration-property-unit-disallowed-list": null
|
||||
"declaration-property-unit-disallowed-list": null,
|
||||
"selector-pseudo-element-colon-notation": null
|
||||
}
|
||||
}
|
||||
|
|
1834
package-lock.json
generated
1834
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -16,13 +16,13 @@
|
|||
"@wdio/local-runner": "7.16.13",
|
||||
"@wdio/mocha-framework": "7.16.13",
|
||||
"@wdio/spec-reporter": "7.16.13",
|
||||
"eslint-config-wikimedia": "0.22.1",
|
||||
"grunt": "1.5.3",
|
||||
"eslint-config-wikimedia": "0.24.0",
|
||||
"grunt": "1.6.1",
|
||||
"grunt-banana-checker": "0.10.0",
|
||||
"grunt-contrib-watch": "1.1.0",
|
||||
"grunt-eslint": "24.0.0",
|
||||
"grunt-stylelint": "0.18.0",
|
||||
"stylelint-config-wikimedia": "0.13.0",
|
||||
"stylelint-config-wikimedia": "0.14.0",
|
||||
"svgo": "2.8.0",
|
||||
"wdio-mediawiki": "2.1.0"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue