You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2017/04/03 09:19:39 UTC

[2/4] wicket git commit: Update NPM and Nodejs

Update NPM and Nodejs


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

Branch: refs/heads/master
Commit: 0a572bdf1dae0925b3082de85856d3971b7025b7
Parents: a6547ed
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Apr 3 11:16:01 2017 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Apr 3 11:19:31 2017 +0200

----------------------------------------------------------------------
 testing/wicket-js-tests/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/0a572bdf/testing/wicket-js-tests/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml
index 6b04681..ccbe44b 100644
--- a/testing/wicket-js-tests/pom.xml
+++ b/testing/wicket-js-tests/pom.xml
@@ -63,7 +63,7 @@
 					<plugin>
 						<groupId>com.github.eirslett</groupId>
 						<artifactId>frontend-maven-plugin</artifactId>
-						<version>1.3</version>
+						<version>1.4</version>
 						<executions>
 							<execution>
 								<id>install node and npm</id>
@@ -72,8 +72,8 @@
 								</goals>
 								<phase>generate-resources</phase>
 								<configuration>
-									<npmVersion>4.0.2</npmVersion>
-									<nodeVersion>v7.1.0</nodeVersion>
+									<npmVersion>4.4.4</npmVersion>
+									<nodeVersion>v7.8.0</nodeVersion>
 								</configuration>
 							</execution>
 							<execution>