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:03 UTC

[incubator-streampipes] 18/26: [housekeeping] Remove obsolete Angular 1 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 c2df5592c4f3229421be2e0dfe874414ee484234
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Sun Jan 23 00:51:49 2022 +0100

    [housekeeping] Remove obsolete Angular 1 dependencies
---
 ui/package.json       | 2 --
 ui/src/scss/main.scss | 1 -
 2 files changed, 3 deletions(-)

diff --git a/ui/package.json b/ui/package.json
index aced874..499c149 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -64,8 +64,6 @@
     "leaflet": "1.6.0",
     "lodash": "4.17.20",
     "material-icons": "^0.5.3",
-    "ng-file-upload": "9.0.13",
-    "ng-simple-slideshow": "1.2.9",
     "ng2-dragula": "1.5.0",
     "ngx-color-picker": "^11.0.0",
     "ngx-echarts": "^7.1.0",
diff --git a/ui/src/scss/main.scss b/ui/src/scss/main.scss
index 365f22f..41b226f 100644
--- a/ui/src/scss/main.scss
+++ b/ui/src/scss/main.scss
@@ -24,7 +24,6 @@
 @import '~@fortawesome/fontawesome-free/css/all.css';
 @import '~angular-ui-tree/dist/angular-ui-tree.min.css';
 @import '~jsplumb/css/jsplumbtoolkit-defaults.css';
-@import '~ng-prettyjson/dist/ng-prettyjson.min.css';
 @import '~shepherd.js/dist/css/shepherd.css';
 @import "~@danielmoncada/angular-datetime-picker/assets/style/picker.min.css";
 @import '~leaflet/dist/leaflet.css';