You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by jx...@apache.org on 2018/01/03 23:12:55 UTC

helix git commit: [helix-front] Fix building issue caused by version mismatching

Repository: helix
Updated Branches:
  refs/heads/master e9428536d -> 571c6b743


[helix-front] Fix building issue caused by version mismatching


Project: http://git-wip-us.apache.org/repos/asf/helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/571c6b74
Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/571c6b74
Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/571c6b74

Branch: refs/heads/master
Commit: 571c6b743cc43e347d93f88cd336eafab4ee4079
Parents: e942853
Author: Vivo Xu <vx...@linkedin.com>
Authored: Wed Jan 3 14:46:37 2018 -0800
Committer: Vivo Xu <vx...@linkedin.com>
Committed: Wed Jan 3 14:46:37 2018 -0800

----------------------------------------------------------------------
 helix-front/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/helix/blob/571c6b74/helix-front/package.json
----------------------------------------------------------------------
diff --git a/helix-front/package.json b/helix-front/package.json
index e1a720f..7873329 100644
--- a/helix-front/package.json
+++ b/helix-front/package.json
@@ -18,7 +18,7 @@
     "@angular/common": "^4.3.2",
     "@angular/compiler": "^4.3.2",
     "@angular/core": "^4.3.2",
-    "@angular/flex-layout": "^2.0.0-beta.8",
+    "@angular/flex-layout": "2.0.0-beta.8",
     "@angular/forms": "^4.3.2",
     "@angular/http": "^4.3.2",
     "@angular/material": "2.0.0-beta.6",