You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2020/10/26 09:35:25 UTC

[griffin] branch master updated: update angular cli version for release issue

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

guoyp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/griffin.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a87ef0  update angular cli version for release issue
0a87ef0 is described below

commit 0a87ef026e38c0fdcfbf897dfc5f324f509582d8
Author: William Guo <gu...@apache.org>
AuthorDate: Mon Oct 26 17:35:16 2020 +0800

    update angular cli version for release issue
    
    Author: William Guo <gu...@apache.org>
    
    Closes #585 from guoyuepeng/update_angular_cli_verion_for_release.
---
 ui/angular/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/angular/package.json b/ui/angular/package.json
index d4fae3d..39c6327 100644
--- a/ui/angular/package.json
+++ b/ui/angular/package.json
@@ -39,7 +39,7 @@
     "zone.js": "^0.8.14"
   },
   "devDependencies": {
-    "@angular/cli": "1.3.0",
+    "@angular/cli": "1.7.4",
     "@angular/compiler-cli": "4.4.4",
     "@angular/language-service": "4.4.4",
     "@types/jasmine": "~2.5.53",