diff options
| author | Priyansh <[email protected]> | 2021-10-06 14:40:59 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-06 14:40:59 -0400 |
| commit | 52cd86f8710f8049a744b5bcb9f4a7ce19114b6e (patch) | |
| tree | 8956dbd6f94ae25d273d496e64840ed30b6d88a5 /package.json | |
| parent | d065706ce4b439b5c77d9a68e708212e91cc4f0b (diff) | |
| parent | c331a150cdc2834f08bcf458cdb1b104cc510b67 (diff) | |
| download | bootstrap-52cd86f8710f8049a744b5bcb9f4a7ce19114b6e.tar.xz bootstrap-52cd86f8710f8049a744b5bcb9f4a7ce19114b6e.zip | |
Merge branch 'twbs:main' into main
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/package.json b/package.json index e22933818..f20976fde 100644 --- a/package.json +++ b/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.1.1", + "version": "5.1.2", "config": { "version_short": "5.1" }, @@ -58,8 +58,9 @@ "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-lint": "npm-run-all --aggregate-output --parallel docs-vnu docs-linkinator docs-spellcheck", "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", @@ -97,23 +98,24 @@ }, "dependencies": {}, "peerDependencies": { - "@popperjs/core": "^2.10.1" + "@popperjs/core": "^2.10.2" }, "devDependencies": { "@babel/cli": "^7.15.7", "@babel/core": "^7.15.5", "@babel/preset-env": "^7.15.6", - "@popperjs/core": "^2.10.1", + "@popperjs/core": "^2.10.2", "@rollup/plugin-babel": "^5.3.0", - "@rollup/plugin-commonjs": "^20.0.0", + "@rollup/plugin-commonjs": "^21.0.0", "@rollup/plugin-node-resolve": "^13.0.5", "@rollup/plugin-replace": "^3.0.0", - "autoprefixer": "^10.2.6", + "autoprefixer": "^10.3.7", "bundlewatch": "^0.3.2", - "clean-css-cli": "^5.3.3", + "clean-css-cli": "^5.4.1", "cross-env": "^7.0.3", + "cspell": "^5.12.0", "eslint": "^7.32.0", - "eslint-config-xo": "^0.38.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", @@ -132,19 +134,19 @@ "karma-jasmine": "^4.0.1", "karma-jasmine-html-reporter": "^1.7.0", "karma-rollup-preprocessor": "^7.0.7", - "linkinator": "^2.14.0", + "linkinator": "^2.14.3", "lockfile-lint": "^4.6.2", "nodemon": "^2.0.13", "npm-run-all": "^4.1.5", - "postcss": "^8.3.8", + "postcss": "^8.3.9", "postcss-cli": "^9.0.1", - "rollup": "^2.57.0", + "rollup": "^2.58.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.3", + "stylelint-config-twbs-bootstrap": "^2.2.4", "terser": "^5.9.0", "vnu-jar": "21.9.2" }, @@ -171,7 +173,7 @@ }, "dependencies": {}, "peerDependencies": { - "@popperjs/core": "^2.10.1" + "@popperjs/core": "^2.10.2" } } } |
