diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2018-05-25 18:29:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-05-25 18:29:37 +0000 |
commit | 461400f3a0da8de762561677190e304aad07f94b (patch) | |
tree | 606e5f06e4d6ec51c2cc8a8725bb4252179a1381 | |
parent | 59931e1276034e9304bc583e7f25518085a7ee3c (diff) | |
parent | bef683b7908c4c910461257beeeb8bafd1e9a366 (diff) |
Merge "Bugfix: Yardstick GUI build fails on Fraser 6.1.0" into stable/fraser
-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" |