Repository: atlas
Updated Branches:
  refs/heads/master ebe99f1d2 -> 0120003a0


ATLAS-2496 : Fix Atlas build failing due npm ERROR on master

Signed-off-by: nixonrodrigues <ni...@apache.org>


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

Branch: refs/heads/master
Commit: 0120003a039b9007b8802432342efd8b6dc1ff60
Parents: ebe99f1
Author: kevalbhatt <kbh...@apache.org>
Authored: Mon Mar 12 16:35:15 2018 +0530
Committer: nixonrodrigues <ni...@apache.org>
Committed: Mon Mar 12 17:28:22 2018 +0530

----------------------------------------------------------------------
 dashboardv2/package.json | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/0120003a/dashboardv2/package.json
----------------------------------------------------------------------
diff --git a/dashboardv2/package.json b/dashboardv2/package.json
index 77f8cb1..1f28c4b 100644
--- a/dashboardv2/package.json
+++ b/dashboardv2/package.json
@@ -33,34 +33,34 @@
     "dagre-d3": "0.4.17",
     "font-awesome": "4.7.0",
     "jQuery-QueryBuilder": "2.4.3",
-    "jquery": "^3.2.1",
+    "jquery": "3.3.1",
     "jquery-asBreadcrumbs": "0.2.2",
     "jquery-placeholder": "2.3.1",
     "jquery-sparkline": "2.4.0",
     "moment": "2.21.0",
-    "moment-timezone": "^0.5.14",
+    "moment-timezone": "0.5.14",
     "nvd3": "1.8.5",
     "platform": "1.3.4",
     "pnotify": "3.2.0",
     "requirejs": "2.3.3",
     "requirejs-text": "2.0.15",
     "select2": "4.0.3",
-    "table-dragger": "^1.0.2",
+    "table-dragger": "1.0.2",
     "underscore": "1.8.3"
   },
   "devDependencies": {
-    "grunt": "^1.0.1",
-    "grunt-cli": "^1.2.0",
-    "grunt-contrib-clean": "^1.1.0",
-    "grunt-contrib-connect": "^1.0.0",
-    "grunt-contrib-copy": "^1.0.0",
+    "grunt": "1.0.2",
+    "grunt-cli": "1.2.0",
+    "grunt-contrib-clean": "1.1.0",
+    "grunt-contrib-connect": "1.0.2",
+    "grunt-contrib-copy": "1.0.0",
     "grunt-contrib-cssmin": "2.0.0",
     "grunt-contrib-htmlmin": "2.2.0",
     "grunt-contrib-uglify": "2.1.0",
-    "grunt-contrib-watch": "^1.0.0",
-    "grunt-middleware-proxy": "^1.0.7",
-    "grunt-sass": "^1.1.0",
+    "grunt-contrib-watch": "1.0.0",
+    "grunt-middleware-proxy": "1.0.7",
+    "grunt-sass": "2.1.0",
     "grunt-template": "1.0.0",
-    "load-grunt-tasks": "^3.1.0"
+    "load-grunt-tasks": "3.5.2"
   }
 }

Reply via email to