Update devDependencies (#35174)

* eslint                 ^7.32.0  →    ^8.0.0
* eslint-plugin-import   ^2.24.2  →   ^2.25.2
* eslint-plugin-unicorn  ^36.0.0  →   ^37.0.1
* vnu-jar                21.10.8  →  21.10.12
This commit is contained in:
XhmikosR 2021-10-13 15:56:37 +03:00 committed by GitHub
parent 45bba10714
commit 99f6cf509d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1522 additions and 1868 deletions

3380
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -64,7 +64,7 @@
"docs-serve": "hugo server --port 9001 --disableFastRender",
"docs-serve-only": "npx sirv-cli _site --port 9001",
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
"update-deps": "ncu -u -x eslint,eslint-plugin-unicorn,globby,karma-browserstack-launcher && echo Manually update site/assets/js/vendor",
"update-deps": "ncu -u -x globby,karma-browserstack-launcher && echo Manually update site/assets/js/vendor",
"release": "npm-run-all dist release-sri docs-build release-zip*",
"release-sri": "node build/generate-sri.js",
"release-version": "node build/change-version.js",
@ -113,10 +113,10 @@
"clean-css-cli": "^5.4.1",
"cross-env": "^7.0.3",
"cspell": "^5.12.3",
"eslint": "^7.32.0",
"eslint": "^8.0.0",
"eslint-config-xo": "^0.39.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-unicorn": "^36.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-unicorn": "^37.0.1",
"find-unused-sass-variables": "^3.1.0",
"glob": "^7.2.0",
"globby": "^11.0.4",
@ -147,7 +147,7 @@
"stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.4",
"terser": "^5.9.0",
"vnu-jar": "21.10.8"
"vnu-jar": "21.10.12"
},
"files": [
"dist/{css,js}/*.{css,js,map}",