deps: update deps (#5411)

* deps: update deps

* chore: update husky from v2 format to v6 (really it's v4)

* move devDependencies below dependencies

* use package-lock.json (lockfile) format v2 (npm 7)

We are in the linter, see
b070d41be2/package-lock.json (L4)
This commit is contained in:
bl-ue
2021-04-07 10:16:21 -04:00
committed by GitHub
parent a99a8d98d8
commit 72a714b700
4 changed files with 388 additions and 607 deletions

1
.husky/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
_

4
.husky/pre-commit Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm test