diff options
author | rexlee8776 <limingjiang@huawei.com> | 2018-05-25 07:49:43 +0000 |
---|---|---|
committer | rexlee8776 <limingjiang@huawei.com> | 2018-05-25 07:49:43 +0000 |
commit | 81059ba8c7293a50aee72251afee89eb65547562 (patch) | |
tree | 42f58f256a62a4e35e8466e0b0670b9a66de08ca /gui | |
parent | 95cab73f0fd16bc1b7b61f3a1d23857d38167194 (diff) |
Bugfix: Yardstick GUI build fails on Fraser 6.1.0
Yardstick web GUI build fails due to angular version
JIRA: YARDSTICK-1202
Change-Id: Ie075d18cb2eac2070267759978cbdb7c784599ef
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Diffstat (limited to 'gui')
-rw-r--r-- | gui/bower.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/bower.json b/gui/bower.json index d1d934f64..311c759cb 100644 --- a/gui/bower.json +++ b/gui/bower.json @@ -22,7 +22,7 @@ "angular-sanitize": "^1.6.5" }, "resolutions": { - "angular": "~1.6.x" + "angular": "~1.7.x" }, "devDependencies": { "angular-mocks": "^1.4.0" |