diff options
author | Mario <mario@mariovavti.com> | 2022-10-11 18:45:17 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-10-11 18:45:17 +0000 |
commit | a749db8d0f216491cfefb3849891d93f89b775f7 (patch) | |
tree | 30938c375526280a2114b826dbb9d9a9dae72537 /vendor/twbs/bootstrap/package.json | |
parent | 10ba98c4f5ec4efe6272516de47f0ce128ef2902 (diff) | |
download | volse-hubzilla-a749db8d0f216491cfefb3849891d93f89b775f7.tar.gz volse-hubzilla-a749db8d0f216491cfefb3849891d93f89b775f7.tar.bz2 volse-hubzilla-a749db8d0f216491cfefb3849891d93f89b775f7.zip |
composer update twbs
Diffstat (limited to 'vendor/twbs/bootstrap/package.json')
-rw-r--r-- | vendor/twbs/bootstrap/package.json | 55 |
1 files changed, 28 insertions, 27 deletions
diff --git a/vendor/twbs/bootstrap/package.json b/vendor/twbs/bootstrap/package.json index 3d0f59b92..6b8ff432a 100644 --- a/vendor/twbs/bootstrap/package.json +++ b/vendor/twbs/bootstrap/package.json @@ -1,7 +1,7 @@ { "name": "bootstrap", "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", - "version": "5.2.0", + "version": "5.2.2", "config": { "version_short": "5.2" }, @@ -63,7 +63,7 @@ "js-compile-standalone-esm": "rollup --environment ESM:true,BUNDLE:false --config build/rollup.config.js --sourcemap", "js-compile-bundle": "rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap", "js-compile-plugins": "node build/build-plugins.js", - "js-lint": "eslint --cache --cache-location .cache/.eslintcache --report-unused-disable-directives .", + "js-lint": "eslint --cache --cache-location .cache/.eslintcache --report-unused-disable-directives --ext .html,.js .", "js-minify": "npm-run-all --aggregate-output --parallel js-minify-*", "js-minify-standalone": "terser --compress passes=2 --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map\" --output dist/js/bootstrap.min.js dist/js/bootstrap.js", "js-minify-standalone-esm": "terser --compress passes=2 --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.esm.js.map,includeSources,url=bootstrap.esm.min.js.map\" --output dist/js/bootstrap.esm.min.js dist/js/bootstrap.esm.js", @@ -101,33 +101,34 @@ "watch-js-docs": "nodemon --watch site/assets/js/ --ext js --exec \"npm run js-lint\"" }, "peerDependencies": { - "@popperjs/core": "^2.11.5" + "@popperjs/core": "^2.11.6" }, "devDependencies": { - "@babel/cli": "^7.18.9", - "@babel/core": "^7.18.9", - "@babel/preset-env": "^7.18.9", - "@popperjs/core": "^2.11.5", + "@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.1", - "@rollup/plugin-node-resolve": "^13.3.0", + "@rollup/plugin-commonjs": "^22.0.2", + "@rollup/plugin-node-resolve": "^14.1.0", "@rollup/plugin-replace": "^4.0.0", - "autoprefixer": "^10.4.7", + "autoprefixer": "^10.4.12", "bundlewatch": "^0.3.3", "clean-css-cli": "^5.6.1", "cross-env": "^7.0.3", - "eslint": "^8.20.0", - "eslint-config-xo": "^0.41.0", + "eslint": "^8.24.0", + "eslint-config-xo": "^0.42.0", + "eslint-plugin-html": "^7.1.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-markdown": "^3.0.0", - "eslint-plugin-unicorn": "^42.0.0", + "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.89.0", + "hugo-bin": "^0.92.2", "ip": "^2.0.0", - "jquery": "^3.6.0", - "karma": "^6.4.0", + "jquery": "^3.6.1", + "karma": "^6.4.1", "karma-browserstack-launcher": "1.4.0", "karma-chrome-launcher": "^3.1.1", "karma-coverage-istanbul-reporter": "^3.0.3", @@ -136,20 +137,20 @@ "karma-jasmine": "^5.1.0", "karma-jasmine-html-reporter": "^2.0.0", "karma-rollup-preprocessor": "7.0.7", - "lockfile-lint": "^4.7.6", - "nodemon": "^2.0.19", + "lockfile-lint": "^4.9.5", + "nodemon": "^2.0.20", "npm-run-all": "^4.1.5", - "postcss": "^8.4.14", + "postcss": "^8.4.17", "postcss-cli": "^10.0.0", - "rollup": "^2.77.0", + "rollup": "^2.79.1", "rollup-plugin-istanbul": "^3.0.0", - "rtlcss": "^3.5.0", - "sass": "^1.53.0", + "rtlcss": "^4.0.0", + "sass": "^1.55.0", "shelljs": "^0.8.5", - "stylelint": "^14.9.1", - "stylelint-config-twbs-bootstrap": "^5.0.0", - "terser": "^5.14.2", - "vnu-jar": "21.10.12" + "stylelint": "^14.13.0", + "stylelint-config-twbs-bootstrap": "^6.0.0", + "terser": "^5.15.0", + "vnu-jar": "22.9.29" }, "files": [ "dist/{css,js}/*.{css,js,map}", @@ -174,7 +175,7 @@ }, "dependencies": {}, "peerDependencies": { - "@popperjs/core": "^2.11.5" + "@popperjs/core": "^2.11.6" } } } |