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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-12-28 09:16:16 +0300
committerGitHub <noreply@github.com>2021-12-28 09:16:16 +0300
commit33c7f9fe6940f2972928174177ef834529b7a400 (patch)
tree342c4a1fe650e8a69c4965bd9be0e7660f9d548f /package.json
parentdeb8e3febd0bf59dff60c1411e162082e92199d0 (diff)
Update devDependencies (#35591)
* hugo-bin ^0.79.0 → ^0.79.2 * linkinator ^3.0.2 → ^3.0.3 * rollup ^2.61.1 → ^2.62.0 * stylelint ^14.1.0 → ^14.2.0 * stylelint-config-twbs-bootstrap ^3.0.0 → ^3.0.1
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 668068d460..c32d50338b 100644
--- a/package.json
+++ b/package.json
@@ -121,7 +121,7 @@
"glob": "^7.2.0",
"globby": "^11.0.4",
"hammer-simulator": "0.0.1",
- "hugo-bin": "^0.79.0",
+ "hugo-bin": "^0.79.2",
"ip": "^1.1.5",
"jquery": "^3.6.0",
"karma": "^6.3.9",
@@ -133,19 +133,19 @@
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"karma-rollup-preprocessor": "^7.0.7",
- "linkinator": "^3.0.2",
+ "linkinator": "^3.0.3",
"lockfile-lint": "^4.6.2",
"nodemon": "^2.0.15",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.5",
"postcss-cli": "^9.1.0",
- "rollup": "^2.61.1",
+ "rollup": "^2.62.0",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
"sass": "^1.45.1",
"shelljs": "^0.8.4",
- "stylelint": "^14.1.0",
- "stylelint-config-twbs-bootstrap": "^3.0.0",
+ "stylelint": "^14.2.0",
+ "stylelint-config-twbs-bootstrap": "^3.0.1",
"terser": "^5.10.0",
"vnu-jar": "21.10.12"
},