Repository: tez Updated Branches: refs/heads/master 87d7c145f -> 3fb57c869
TEZ-3862. Tez UI: Upgrade em-tgraph to version 0.0.14 (Jonathan Eagles via kshukla) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/3fb57c86 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/3fb57c86 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/3fb57c86 Branch: refs/heads/master Commit: 3fb57c869601ed69436707fd6eeed3331622718b Parents: 87d7c14 Author: Kuhu Shukla <[email protected]> Authored: Wed Nov 1 11:16:19 2017 -0500 Committer: Kuhu Shukla <[email protected]> Committed: Wed Nov 1 11:16:19 2017 -0500 ---------------------------------------------------------------------- tez-ui/src/main/webapp/package.json | 2 +- tez-ui/src/main/webapp/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/3fb57c86/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 3d68468..0d2a46f 100644 --- a/tez-ui/src/main/webapp/package.json +++ b/tez-ui/src/main/webapp/package.json @@ -63,6 +63,6 @@ "dependencies": { "em-helpers": "0.8.0", "em-table": "0.11.3", - "em-tgraph": "0.0.10" + "em-tgraph": "0.0.14" } } http://git-wip-us.apache.org/repos/asf/tez/blob/3fb57c86/tez-ui/src/main/webapp/yarn.lock ---------------------------------------------------------------------- diff --git a/tez-ui/src/main/webapp/yarn.lock b/tez-ui/src/main/webapp/yarn.lock index 93210b7..866677b 100644 --- a/tez-ui/src/main/webapp/yarn.lock +++ b/tez-ui/src/main/webapp/yarn.lock @@ -1411,9 +1411,9 @@ [email protected]: optionalDependencies: phantomjs-prebuilt "2.1.13" [email protected]: - version "0.0.10" - resolved "https://registry.yarnpkg.com/em-tgraph/-/em-tgraph-0.0.10.tgz#8b82a9a1853e4bfd615ff1a9d810435302b0db29" [email protected]: + version "0.0.14" + resolved "https://registry.yarnpkg.com/em-tgraph/-/em-tgraph-0.0.14.tgz#4d48b911760f85dec41904e4056ec52542391cc1" dependencies: ember-cli-htmlbars "^1.0.1" ember-cli-less "^1.4.0"
