Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-12-13 18:30:42 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-12-14 18:09:46 +0300
commite2530bf3125849fcd6a9f0bdb832a7a76c52f63a (patch)
treef9b083dafd07bbc9a70d2f1f364886208798491d /package.json
parent2d54fa9c3fe3b5210da5778ef837249aaf5db657 (diff)
Update devDependencies and gems
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index c4dfc2122a..2d6315af5f 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 -a -x \"cross-env,eslint,find-unused-sass-variables,karma,karma-browserstack-launcher,karma-qunit,nodemon,qunit,rollup,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 \"cross-env,eslint,find-unused-sass-variables,jquery,karma,karma-browserstack-launcher,karma-qunit,nodemon,qunit,rollup,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",
@@ -103,11 +103,11 @@
"popper.js": "^1.16.0"
},
"devDependencies": {
- "@babel/cli": "^7.7.4",
- "@babel/core": "^7.7.4",
+ "@babel/cli": "^7.7.5",
+ "@babel/core": "^7.7.5",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
- "@babel/preset-env": "^7.7.4",
- "autoprefixer": "^9.7.2",
+ "@babel/preset-env": "^7.7.6",
+ "autoprefixer": "^9.7.3",
"babel-eslint": "^10.0.3",
"babel-plugin-istanbul": "^5.2.0",
"broken-link-checker": "^0.7.8",
@@ -118,7 +118,7 @@
"find-unused-sass-variables": "^0.6.0",
"glob": "^7.1.6",
"hammer-simulator": "0.0.1",
- "http-server": "^0.11.1",
+ "http-server": "^0.12.0",
"ip": "^1.1.5",
"jquery": "^3.4.1",
"karma": "^3.1.4",
@@ -144,7 +144,7 @@
"sinon": "^7.5.0",
"stylelint": "^9.10.1",
"stylelint-config-twbs-bootstrap": "^0.5.0",
- "uglify-js": "^3.6.9",
+ "uglify-js": "^3.7.2",
"vnu-jar": "19.9.4"
},
"engines": {