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-08-26 19:32:29 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-08-30 15:51:44 +0300
commit4a4b61f0825ddbdb8acf1e9d3f1c1049a79aa3c7 (patch)
tree7a4f7eb7919b17f0c4022f42063d9ef79eb7c5f4 /package.json
parent10fc1fec6ae74ef1d8e9a4bf417bd5db1f2c288e (diff)
Update eslint-plugin-unicorn to v35.0.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index a7909de8dc..dcf2136eee 100644
--- a/package.json
+++ b/package.json
@@ -63,7 +63,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-plugin-unicorn,globby,karma-browserstack-launcher,terser && npm update && echo Manually update site/assets/js/vendor",
+ "update-deps": "ncu -u -x globby,karma-browserstack-launcher,terser && npm update && 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",
@@ -115,7 +115,7 @@
"eslint": "^7.32.0",
"eslint-config-xo": "^0.38.0",
"eslint-plugin-import": "^2.24.2",
- "eslint-plugin-unicorn": "^34.0.1",
+ "eslint-plugin-unicorn": "^35.0.0",
"find-unused-sass-variables": "^3.1.0",
"glob": "^7.1.7",
"globby": "^11.0.4",