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-10-02 08:24:41 +0300
committerGitHub <noreply@github.com>2022-10-02 08:24:41 +0300
commit812f891bfca0697cb2ec628700b7bbadbd8bf93a (patch)
tree434747b7222192f97421a66f6432acce1e2714dd /package.json
parentda0fe8c8b2e969bcf620a9ef1c1ca4f2b8554ec6 (diff)
Update devDependencies (#37238)
* Update devDependencies * @babel/cli ^7.18.10 → ^7.19.3 * @babel/core ^7.19.1 → ^7.19.3 * @babel/preset-env ^7.19.1 → ^7.19.3 * eslint-plugin-unicorn ^43.0.2 → ^44.0.0 * hugo-bin ^0.92.1 → ^0.92.2 * lockfile-lint ^4.9.3 → ^4.9.5 * postcss ^8.4.16 → ^8.4.17 * stylelint ^14.12.1 → ^14.13.0 * vnu-jar 21.10.12 → 22.9.29 * toast.js: fix new lint errors
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json
index f4bf383e2e..6e4d7fae53 100644
--- a/package.json
+++ b/package.json
@@ -104,9 +104,9 @@
"@popperjs/core": "^2.11.6"
},
"devDependencies": {
- "@babel/cli": "^7.18.10",
- "@babel/core": "^7.19.1",
- "@babel/preset-env": "^7.19.1",
+ "@babel/cli": "^7.19.3",
+ "@babel/core": "^7.19.3",
+ "@babel/preset-env": "^7.19.3",
"@popperjs/core": "^2.11.6",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
@@ -121,11 +121,11 @@
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-markdown": "^3.0.0",
- "eslint-plugin-unicorn": "^43.0.2",
+ "eslint-plugin-unicorn": "^44.0.0",
"find-unused-sass-variables": "^4.0.4",
"globby": "^11.1.0",
"hammer-simulator": "0.0.1",
- "hugo-bin": "^0.92.1",
+ "hugo-bin": "^0.92.2",
"ip": "^2.0.0",
"jquery": "^3.6.1",
"karma": "^6.4.1",
@@ -137,20 +137,20 @@
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"karma-rollup-preprocessor": "7.0.7",
- "lockfile-lint": "^4.9.3",
+ "lockfile-lint": "^4.9.5",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
- "postcss": "^8.4.16",
+ "postcss": "^8.4.17",
"postcss-cli": "^10.0.0",
"rollup": "^2.79.1",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^4.0.0",
"sass": "^1.55.0",
"shelljs": "^0.8.5",
- "stylelint": "^14.12.1",
+ "stylelint": "^14.13.0",
"stylelint-config-twbs-bootstrap": "^6.0.0",
"terser": "^5.15.0",
- "vnu-jar": "21.10.12"
+ "vnu-jar": "22.9.29"
},
"files": [
"dist/{css,js}/*.{css,js,map}",