From 613e8258ce642f86a7ce700c507280a777a5825f Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Mon, 22 Aug 2022 10:55:48 -0400 Subject: Fixing CDS-UI Build issues Issue-ID: CCSDK-3744 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I8cd8a11c8ada5a1179b4a791edc12dd810f7f1bf (cherry picked from commit 9eb67111794a2a10bc9776775aced9ef9b84345b) --- cds-ui/client/package-lock.json | 2 +- cds-ui/client/package.json | 2 ++ cds-ui/client/pom.xml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'cds-ui/client') diff --git a/cds-ui/client/package-lock.json b/cds-ui/client/package-lock.json index 749f2cb41..3c26385a3 100644 --- a/cds-ui/client/package-lock.json +++ b/cds-ui/client/package-lock.json @@ -5912,7 +5912,7 @@ "lodash": "^4.17.10", "mute-stream": "0.0.7", "run-async": "^2.2.0", - "rxjs": "^6.1.0", + "rxjs": "6.3.3", "string-width": "^2.1.0", "strip-ansi": "^4.0.0", "through": "^2.3.6" diff --git a/cds-ui/client/package.json b/cds-ui/client/package.json index 4da70110e..170bab1c1 100644 --- a/cds-ui/client/package.json +++ b/cds-ui/client/package.json @@ -28,6 +28,7 @@ "@ngrx/store": "^6.1.2", "@ngrx/store-devtools": "^6.1.2", "@types/d3": "^5.7.0", + "@types/mime": "2.0.3", "ang-jsoneditor": "1.6.1", "backbone": "^1.4.0", "bootstrap": "^4.3.1", @@ -59,6 +60,7 @@ "@types/jointjs": "^2.0.0", "@types/jquery": "^3.3.31", "@types/lodash": "^3.10.1", + "@types/mime": "2.0.3", "@types/node": "^8.10.54", "codelyzer": "4.5.0", "jasmine-core": "2.99.1", diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index a97523fb5..0e1d1e1f9 100644 --- a/cds-ui/client/pom.xml +++ b/cds-ui/client/pom.xml @@ -39,7 +39,7 @@ limitations under the License. com.github.eirslett frontend-maven-plugin - 1.12.0 + 1.12.1 v8.12.0 6.4.1 -- cgit 1.2.3-korg