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-03-24 23:08:03 +0300
committerGitHub <noreply@github.com>2022-03-24 23:08:03 +0300
commit0c3a4a829841e319d9f5df165679836e3256d168 (patch)
treeb4a3cfaa1ea47412dc37d76611efb42652f4f2f1 /package.json
parent1f06e7c2b997f2c46dd3b5c6ded5e2d06124e94d (diff)
Update devDependencies (#1263)
* autoprefixer ^10.4.2 → ^10.4.4 * eslint ^8.10.0 → ^8.11.0 * hugo-bin ^0.81.3 → ^0.83.1 * lockfile-lint ^4.6.2 → ^4.7.4 * postcss ^8.4.8 → ^8.4.12 * stylelint ^14.5.3 → ^14.6.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 53380fd5c..ce68accfe 100644
--- a/package.json
+++ b/package.json
@@ -39,20 +39,20 @@
"style": "font/bootstrap-icons.css",
"sass": "font/bootstrap-icons.scss",
"devDependencies": {
- "autoprefixer": "^10.4.2",
+ "autoprefixer": "^10.4.4",
"cheerio": "^1.0.0-rc.10",
"cross-env": "^7.0.3",
- "eslint": "^8.10.0",
+ "eslint": "^8.11.0",
"fantasticon": "^1.2.3",
"find-unused-sass-variables": "^4.0.3",
- "hugo-bin": "^0.81.3",
- "lockfile-lint": "^4.6.2",
+ "hugo-bin": "^0.83.1",
+ "lockfile-lint": "^4.7.4",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
- "postcss": "^8.4.8",
+ "postcss": "^8.4.12",
"postcss-cli": "^9.1.0",
"purgecss": "^4.1.3",
- "stylelint": "^14.5.3",
+ "stylelint": "^14.6.0",
"stylelint-config-twbs-bootstrap": "^3.0.1",
"svg-sprite": "^1.5.4",
"svgo": "^2.8.0",