2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Downgrade karma-browserstack-launcher to v1.4.0. (#29109)

This might fix the build failures we are getting.
This commit is contained in:
XhmikosR
2019-07-23 12:14:29 +03:00
parent 9322cc83bc
commit e01103e3f9
2 changed files with 100 additions and 168 deletions
+2 -2
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 -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",