2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Update devDependencies and gems

This commit is contained in:
XhmikosR
2020-03-08 10:12:12 +02:00
parent f852dff122
commit 0ca1ec6fc3
3 changed files with 227 additions and 218 deletions
+8 -8
View File
@@ -72,7 +72,7 @@
"docs-lint": "node build/vnu-jar.js",
"docs-serve": "bundle exec jekyll serve",
"docs-serve-only": "npm run docs-serve -- --skip-initial-build --no-watch",
"update-deps": "ncu -u -x \"babel-plugin-istanbul,cross-env,eslint,find-unused-sass-variables,jquery,karma,karma-browserstack-launcher,karma-qunit,nodemon,postcss-cli,qunit,rollup,sinon,stylelint,stylelint-config-twbs-bootstrap\" && npm update && bundle update && cross-env-shell echo Manually update \\\"site/docs/$npm_package_version_short/assets/js/vendor/\\\"",
"update-deps": "ncu -u -x \"babel-plugin-istanbul,cross-env,eslint,find-unused-sass-variables,jquery,karma,karma-browserstack-launcher,karma-qunit,nodemon,postcss-cli,qunit,sinon,stylelint,stylelint-config-twbs-bootstrap\" && npm update && bundle update && cross-env-shell echo Manually update \\\"site/docs/$npm_package_version_short/assets/js/vendor/\\\"",
"release": "npm-run-all dist release-sri release-zip docs-production",
"release-sri": "node build/generate-sri.js",
"release-version": "node build/change-version.js",
@@ -108,11 +108,11 @@
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-env": "^7.8.7",
"autoprefixer": "^9.7.4",
"babel-eslint": "^10.0.3",
"babel-eslint": "^10.1.0",
"babel-plugin-istanbul": "^5.2.0",
"broken-link-checker": "^0.7.8",
"bundlesize": "^0.18.0",
@@ -139,8 +139,8 @@
"popper.js": "^1.16.0",
"postcss-cli": "^6.1.3",
"qunit": "2.9.2",
"rollup": "1.26.5",
"rollup-plugin-babel": "^4.3.3",
"rollup": "^1.32.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"shelljs": "^0.8.3",
@@ -148,8 +148,8 @@
"sinon": "^7.5.0",
"stylelint": "^9.10.1",
"stylelint-config-twbs-bootstrap": "^0.5.0",
"uglify-js": "^3.7.7",
"vnu-jar": "20.1.2"
"uglify-js": "^3.8.0",
"vnu-jar": "20.2.28"
},
"engines": {
"node": ">=6"