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-04-17 08:33:20 +0300
committerGitHub <noreply@github.com>2022-04-17 08:33:20 +0300
commit85aaf06d7dd804ef36b8be2d019d67842708175e (patch)
treebc05193f79e0a075bae13195b4af7a950c6ce057 /package.json
parente447c7adaeb162115d0485c00cdef869c95d7220 (diff)
Update devDependencies (#1283)
* eslint ^8.12.0 → ^8.13.0 * hugo-bin ^0.84.0 → ^0.85.1 * svg-sprite ^2.0.0-beta3 → ^2.0.0-beta4
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 9c3a4ea08..e6c74fc6b 100644
--- a/package.json
+++ b/package.json
@@ -41,10 +41,10 @@
"devDependencies": {
"autoprefixer": "^10.4.4",
"cross-env": "^7.0.3",
- "eslint": "^8.12.0",
+ "eslint": "^8.13.0",
"fantasticon": "^1.2.3",
"find-unused-sass-variables": "^4.0.4",
- "hugo-bin": "^0.84.0",
+ "hugo-bin": "^0.85.1",
"lockfile-lint": "^4.7.4",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
@@ -53,7 +53,7 @@
"purgecss": "^4.1.3",
"stylelint": "^14.6.1",
"stylelint-config-twbs-bootstrap": "^3.0.1",
- "svg-sprite": "^2.0.0-beta3",
+ "svg-sprite": "^2.0.0-beta4",
"svgo": "^2.8.0",
"vnu-jar": "21.10.12"
},