Merge pull request #4725 from steven-zou/master

Fix the issue of causing the UI UT cases failed
This commit is contained in:
Steven Zou 2018-04-19 16:08:40 +08:00 committed by GitHub
commit 80decb59d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@
"rxjs": "^5.0.1",
"ts-helpers": "^1.1.1",
"web-animations-js": "^2.2.1",
"zone.js": "^0.8.4"
"zone.js": "0.8.19"
},
"devDependencies": {
"@angular/cli": "1.4.0",
@ -70,4 +70,4 @@
"uglify-js": "^2.8.22",
"webdriver-manager": "10.2.5"
}
}
}

View File

@ -37,7 +37,7 @@
"rxjs": "^5.0.1",
"ts-helpers": "^1.1.1",
"web-animations-js": "^2.2.1",
"zone.js": "^0.8.4"
"zone.js": "0.8.19"
},
"devDependencies": {
"@angular/cli": "^1.0.0",
@ -66,4 +66,4 @@
"typings": "^1.4.0",
"webdriver-manager": "10.2.5"
}
}
}