aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-03-08 10:12:12 +0200
committerXhmikosR <[email protected]>2020-03-09 16:08:41 +0200
commit0ca1ec6fc38be33d48c41d6ff1f0f7a155b57bb1 (patch)
tree08fb500d01873f69e7e3111621b23f76c4aa1ee2 /package.json
parentf852dff12287fd12d0c8bf67f497af122b4a45fa (diff)
downloadbootstrap-0ca1ec6fc38be33d48c41d6ff1f0f7a155b57bb1.tar.xz
bootstrap-0ca1ec6fc38be33d48c41d6ff1f0f7a155b57bb1.zip
Update devDependencies and gems
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json
index c70846e64..65d2d03a1 100644
--- a/package.json
+++ b/package.json
@@ -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"