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>2022-06-01 18:19:32 +0300
committerGitHub <noreply@github.com>2022-06-01 18:19:32 +0300
commiteb17d3d760d621045a6e2e2beabd5678db891163 (patch)
treeca4f537441da591a183957ffc080beb4ac358e59 /package.json
parent83cb588f949e45f1e299c7757b4ca6ec7213dc22 (diff)
Update devDependencies (#36481)
* hugo-bin ^0.87.1 → ^0.88.1 * rollup ^2.74.1 → ^2.75.5 * stylelint-config-twbs-bootstrap ^3.1.0 → ^3.2.0
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 3775a91951..3fcc7fd26c 100644
--- a/package.json
+++ b/package.json
@@ -124,7 +124,7 @@
"find-unused-sass-variables": "^4.0.4",
"globby": "^11.1.0",
"hammer-simulator": "0.0.1",
- "hugo-bin": "^0.87.1",
+ "hugo-bin": "^0.88.1",
"ip": "^2.0.0",
"jquery": "^3.6.0",
"karma": "^6.3.20",
@@ -141,13 +141,13 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.14",
"postcss-cli": "^9.1.0",
- "rollup": "^2.74.1",
+ "rollup": "^2.75.5",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
"sass": "^1.52.1",
"shelljs": "^0.8.5",
"stylelint": "^14.8.5",
- "stylelint-config-twbs-bootstrap": "^3.1.0",
+ "stylelint-config-twbs-bootstrap": "^3.2.0",
"terser": "^5.14.0",
"vnu-jar": "21.10.12"
},