You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2017/11/30 14:25:31 UTC

[37/50] [abbrv] ambari git commit: AMBARI-22542. Upgrade Ember and jquery version for Ambari Views (pallavkul)

AMBARI-22542. Upgrade Ember and jquery version for Ambari Views (pallavkul)


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

Branch: refs/heads/branch-feature-AMBARI-21674
Commit: 7750398508b7e4dc223379be107610b5a0e792fd
Parents: ff3eca0
Author: pallavkul <pa...@gmail.com>
Authored: Wed Nov 29 21:53:49 2017 +0530
Committer: pallavkul <pa...@gmail.com>
Committed: Wed Nov 29 21:53:49 2017 +0530

----------------------------------------------------------------------
 contrib/views/files/src/main/resources/ui/bower.json             | 4 ++--
 .../views/hive-next/src/main/resources/ui/hive-web/bower.json    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/77503985/contrib/views/files/src/main/resources/ui/bower.json
----------------------------------------------------------------------
diff --git a/contrib/views/files/src/main/resources/ui/bower.json b/contrib/views/files/src/main/resources/ui/bower.json
index f1472ee..dacb523 100644
--- a/contrib/views/files/src/main/resources/ui/bower.json
+++ b/contrib/views/files/src/main/resources/ui/bower.json
@@ -1,12 +1,12 @@
 {
   "name": "files-view",
   "dependencies": {
-    "ember": "2.2.0",
+    "ember": "2.2.1",
     "ember-cli-shims": "0.1.0",
     "ember-cli-test-loader": "0.2.2",
     "ember-load-initializers": "0.1.7",
     "ember-qunit-notifications": "0.1.0",
-    "jquery": "1.11.3",
+    "jquery": "2.x",
     "loader.js": "^3.5.0",
     "qunit": "~1.20.0",
     "bootstrap": "~3.3.6",

http://git-wip-us.apache.org/repos/asf/ambari/blob/77503985/contrib/views/hive-next/src/main/resources/ui/hive-web/bower.json
----------------------------------------------------------------------
diff --git a/contrib/views/hive-next/src/main/resources/ui/hive-web/bower.json b/contrib/views/hive-next/src/main/resources/ui/hive-web/bower.json
index 62861b2..e467a59 100644
--- a/contrib/views/hive-next/src/main/resources/ui/hive-web/bower.json
+++ b/contrib/views/hive-next/src/main/resources/ui/hive-web/bower.json
@@ -1,8 +1,8 @@
 {
   "name": "hive",
   "dependencies": {
-    "jquery": "1.11.3",
-    "ember": "1.10.0",
+    "jquery": "2.x",
+    "ember": "1.11.4",
     "ember-data": "1.0.0-beta.16.1",
     "ember-resolver": "~0.1.12",
     "loader.js": "stefanpenner/loader.js#3.2.0",