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-12-14 10:51:31 +0300
committerGitHub <noreply@github.com>2021-12-14 10:51:31 +0300
commit8cdb6c40bdf55229459f479111e6a44d49052cf1 (patch)
tree04404e60519407f9a7af2ded8c4411a8604f4b2c /package.json
parentcd50942831c911dc2ff4b6d252361b5cbe708f1d (diff)
Update stylelint and stylelint-config-twbs-bootstrap (#35438)
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 5a70e86893..4abb9d7875 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 globby,karma-browserstack-launcher,stylelint && 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",
@@ -144,8 +144,8 @@
"rtlcss": "^3.5.0",
"sass": "^1.45.0",
"shelljs": "^0.8.4",
- "stylelint": "^13.13.1",
- "stylelint-config-twbs-bootstrap": "^2.2.4",
+ "stylelint": "^14.1.0",
+ "stylelint-config-twbs-bootstrap": "^3.0.0-beta1",
"terser": "^5.10.0",
"vnu-jar": "21.10.12"
},