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-04-19 08:33:54 +0300
committerGitHub <noreply@github.com>2022-04-19 08:33:54 +0300
commitc1eab89238da2cb8ee13b6af0666760202718fbc (patch)
treea9e5b89cf068f4627909c301d4dc0f3ab3efcba1 /package.json
parent2aad1696f1536202b1d66205f7f9889b3b311755 (diff)
Update devDependencies (#36193)
* @rollup/plugin-commonjs ^21.0.3 → ^21.1.0 * @rollup/plugin-node-resolve ^13.2.0 → ^13.2.1 * globby ^11.0.4 → ^11.1.0 * hugo-bin ^0.84.0 → ^0.85.3 * rollup ^2.70.1 → ^2.70.2 * sass ^1.50.0 → ^1.50.1 * stylelint ^14.6.1 → ^14.7.1
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index f673fcae3c..db822d0100 100644
--- a/package.json
+++ b/package.json
@@ -109,8 +109,8 @@
"@babel/preset-env": "^7.16.11",
"@popperjs/core": "^2.11.5",
"@rollup/plugin-babel": "^5.3.1",
- "@rollup/plugin-commonjs": "^21.0.3",
- "@rollup/plugin-node-resolve": "^13.2.0",
+ "@rollup/plugin-commonjs": "^21.1.0",
+ "@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-replace": "^4.0.0",
"autoprefixer": "^10.4.4",
"bundlewatch": "^0.3.3",
@@ -121,9 +121,9 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-unicorn": "^42.0.0",
"find-unused-sass-variables": "^4.0.4",
- "globby": "^11.0.4",
+ "globby": "^11.1.0",
"hammer-simulator": "0.0.1",
- "hugo-bin": "^0.84.0",
+ "hugo-bin": "^0.85.3",
"ip": "^1.1.5",
"jquery": "^3.6.0",
"karma": "^6.3.18",
@@ -140,12 +140,12 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.12",
"postcss-cli": "^9.1.0",
- "rollup": "^2.70.1",
+ "rollup": "^2.70.2",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
- "sass": "^1.50.0",
+ "sass": "^1.50.1",
"shelljs": "^0.8.5",
- "stylelint": "^14.6.1",
+ "stylelint": "^14.7.1",
"stylelint-config-twbs-bootstrap": "^3.0.1",
"terser": "^5.12.1",
"vnu-jar": "21.10.12"