Fix some dependency warnings 66/5766/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Mon, 15 Mar 2021 12:42:51 +0000 (13:42 +0100)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Mon, 15 Mar 2021 12:42:55 +0000 (13:42 +0100)
Remove dependency to core-js since it is now handled by the platform.
Added popper.js.

Change-Id: I39fb904803681a6229fff9fa2a28c7248fd7cbd1
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Issue-ID: NONRTRIC-463

webapp-frontend/package.json

index 96af51f..8ed13a4 100644 (file)
@@ -28,7 +28,6 @@
     "angular6-json-schema-form": "^8.0.0",
     "bootstrap": "^4.4.1",
     "chart.js": "^2.9.3",
-    "core-js": "^2.6.11",
     "hammerjs": "^2.0.8",
     "jquery": "^3.5.1",
     "lodash-es": "^4.17.15",
@@ -36,6 +35,7 @@
     "ng2-completer": "^2.0.8",
     "ngx-cookie-service": "^3.1.3",
     "ngx-toastr": "^11.0.0",
+    "popper.js": "^1.16.1",
     "rxjs": "6.5.3",
     "rxjs-compat": "6.3.3",
     "tslib": "^1.10.0",