diff options
author | andre.schmid <andre.schmid@est.tech> | 2022-02-09 19:00:35 +0000 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2022-03-11 15:25:28 +0000 |
commit | f13f58eb867c763e6ed1c3b674fd99b1081a0664 (patch) | |
tree | c0ccc70b8fdf4362bce26efa0a5bb1c435f98575 /catalog-ui/package.json | |
parent | 767b122ea026099e17a2ffde30e6718d2abf150f (diff) |
Support complex types in interface operation inputs
Issue-ID: SDC-3897
Change-Id: Ieac2d74ad340de1d9f6e4cd3ac830e2ec8c35d5b
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Signed-off-by: vasraz <vasyl.razinkov@est.tech>
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Diffstat (limited to 'catalog-ui/package.json')
-rw-r--r-- | catalog-ui/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/catalog-ui/package.json b/catalog-ui/package.json index 5f0b12deb6..92e6ef4e01 100644 --- a/catalog-ui/package.json +++ b/catalog-ui/package.json @@ -116,7 +116,7 @@ "angular-tooltips": "0.1.23", "angular-translate": "^2.15.1", "angular-translate-loader-static-files": "^2.15.1", - "angular-ui-bootstrap": "1.3.3", + "angular-ui-bootstrap": "2.5.0", "angular-ui-notification": "^0.3.6", "angular-ui-router": "^0.4.2", "angular-uuid4": "^0.3.1", @@ -137,7 +137,7 @@ "lodash": "^4.17.2", "ng-infinite-scroll": "^1.3.0", "ngx-drag-drop": "v2.0.0-rc.4", - "onap-ui-angular": "5.2.5", + "onap-ui-angular": "5.4.4", "perfect-scrollbar": "^0.6.16", "protractor": "7.0.0", "qtip2": "^3.0.3", |