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-05-28 08:24:53 +0300
committerGitHub <noreply@github.com>2022-05-28 08:24:53 +0300
commitdc436de932cf348c4136921a089b337db8f9f041 (patch)
tree779da246b538b8cf64e01d8ac87dd09c374cff8d /package.json
parent9bcba3efe7fae552f6425f6f4aaf70590d835482 (diff)
Update devDependencies (#1333)
* eslint ^8.14.0 → ^8.16.0 * hugo-bin ^0.86.0 → ^0.87.1 * postcss ^8.4.13 → ^8.4.14 * stylelint ^14.8.2 → ^14.8.5 * stylelint-config-twbs-bootstrap ^3.0.1 → ^3.1.0 * svg-sprite ^2.0.0-beta4 → ^2.0.0-beta5
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 c4b81236f..1f128d62d 100644
--- a/package.json
+++ b/package.json
@@ -42,19 +42,19 @@
"autoprefixer": "^10.4.7",
"bootstrap": "5.2.0-beta1",
"cross-env": "^7.0.3",
- "eslint": "^8.14.0",
+ "eslint": "^8.16.0",
"fantasticon": "^1.2.3",
"find-unused-sass-variables": "^4.0.4",
- "hugo-bin": "^0.86.0",
+ "hugo-bin": "^0.87.1",
"lockfile-lint": "^4.7.4",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
- "postcss": "^8.4.13",
+ "postcss": "^8.4.14",
"postcss-cli": "^9.1.0",
"purgecss": "^4.1.3",
- "stylelint": "^14.8.2",
- "stylelint-config-twbs-bootstrap": "^3.0.1",
- "svg-sprite": "^2.0.0-beta4",
+ "stylelint": "^14.8.5",
+ "stylelint-config-twbs-bootstrap": "^3.1.0",
+ "svg-sprite": "^2.0.0-beta5",
"svgo": "^2.8.0",
"vnu-jar": "21.10.12"
},