diff options
Diffstat (limited to 'vendor/twbs/bootstrap/package.json')
-rw-r--r-- | vendor/twbs/bootstrap/package.json | 38 |
1 files changed, 20 insertions, 18 deletions
diff --git a/vendor/twbs/bootstrap/package.json b/vendor/twbs/bootstrap/package.json index 0b45421bb..7343246fc 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": "4.5.2", + "version": "4.5.3", "version_short": "4.5", "keywords": [ "css", @@ -28,7 +28,7 @@ "css-compile-main": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/ -o dist/css/ && npm run css-copy", "css-compile-docs": "cross-env-shell node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 site/docs/$npm_package_version_short/assets/scss/docs.scss site/docs/$npm_package_version_short/assets/css/docs.min.css", "css-lint": "npm-run-all --continue-on-error --parallel css-lint-*", - "css-lint-main": "stylelint \"scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache", + "css-lint-main": "stylelint \"scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache --rd", "css-lint-docs": "stylelint \"site/docs/**/assets/scss/*.scss\" \"site/docs/**/*.css\" --cache --cache-location .cache/.stylelintcache", "css-lint-vars": "fusv scss/ site/docs/", "css-minify": "npm-run-all --parallel css-minify-*", @@ -109,25 +109,27 @@ "popper.js": "^1.16.1" }, "devDependencies": { - "@babel/cli": "^7.10.5", - "@babel/core": "^7.11.0", - "@babel/preset-env": "^7.11.0", - "@rollup/plugin-babel": "^5.1.0", - "@rollup/plugin-commonjs": "^14.0.0", - "@rollup/plugin-node-resolve": "^8.4.0", + "@babel/cli": "^7.11.6", + "@babel/core": "^7.11.6", + "@babel/preset-env": "^7.11.5", + "@rollup/plugin-babel": "^5.2.1", + "@rollup/plugin-commonjs": "^15.1.0", + "@rollup/plugin-node-resolve": "^9.0.0", "autoprefixer": "^9.8.6", - "babel-eslint": "^10.1.0", "babel-plugin-istanbul": "^6.0.0", - "bundlewatch": "^0.2.7", + "bundlewatch": "^0.3.1", "clean-css-cli": "^4.3.0", "cross-env": "^7.0.2", - "eslint": "^7.6.0", + "eslint": "^7.11.0", + "eslint-config-xo": "^0.32.1", + "eslint-plugin-import": "^2.22.1", + "eslint-plugin-unicorn": "^22.0.0", "find-unused-sass-variables": "^2.0.0", "glob": "^7.1.6", "hammer-simulator": "0.0.1", "ip": "^1.1.5", "jquery": "^3.5.1", - "karma": "^5.1.1", + "karma": "^5.2.3", "karma-browserstack-launcher": "1.4.0", "karma-chrome-launcher": "^3.1.0", "karma-coverage-istanbul-reporter": "^3.0.3", @@ -135,20 +137,20 @@ "karma-firefox-launcher": "^1.3.0", "karma-qunit": "^4.1.1", "karma-sinon": "^1.0.5", - "linkinator": "^2.1.1", + "linkinator": "^2.1.3", "lockfile-lint": "^4.3.7", "node-sass": "^4.14.1", "nodemon": "^2.0.4", "npm-run-all": "^4.1.5", "popper.js": "^1.16.1", - "postcss-cli": "^7.1.1", - "qunit": "^2.10.1", - "rollup": "^2.23.0", + "postcss-cli": "^7.1.2", + "qunit": "^2.11.3", + "rollup": "^2.29.0", "shelljs": "^0.8.4", "shx": "^0.3.2", "sinon": "^7.5.0", - "stylelint": "^13.6.1", - "stylelint-config-twbs-bootstrap": "^2.0.3", + "stylelint": "^13.7.2", + "stylelint-config-twbs-bootstrap": "^2.1.0", "terser": "^4.8.0", "vnu-jar": "20.6.30" }, |