Repository: atlas
Updated Branches:
  refs/heads/branch-0.8 8f99ffedf -> 5c3afa68b


http://git-wip-us.apache.org/repos/asf/atlas/blob/5c3afa68/dashboardv2/package.json
----------------------------------------------------------------------
diff --git a/dashboardv2/package.json b/dashboardv2/package.json
index 7144e67..b6643df 100644
--- a/dashboardv2/package.json
+++ b/dashboardv2/package.json
@@ -12,10 +12,6 @@
     "dev-minify": "grunt dev-minify",
     "build-minify": "grunt build-minify"
   },
-  "engines": {
-    "node": "4.4.x",
-    "npm": "3.8.x"
-  },
   "keywords": [
     "Apache",
     "Atlas"
@@ -54,18 +50,18 @@
     "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"
   }
 }

http://git-wip-us.apache.org/repos/asf/atlas/blob/5c3afa68/dashboardv2/pom.xml
----------------------------------------------------------------------
diff --git a/dashboardv2/pom.xml b/dashboardv2/pom.xml
index 9c5a676..53430e5 100644
--- a/dashboardv2/pom.xml
+++ b/dashboardv2/pom.xml
@@ -95,7 +95,7 @@
                         </goals>
                         <configuration>
                             <nodeVersion>${node-for-v2.version}</nodeVersion>
-                            <npmVersion>3.8.5</npmVersion>
+                            <npmVersion>${npm-for-v2.version}</npmVersion>
                         </configuration>
                     </execution>
                     <execution>

http://git-wip-us.apache.org/repos/asf/atlas/blob/5c3afa68/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 40d483b..1609bc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -502,7 +502,8 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <node.version>v0.10.30</node.version>
-        <node-for-v2.version>v4.4.2</node-for-v2.version>
+        <node-for-v2.version>v8.9.0</node-for-v2.version>
+        <npm-for-v2.version>5.5.1</npm-for-v2.version>
         <slf4j.version>1.7.21</slf4j.version>
         <jetty.version>8.1.19.v20160209</jetty.version>
         
<jetty.maven.plugin.version>9.2.12.v20150709</jetty.maven.plugin.version>

Reply via email to