diff options
Diffstat (limited to 'vendor/twbs/bootstrap/package.json')
-rw-r--r-- | vendor/twbs/bootstrap/package.json | 131 |
1 files changed, 66 insertions, 65 deletions
diff --git a/vendor/twbs/bootstrap/package.json b/vendor/twbs/bootstrap/package.json index 6ef5d9f57..3d0f59b92 100644 --- a/vendor/twbs/bootstrap/package.json +++ b/vendor/twbs/bootstrap/package.json @@ -1,9 +1,9 @@ { "name": "bootstrap", "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", - "version": "5.1.3", + "version": "5.2.0", "config": { - "version_short": "5.1" + "version_short": "5.2" }, "keywords": [ "css", @@ -19,6 +19,28 @@ "contributors": [ "Twitter, Inc." ], + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/twbs/bootstrap.git" + }, + "bugs": { + "url": "https://github.com/twbs/bootstrap/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ], + "main": "dist/js/bootstrap.js", + "module": "dist/js/bootstrap.esm.js", + "sass": "scss/bootstrap.scss", + "style": "dist/css/bootstrap.css", "scripts": { "start": "npm-run-all --parallel watch docs-serve", "bundlewatch": "bundlewatch --config .bundlewatch.config.json", @@ -57,14 +79,12 @@ "docs": "npm-run-all docs-build docs-lint", "docs-build": "hugo --cleanDestinationDir", "docs-compile": "npm run docs-build", - "docs-linkinator": "linkinator _site --recurse --skip \"^(?!http://localhost)\" --verbosity error", - "docs-spellcheck": "cspell \"site/**/*.md\" --no-progress", "docs-vnu": "node build/vnu-jar.js", - "docs-lint": "npm-run-all --aggregate-output --parallel docs-vnu docs-linkinator docs-spellcheck", + "docs-lint": "npm run docs-vnu", "docs-serve": "hugo server --port 9001 --disableFastRender", "docs-serve-only": "npx sirv-cli _site --port 9001", "lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json", - "update-deps": "ncu -u -x globby,karma-browserstack-launcher && npm update && echo Manually update site/assets/js/vendor", + "update-deps": "ncu -u -x globby,karma-browserstack-launcher,karma-rollup-preprocessor && echo Manually update site/assets/js/vendor", "release": "npm-run-all dist release-sri docs-build release-zip*", "release-sri": "node build/generate-sri.js", "release-version": "node build/change-version.js", @@ -80,75 +100,56 @@ "watch-js-main": "nodemon --watch js/src/ --ext js --exec \"npm-run-all js-lint js-compile\"", "watch-js-docs": "nodemon --watch site/assets/js/ --ext js --exec \"npm run js-lint\"" }, - "style": "dist/css/bootstrap.css", - "sass": "scss/bootstrap.scss", - "main": "dist/js/bootstrap.js", - "module": "dist/js/bootstrap.esm.js", - "repository": { - "type": "git", - "url": "git+https://github.com/twbs/bootstrap.git" - }, - "bugs": { - "url": "https://github.com/twbs/bootstrap/issues" - }, - "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/bootstrap" - }, - "dependencies": {}, "peerDependencies": { - "@popperjs/core": "^2.10.2" + "@popperjs/core": "^2.11.5" }, "devDependencies": { - "@babel/cli": "^7.15.7", - "@babel/core": "^7.15.5", - "@babel/preset-env": "^7.15.6", - "@popperjs/core": "^2.10.2", - "@rollup/plugin-babel": "^5.3.0", - "@rollup/plugin-commonjs": "^21.0.0", - "@rollup/plugin-node-resolve": "^13.0.5", - "@rollup/plugin-replace": "^3.0.0", - "autoprefixer": "^10.3.6", - "bundlewatch": "^0.3.2", - "clean-css-cli": "^5.4.1", + "@babel/cli": "^7.18.9", + "@babel/core": "^7.18.9", + "@babel/preset-env": "^7.18.9", + "@popperjs/core": "^2.11.5", + "@rollup/plugin-babel": "^5.3.1", + "@rollup/plugin-commonjs": "^22.0.1", + "@rollup/plugin-node-resolve": "^13.3.0", + "@rollup/plugin-replace": "^4.0.0", + "autoprefixer": "^10.4.7", + "bundlewatch": "^0.3.3", + "clean-css-cli": "^5.6.1", "cross-env": "^7.0.3", - "cspell": "^5.12.0", - "eslint": "^7.32.0", - "eslint-config-xo": "^0.39.0", - "eslint-plugin-import": "^2.24.2", - "eslint-plugin-unicorn": "^36.0.0", - "find-unused-sass-variables": "^3.1.0", - "glob": "^7.2.0", - "globby": "^11.0.4", + "eslint": "^8.20.0", + "eslint-config-xo": "^0.41.0", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-markdown": "^3.0.0", + "eslint-plugin-unicorn": "^42.0.0", + "find-unused-sass-variables": "^4.0.4", + "globby": "^11.1.0", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.76.1", - "ip": "^1.1.5", + "hugo-bin": "^0.89.0", + "ip": "^2.0.0", "jquery": "^3.6.0", - "karma": "^6.3.4", + "karma": "^6.4.0", "karma-browserstack-launcher": "1.4.0", - "karma-chrome-launcher": "^3.1.0", + "karma-chrome-launcher": "^3.1.1", "karma-coverage-istanbul-reporter": "^3.0.3", "karma-detect-browsers": "^2.3.3", - "karma-firefox-launcher": "^2.1.1", - "karma-jasmine": "^4.0.1", - "karma-jasmine-html-reporter": "^1.7.0", - "karma-rollup-preprocessor": "^7.0.7", - "linkinator": "^2.14.0", - "lockfile-lint": "^4.6.2", - "nodemon": "^2.0.13", + "karma-firefox-launcher": "^2.1.2", + "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", "npm-run-all": "^4.1.5", - "postcss": "^8.3.8", - "postcss-cli": "^9.0.1", - "rollup": "^2.58.0", + "postcss": "^8.4.14", + "postcss-cli": "^10.0.0", + "rollup": "^2.77.0", "rollup-plugin-istanbul": "^3.0.0", - "rtlcss": "^3.3.0", - "sass": "^1.42.1", - "shelljs": "^0.8.4", - "stylelint": "^13.13.1", - "stylelint-config-twbs-bootstrap": "^2.2.4", - "terser": "^5.9.0", - "vnu-jar": "21.9.2" + "rtlcss": "^3.5.0", + "sass": "^1.53.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" }, "files": [ "dist/{css,js}/*.{css,js,map}", @@ -173,7 +174,7 @@ }, "dependencies": {}, "peerDependencies": { - "@popperjs/core": "^2.10.2" + "@popperjs/core": "^2.11.5" } } } |