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

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-10-25 21:23:30 +0300
committerGitHub <noreply@github.com>2022-10-25 21:23:30 +0300
commit9a2d13acc39ca084c981f0cd3f80d270af34bd49 (patch)
tree4489857ce1d552761d4f11c028e12ffa9443396d /package.json
parentde85b8a0d2794c01c8a5e83485887d81d1b3a373 (diff)
Update devDependencies (#1462)
* bootstrap 5.2.1 → 5.2.2 * eslint ^8.24.0 → ^8.26.0 * hugo-bin ^0.92.2 → ^0.92.3 * lockfile-lint ^4.9.5 → ^4.9.6 * postcss ^8.4.17 → ^8.4.18 * stylelint ^14.13.0 → ^14.14.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index c19117a63..19c029795 100644
--- a/package.json
+++ b/package.json
@@ -40,19 +40,19 @@
"sass": "font/bootstrap-icons.scss",
"devDependencies": {
"autoprefixer": "^10.4.12",
- "bootstrap": "5.2.1",
+ "bootstrap": "5.2.2",
"cross-env": "^7.0.3",
- "eslint": "^8.24.0",
+ "eslint": "^8.26.0",
"fantasticon": "^1.2.3",
"find-unused-sass-variables": "^4.0.4",
- "hugo-bin": "^0.92.2",
- "lockfile-lint": "^4.9.5",
+ "hugo-bin": "^0.92.3",
+ "lockfile-lint": "^4.9.6",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
- "postcss": "^8.4.17",
+ "postcss": "^8.4.18",
"postcss-cli": "^10.0.0",
"purgecss": "^5.0.0",
- "stylelint": "^14.13.0",
+ "stylelint": "^14.14.0",
"stylelint-config-twbs-bootstrap": "^6.0.0",
"svg-sprite": "^2.0.0",
"svgo": "^2.8.0",