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-07-23 12:14:29 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-07-31 11:37:39 +0300
commite01103e3f9c59206c436da124f16aba4832c9136 (patch)
treeaf386a1c09aa801cbe42657f7855fae76908995c /package.json
parent9322cc83bc51d86deaa99882aab7b590389b20b0 (diff)
Downgrade karma-browserstack-launcher to v1.4.0. (#29109)
This might fix the build failures we are getting.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index ab39ec9c8d..5e52e46864 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 \"eslint,karma,karma-qunit,stylelint\" && npm update && bundle update && cross-env-shell echo Manually update \\\"site/docs/$npm_package_version_short/assets/js/vendor/\\\"",
+ "update-deps": "ncu -a -x \"eslint,karma,karma-browserstack-launcher,karma-qunit,stylelint\" && 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",
@@ -123,7 +123,7 @@
"ip": "^1.1.5",
"jquery": "^3.4.1",
"karma": "^3.1.4",
- "karma-browserstack-launcher": "^1.5.1",
+ "karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage-istanbul-reporter": "^2.0.5",
"karma-detect-browsers": "^2.3.3",