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-09-27 08:49:52 +0300
committerGitHub <noreply@github.com>2022-09-27 08:49:52 +0300
commit2b65149e02ed45f9b259a407a335e6e8defad611 (patch)
treee4fd02a37fb148bbfe16b3847655167356c28101 /package.json
parenteff658edb7d8808b028d4b15de10104d89883df5 (diff)
Update devDependencies (#37208)
* autoprefixer ^10.4.11 → ^10.4.12 * eslint ^8.23.1 → ^8.24.0 * hugo-bin ^0.91.1 → ^0.92.1 * lockfile-lint ^4.8.0 → ^4.9.3 * rollup ^2.79.0 → ^2.79.1 * sass ^1.54.9 → ^1.55.0 * stylelint ^14.12.0 → ^14.12.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 5d8c7450f1..7af88f8411 100644
--- a/package.json
+++ b/package.json
@@ -112,11 +112,11 @@
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-replace": "^4.0.0",
- "autoprefixer": "^10.4.11",
+ "autoprefixer": "^10.4.12",
"bundlewatch": "^0.3.3",
"clean-css-cli": "^5.6.1",
"cross-env": "^7.0.3",
- "eslint": "^8.23.1",
+ "eslint": "^8.24.0",
"eslint-config-xo": "^0.42.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-markdown": "^3.0.0",
@@ -124,7 +124,7 @@
"find-unused-sass-variables": "^4.0.4",
"globby": "^11.1.0",
"hammer-simulator": "0.0.1",
- "hugo-bin": "^0.91.1",
+ "hugo-bin": "^0.92.1",
"ip": "^2.0.0",
"jquery": "^3.6.1",
"karma": "^6.4.1",
@@ -136,17 +136,17 @@
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"karma-rollup-preprocessor": "7.0.7",
- "lockfile-lint": "^4.8.0",
+ "lockfile-lint": "^4.9.3",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.16",
"postcss-cli": "^10.0.0",
- "rollup": "^2.79.0",
+ "rollup": "^2.79.1",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^4.0.0",
- "sass": "^1.54.9",
+ "sass": "^1.55.0",
"shelljs": "^0.8.5",
- "stylelint": "^14.12.0",
+ "stylelint": "^14.12.1",
"stylelint-config-twbs-bootstrap": "^6.0.0",
"terser": "^5.15.0",
"vnu-jar": "21.10.12"