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-07-11 08:30:10 +0300
committerGitHub <noreply@github.com>2022-07-11 08:30:10 +0300
commitde75c2fe578526f45f3fe91ca68d7a6d4514c16a (patch)
tree3ab42d1bfe242e8486b3932f825eec54b1349ee2 /package.json
parent8facc79ebea6405b1ded32169496ca29def47608 (diff)
Update devDependencies (#1348)
* eslint ^8.17.0 → ^8.19.0 * hugo-bin ^0.88.2 → ^0.89.0 * lockfile-lint ^4.7.4 → ^4.7.6 * postcss-cli ^9.1.0 → ^10.0.0 * svg-sprite ^2.0.0-beta5 → ^2.0.0-beta7
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 4afe4074d..acbb5e4fc 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.17.0",
+ "eslint": "^8.19.0",
"fantasticon": "^1.2.3",
"find-unused-sass-variables": "^4.0.4",
- "hugo-bin": "^0.88.2",
- "lockfile-lint": "^4.7.4",
+ "hugo-bin": "^0.89.0",
+ "lockfile-lint": "^4.7.6",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"postcss": "^8.4.14",
- "postcss-cli": "^9.1.0",
+ "postcss-cli": "^10.0.0",
"purgecss": "^4.1.3",
"stylelint": "^14.9.1",
"stylelint-config-twbs-bootstrap": "^4.0.0",
- "svg-sprite": "^2.0.0-beta5",
+ "svg-sprite": "^2.0.0-beta7",
"svgo": "^2.8.0",
"vnu-jar": "21.10.12"
},