build: Updating npm dependencies

* eslint-config-wikimedia: 0.16.2 → 0.17.0
  The following rules are failing and were disabled:
  * no-shadow

* grunt: 1.2.1 → 1.3.0

Change-Id: I16b698f8829139fdcd16c5ede0ff9e9a7813d321
This commit is contained in:
libraryupgrader 2020-09-05 03:55:41 +00:00
parent 283cc7bde9
commit 1028ca9263
3 changed files with 411 additions and 241 deletions

View file

@ -14,6 +14,7 @@
"rules": {
"max-len": "off",
"no-jquery/no-global-selector": "off",
"mediawiki/class-doc": "warn"
"mediawiki/class-doc": "warn",
"no-shadow": "warn"
}
}

645
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -4,8 +4,8 @@
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.16.2",
"grunt": "1.2.1",
"eslint-config-wikimedia": "0.17.0",
"grunt": "1.3.0",
"grunt-banana-checker": "0.9.0",
"grunt-eslint": "23.0.0",
"grunt-stylelint": "0.15.0",