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: Id43b02523bb5e0a706f64c1a40d1c1841aa3d345
This commit is contained in:
libraryupgrader 2020-09-04 23:21:10 +00:00
parent 060dc52f44
commit e96711d7bb
3 changed files with 394 additions and 261 deletions

View file

@ -7,6 +7,7 @@
"wikimedia/jsduck"
],
"rules": {
"max-len": "off"
"max-len": "off",
"no-shadow": "warn"
}
}

648
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -5,8 +5,8 @@
"doc": "jsduck"
},
"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-contrib-watch": "1.1.0",
"grunt-eslint": "23.0.0",