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-10-25 21:21:45 +0300
committerXhmikosR <xhmikosr@gmail.com>2022-10-25 21:21:45 +0300
commit75302e9d5609e8f521b4ad71e5cbc7cec45858be (patch)
tree5e2607308049e2c0513ecb55bc85fe057bca192d /package.json
parenta3112f97f0f7191f39161bd4cbbda5869adeda82 (diff)
Update devDependencies
* bootstrap 5.2.1 → 5.2.2 * hugo-bin ^0.92.2 → ^0.92.3 * linkinator ^4.0.3 → ^4.1.0 * lockfile-lint ^4.9.5 → ^4.9.6 * postcss ^8.4.17 → ^8.4.18 * stylelint ^14.13.0 → ^14.14.0
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 bf202c48..9d38f5c6 100644
--- a/package.json
+++ b/package.json
@@ -34,17 +34,17 @@
},
"devDependencies": {
"autoprefixer": "^10.4.12",
- "bootstrap": "5.2.1",
+ "bootstrap": "5.2.2",
"cross-env": "^7.0.3",
"find-unused-sass-variables": "^4.0.4",
- "hugo-bin": "^0.92.2",
- "linkinator": "^4.0.3",
- "lockfile-lint": "^4.9.5",
+ "hugo-bin": "^0.92.3",
+ "linkinator": "^4.1.0",
+ "lockfile-lint": "^4.9.6",
"markdownlint-cli2": "^0.5.1",
"npm-run-all": "^4.1.5",
- "postcss": "^8.4.17",
+ "postcss": "^8.4.18",
"postcss-cli": "^10.0.0",
- "stylelint": "^14.13.0",
+ "stylelint": "^14.14.0",
"stylelint-config-twbs-bootstrap": "^6.0.0",
"vnu-jar": "22.9.29"
}