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: Ia41a39555f46aaa9108d17b7dd40b8a35de4f616
This commit is contained in:
libraryupgrader 2020-09-04 06:23:23 +00:00
parent f869ee4bd2
commit 787429e1af
3 changed files with 269 additions and 259 deletions

View file

@ -10,6 +10,7 @@
"max-len": "off",
"max-statements-per-line": "off",
"no-jquery/no-class-state": "off",
"no-jquery/no-support": "off"
"no-jquery/no-support": "off",
"no-shadow": "warn"
}
}

521
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -6,8 +6,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-eslint": "23.0.0",
"grunt-stylelint": "0.15.0",