Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-10-13 15:56:37 +0300
committerGitHub <noreply@github.com>2021-10-13 15:56:37 +0300
commit99f6cf509d8882b7c481ef50f15a86536330d8ab (patch)
tree53186ec5b56dea1e724193506bab205df080bdd7 /package.json
parent45bba1071469c1725d8487d5c945afd98c06566d (diff)
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
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index dd4ecafdd0..3032e50fdc 100644
--- a/package.json
+++ b/package.json
@@ -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}",