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 2020/03/07 21:34:06 UTC

[incubator-streampipes] 04/04: Upgrade Angular version

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 cc2e25cde1a0a624e601b590d90e22e87ee67499
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sat Mar 7 22:33:46 2020 +0100

    Upgrade Angular version
---
 ui/package.json | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/ui/package.json b/ui/package.json
index 26ca537..729cec4 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -17,18 +17,18 @@
     "lint": "tslint -c tslint.json 'src/**/*.ts*"
   },
   "dependencies": {
-    "@angular/animations": "9.0.1",
-    "@angular/cdk": "9.0.0",
-    "@angular/common": "9.0.1",
-    "@angular/compiler": "9.0.1",
-    "@angular/core": "9.0.1",
+    "@angular/animations": "9.0.5",
+    "@angular/cdk": "9.1.1",
+    "@angular/common": "9.0.5",
+    "@angular/compiler": "9.0.5",
+    "@angular/core": "9.0.5",
     "@angular/flex-layout": "9.0.0-beta.29",
-    "@angular/forms": "9.0.1",
-    "@angular/material": "9.0.0",
-    "@angular/platform-browser": "9.0.1",
-    "@angular/platform-browser-dynamic": "9.0.1",
-    "@angular/router": "9.0.1",
-    "@angular/upgrade": "9.0.1",
+    "@angular/forms": "9.0.5",
+    "@angular/material": "9.1.1",
+    "@angular/platform-browser": "9.0.5",
+    "@angular/platform-browser-dynamic": "9.0.5",
+    "@angular/router": "9.0.5",
+    "@angular/upgrade": "9.0.5",
     "@asymmetrik/ngx-leaflet": "^6.0.1",
     "@fortawesome/fontawesome-free": "^5.12.1",
     "@ngui/datetime-picker": "0.16.2",
@@ -106,9 +106,9 @@
   },
   "devDependencies": {
     "@angular-builders/custom-webpack": "^8.4.1",
-    "@angular-devkit/build-angular": "~0.900.2",
-    "@angular/cli": "9.0.2",
-    "@angular/compiler-cli": "9.0.1",
+    "@angular-devkit/build-angular": "~0.900.5",
+    "@angular/cli": "9.0.5",
+    "@angular/compiler-cli": "9.0.5",
     "@ngtools/webpack": "9.0.2",
     "@types/angular": "^1.6.43",
     "@types/jasmine": "~2.8.3",
@@ -150,4 +150,4 @@
     "webpack-bundle-analyzer": "^3.4.1",
     "webpack-merge": "^4.2.1"
   }
-}
+}
\ No newline at end of file