Bugfix: Yardstick GUI build fails on Fraser 6.1.0 79/57879/1
authorrexlee8776 <limingjiang@huawei.com>
Fri, 25 May 2018 07:49:43 +0000 (07:49 +0000)
committerrexlee8776 <limingjiang@huawei.com>
Fri, 25 May 2018 07:49:43 +0000 (07:49 +0000)
Yardstick web GUI build fails due to angular version

JIRA: YARDSTICK-1202

Change-Id: Ie075d18cb2eac2070267759978cbdb7c784599ef
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
gui/bower.json

index d1d934f..311c759 100644 (file)
@@ -22,7 +22,7 @@
     "angular-sanitize": "^1.6.5"
   },
    "resolutions": {
-    "angular": "~1.6.x"
+    "angular": "~1.7.x"
   },
   "devDependencies": {
     "angular-mocks": "^1.4.0"