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>2021-10-05 19:42:45 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-10-05 19:42:45 +0300
commit5e835519fcdecb3083734d9953d1bdc4b2644bf9 (patch)
treee9e7a6e5ecf90e78f49559a2bf062d1874620d8b /package.json
parent93705da02885c2b994c16009573d940b041b7147 (diff)
Update devDependencies
* autoprefixer ^10.3.6 → ^10.3.7 * linkinator ^2.14.0 → ^2.14.3 * markdownlint-cli2 0.3.1 → 0.3.2 * postcss ^8.3.8 → ^8.3.9 * stylelint-config-twbs-bootstrap ^2.2.3 → ^2.2.4
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 d07ae9df..3cdba5dd 100644
--- a/package.json
+++ b/package.json
@@ -33,18 +33,18 @@
"buildTags": "extended"
},
"devDependencies": {
- "autoprefixer": "^10.3.6",
+ "autoprefixer": "^10.3.7",
"cross-env": "^7.0.3",
"find-unused-sass-variables": "^3.1.0",
"hugo-bin": "^0.76.1",
- "linkinator": "^2.14.0",
+ "linkinator": "^2.14.3",
"lockfile-lint": "^4.6.2",
- "markdownlint-cli2": "0.3.1",
+ "markdownlint-cli2": "0.3.2",
"npm-run-all": "^4.1.5",
- "postcss": "^8.3.8",
+ "postcss": "^8.3.9",
"postcss-cli": "^9.0.1",
"stylelint": "^13.13.1",
- "stylelint-config-twbs-bootstrap": "^2.2.3",
+ "stylelint-config-twbs-bootstrap": "^2.2.4",
"vnu-jar": "21.9.2"
}
}