From b49201a680749ea9815e236c8661d80fe819672d Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Tue, 12 Dec 2017 14:48:20 -0800 Subject: Downgrade jasmine to 2.5.2 to solve Karma timeout problems See https://github.com/jasmine/jasmine/issues/1327 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a08f4784931..a1de702dc86 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "eslint-plugin-jasmine": "^2.1.0", "eslint-plugin-promise": "^3.5.0", "istanbul": "^0.4.5", - "jasmine-core": "^2.6.3", + "jasmine-core": "2.5.2", "jasmine-jquery": "^2.1.1", "karma": "^1.7.0", "karma-chrome-launcher": "^2.1.1", diff --git a/yarn.lock b/yarn.lock index 5ff75b161a4..57a17fc73c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3576,9 +3576,9 @@ isurl@^1.0.0-alpha5: has-to-string-tag-x "^1.2.0" is-object "^1.0.1" -jasmine-core@^2.6.3: - version "2.6.3" - resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-2.6.3.tgz#45072950e4a42b1e322fe55c001100a465d77815" +jasmine-core@2.5.2: + version "2.5.2" + resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-2.5.2.tgz#6f61bd79061e27f43e6f9355e44b3c6cab6ff297" jasmine-jquery@^2.1.1: version "2.1.1" -- cgit v1.2.1