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: I63254626f9b35eab8a5a1fc9afdb6c458e073f2f
This commit is contained in:
libraryupgrader 2020-09-05 11:07:40 +00:00
parent 56d6d1598a
commit 0d8d458648
3 changed files with 476 additions and 442 deletions

View file

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

911
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -8,8 +8,8 @@
},
"devDependencies": {
"ace-builds": "1.4.12",
"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-clean": "2.0.0",
"grunt-contrib-copy": "1.0.0",