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-11-13 17:01:53 +0300
committerGitHub <noreply@github.com>2022-11-13 17:01:53 +0300
commit1b7256e0ad37ad745458e89fc733fbfa090f859b (patch)
tree2c12e4755af57667ecba1e07c2643bbfb03c67bb /package.json
parent26a41c00d3af4afd25a86ea4803a10239bed1b3a (diff)
Update devDependencies (#1490)
* eslint ^8.26.0 → ^8.27.0 * postcss ^8.4.18 → ^8.4.19 * stylelint ^14.14.0 → ^14.15.0 * stylelint-config-twbs-bootstrap ^6.0.0 → ^7.0.0 * svg-sprite ^2.0.1 → ^2.0.2
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 2587f9249..fa3d187c9 100644
--- a/package.json
+++ b/package.json
@@ -42,19 +42,19 @@
"autoprefixer": "^10.4.13",
"bootstrap": "5.2.2",
"cross-env": "^7.0.3",
- "eslint": "^8.26.0",
+ "eslint": "^8.27.0",
"fantasticon": "^1.2.3",
"find-unused-sass-variables": "^4.0.4",
"hugo-bin": "^0.93.0",
"lockfile-lint": "^4.9.6",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
- "postcss": "^8.4.18",
+ "postcss": "^8.4.19",
"postcss-cli": "^10.0.0",
"purgecss": "^5.0.0",
- "stylelint": "^14.14.0",
- "stylelint-config-twbs-bootstrap": "^6.0.0",
- "svg-sprite": "^2.0.1",
+ "stylelint": "^14.15.0",
+ "stylelint-config-twbs-bootstrap": "^7.0.0",
+ "svg-sprite": "^2.0.2",
"svgo": "^2.8.0",
"vnu-jar": "22.9.29"
},