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:
libraryupgrader 2023-03-27 04:54:45 +00:00
parent cb002bfb9d
commit d387648344
3 changed files with 468 additions and 372 deletions

View file

@ -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

File diff suppressed because it is too large Load diff

View file

@ -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"
}
}