You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/01/23 16:29:08 UTC

[incubator-streampipes] 23/26: [housekeeping] Remove system-js and core-js dependencies

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

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit 842e35b5c4ddf73c5021b7a06698346866996e57
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Sun Jan 23 16:24:19 2022 +0100

    [housekeeping] Remove system-js and core-js dependencies
---
 ui/angular.json | 1 -
 ui/package.json | 2 --
 2 files changed, 3 deletions(-)

diff --git a/ui/angular.json b/ui/angular.json
index bb40fdd..e48df7b 100644
--- a/ui/angular.json
+++ b/ui/angular.json
@@ -33,7 +33,6 @@
               "src/scss/main.scss"
             ],
             "scripts": [
-              "node_modules/systemjs/dist/system.js",
               "node_modules/plotly.js/dist/plotly.min.js",
               "node_modules/jquery/dist/jquery.min.js",
               "node_modules/datatables.net/js/jquery.dataTables.js",
diff --git a/ui/package.json b/ui/package.json
index 325c3c7..5239b92 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -49,7 +49,6 @@
     "angular-ui-tree": "2.9.0",
     "angular2-uuid": "1.1.1",
     "codemirror": "^5.55.0",
-    "core-js": "3.20.1",
     "dagre": "0.8.4",
     "datatables.net": "^1.11.4",
     "datatables.net-dt": "^1.11.4",
@@ -75,7 +74,6 @@
     "shepherd.js": "^9.0.0",
     "showdown": "1.9.1",
     "swagger-ui": "^4.2.1",
-    "systemjs": "0.21.6",
     "tslib": "^2.0.0",
     "zone.js": "~0.11.4"
   },