From 70980b25e985f6d367bde33b2b0ca593c0fd8b24 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Thu, 12 Jul 2018 12:44:06 -0700 Subject: Change mdbootstrap version A newer version of mdbootstrap has been released post Beijing release. This new version has an error which is causing a jenkins build failure. The version is being set to the version that was used at the time of the Beijing release (4.5.3) in order to fix the failing build. The code will still match the released artifacts, since version 4.5.3 is contained in the release. Change-Id: I45545119ff127c20d588be5fd08c6b367d18de03 Signed-off-by: Patrick Brady Issue-ID: APPC-1072 (cherry picked from commit d081361033fc48f12ce95d3b36717ceca0abf10c) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 244e1de..91d67f9 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "file-saver": "^1.3.3", "font-awesome": "^4.7.0", "jquery": "^3.2.1", - "mdbootstrap": "^4.3.3", + "mdbootstrap": "4.5.3", "ng2-ace-editor": "0.1.9", "ng2-bootstrap-modal": "1.0.1", "ng2-bs3-modal": "0.10.4", @@ -73,4 +73,4 @@ "tslint": "~5.3.2", "typescript": "~2.3.3" } -} \ No newline at end of file +} -- cgit 1.2.3-korg