Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-02-28 22:25:35 +0300
committerXhmikosR <xhmikosr@gmail.com>2022-02-28 22:25:35 +0300
commit7840f9329ff59e754a3084419ac15e434e5f3c2d (patch)
treef0d0a9a6f5451cc6a0e20b48c7989cffe2e26d01 /package.json
parent9ffc6d477cdf0fd9db6d3462913405b8179bd615 (diff)
Update devDependencies
* find-unused-sass-variables ^4.0.1 → ^4.0.2 * hugo-bin ^0.80.2 → ^0.81.0 * postcss ^8.4.6 → ^8.4.7 * stylelint ^14.5.1 → ^14.5.3
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 795c7485..2a788ce1 100644
--- a/package.json
+++ b/package.json
@@ -35,15 +35,15 @@
"devDependencies": {
"autoprefixer": "^10.4.2",
"cross-env": "^7.0.3",
- "find-unused-sass-variables": "^4.0.1",
- "hugo-bin": "^0.80.2",
+ "find-unused-sass-variables": "^4.0.2",
+ "hugo-bin": "^0.81.0",
"linkinator": "^3.0.3",
"lockfile-lint": "^4.6.2",
"markdownlint-cli2": "0.4.0",
"npm-run-all": "^4.1.5",
- "postcss": "^8.4.6",
+ "postcss": "^8.4.7",
"postcss-cli": "^9.1.0",
- "stylelint": "^14.5.1",
+ "stylelint": "^14.5.3",
"stylelint-config-twbs-bootstrap": "^3.0.1",
"vnu-jar": "21.10.12"
}