Skip to content

Commit

Permalink
[NIFI-4998] update node and npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyaslan committed Mar 23, 2018
1 parent 758e446 commit 5bd872d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 21 deletions.
Expand Up @@ -23,8 +23,7 @@
<artifactId>nifi-web-ui</artifactId>
<packaging>war</packaging>
<properties>
<node.version>v5.7.0</node.version>
<npm.version>1.3.8</npm.version>
<node.version>v8.10.0</node.version>
<maven.javadoc.skip>true</maven.javadoc.skip>
<source.skip>true</source.skip>
<staging.dir>${project.build.directory}/tmp</staging.dir>
Expand Down Expand Up @@ -372,7 +371,6 @@
<phase>generate-resources</phase>
<configuration>
<nodeVersion>${node.version}</nodeVersion>
<npmVersion>${npm.version}</npmVersion>
</configuration>
</execution>
<execution>
Expand Down
@@ -1,26 +1,38 @@
{
"name": "apache-nifi",
"description": "Apache NiFi 3rd party client side resources.",
"dependencies": {
"font-awesome": "4.6.1",
"angular-material": "1.0.8",
"JSON2": "0.1.0",
"angular": "1.5.11",
"angular-aria": "1.5.11",
"angular-animate": "1.5.11",
"angular-messages": "1.5.11",
"angular-mocks": "1.5.11",
"angular-resource": "1.5.5",
"angular-sanitize": "1.5.11",
"angular-route": "1.5.5",
"jquery": "3.1.1",
"jquery-ui-dist": "1.12.1",
"angular-material": "1.0.8",
"d3": "4.13.0",
"d3-selection-multi": "1.0.1",
"jquery-minicolors": "2.1.10",
"jquery-ui-dist": "1.12.1",
"font-awesome": "4.6.1",
"jquery": "3.1.1",
"reset.css": "2.0.2",
"jquery-form": "3.50.0",
"qtip2": "3.0.3",
"slickgrid": "2.3.3",
"url-search-params": "0.6.1",
"jsonlint": "1.6.2",
"JSON2": "0.1.0",
"reset.css": "2.0.2",
"d3": "4.13.0",
"d3-selection-multi": "1.0.1",
"url-search-params": "0.6.1"
"qtip2": "3.0.3",
"slickgrid": "2.3.3"
},
"scripts": {
},
"description": "Apache NiFi 3rd party client side resources.",
"repository": {
"type": "git",
"url": "https://github.com/apache/nifi"
}
}
"url": "git+https://github.com/apache/nifi.git"
},
"bugs": {
"url": "https://github.com/apache/nifi/issues"
},
"homepage": "https://github.com/apache/nifi#readme"
}
Expand Up @@ -21,8 +21,7 @@ language governing permissions and limitations under the License. -->

<packaging>war</packaging>
<properties>
<node.version>v5.7.0</node.version>
<npm.version>1.3.8</npm.version>
<node.version>v8.10.0</node.version>
<maven.javadoc.skip>true</maven.javadoc.skip>
<source.skip>true</source.skip>
<frontend.dependency.configs>${basedir}/src/main/frontend</frontend.dependency.configs>
Expand Down Expand Up @@ -190,7 +189,6 @@ language governing permissions and limitations under the License. -->
<phase>generate-resources</phase>
<configuration>
<nodeVersion>${node.version}</nodeVersion>
<npmVersion>${npm.version}</npmVersion>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit 5bd872d

Please sign in to comment.