Repository: tez
Updated Branches:
  refs/heads/master 48208dc8c -> c1a7f10e4


TEZ-3469. Tez UI: Bump Phantom JS version to 2.1.1 (sree)


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

Branch: refs/heads/master
Commit: c1a7f10e43889c0c9735b8b4cc4763374eb2a1ad
Parents: 48208dc
Author: Sreenath Somarajapuram <s...@apache.org>
Authored: Tue Oct 18 17:21:07 2016 +0530
Committer: Sreenath Somarajapuram <s...@apache.org>
Committed: Tue Oct 18 17:21:07 2016 +0530

----------------------------------------------------------------------
 CHANGES.txt                         |  1 +
 tez-ui/src/main/webapp/package.json | 12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/c1a7f10e/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 654e88a..3a00779 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -119,6 +119,7 @@ ALL CHANGES:
   TEZ-3398. Tez UI: Bread crumb link to Application from Application details 
dag/configuration tab is broken
   TEZ-3433. Tez UI: Searching using wrong ID causes error in all DAGs page
   TEZ-3428. Tez UI: First Tab not needed for few entries in DAG listings
+  TEZ-3469. Tez UI: Bump Phantom JS version to 2.1.1
 
 Release 0.8.5: Unreleased
 

http://git-wip-us.apache.org/repos/asf/tez/blob/c1a7f10e/tez-ui/src/main/webapp/package.json
----------------------------------------------------------------------
diff --git a/tez-ui/src/main/webapp/package.json 
b/tez-ui/src/main/webapp/package.json
index 629c2af..0fc92cc 100644
--- a/tez-ui/src/main/webapp/package.json
+++ b/tez-ui/src/main/webapp/package.json
@@ -29,7 +29,7 @@
     "broccoli-funnel": "1.0.1",
     "broccoli-merge-trees": "1.1.1",
     "ember-bootstrap": "0.5.1",
-    "ember-cli": "1.13.13",
+    "ember-cli": "^1.13.13",
     "ember-cli-app-version": "1.0.0",
     "ember-cli-auto-register": "1.1.0",
     "ember-cli-babel": "5.1.6",
@@ -52,13 +52,13 @@
     "ember-data": "2.1.0",
     "ember-disable-proxy-controllers": "1.0.1",
     "ember-export-application-global": "1.0.5",
-    "ember-resolver": "2.0.3",
+    "ember-resolver": "^2.0.3",
     "ember-truth-helpers": "1.2.0",
-    "phantomjs": "1.9.19"
+    "phantomjs-prebuilt": "2.1.13"
   },
   "dependencies": {
-    "em-helpers": "0.5.13",
-    "em-table": "0.3.17",
-    "em-tgraph": "0.0.5"
+    "em-helpers": "0.5.14",
+    "em-table": "0.3.18",
+    "em-tgraph": "0.0.7"
   }
 }

Reply via email to