You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2019/01/11 16:21:04 UTC

[knox] branch master updated: KNOX-1735 - Upgrade admin-ui bootstrap to 3.4.0

This is an automated email from the ASF dual-hosted git repository.

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new 572ab38  KNOX-1735 - Upgrade admin-ui bootstrap to 3.4.0
572ab38 is described below

commit 572ab38205e1a94498df52a8e5ddafc18231c914
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Fri Jan 11 09:26:47 2019 -0500

    KNOX-1735 - Upgrade admin-ui bootstrap to 3.4.0
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 gateway-admin-ui/package-lock.json | 6 +++---
 gateway-admin-ui/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gateway-admin-ui/package-lock.json b/gateway-admin-ui/package-lock.json
index b831c73..17561d9 100644
--- a/gateway-admin-ui/package-lock.json
+++ b/gateway-admin-ui/package-lock.json
@@ -938,9 +938,9 @@
       }
     },
     "bootstrap": {
-      "version": "3.3.7",
-      "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.3.7.tgz",
-      "integrity": "sha1-WjiTlFSfIzMIdaOxUGVldPip63E="
+      "version": "3.4.0",
+      "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.0.tgz",
+      "integrity": "sha512-F1yTDO9OHKH0xjl03DsOe8Nu1OWBIeAugGMhy3UTIYDdbbIPesQIhCEbj+HEr6wqlwweGAlP8F3OBC6kEuhFuw=="
     },
     "brace": {
       "version": "0.10.0",
diff --git a/gateway-admin-ui/package.json b/gateway-admin-ui/package.json
index cafb942..315158e 100644
--- a/gateway-admin-ui/package.json
+++ b/gateway-admin-ui/package.json
@@ -18,7 +18,7 @@
     "@angular/platform-browser": "^5.0.0",
     "@angular/platform-browser-dynamic": "^5.0.0",
     "@angular/router": "^5.0.0",
-    "bootstrap": "3.3.7",
+    "bootstrap": "^3.4.0",
     "core-js": "^2.4.1",
     "jquery": ">=3.0.0",
     "js-yaml": "^3.10.0",