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 2019/08/13 13:34:10 UTC

[wicket] 01/02: Bump Node.js, NPM and frontend-maven-plugin versions

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit f74f3cb280b521643fd8829af9de2607837d76c5
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Tue Aug 13 16:33:18 2019 +0300

    Bump Node.js, NPM and frontend-maven-plugin versions
---
 testing/wicket-js-tests/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml
index a4b0c0f..4937559 100644
--- a/testing/wicket-js-tests/pom.xml
+++ b/testing/wicket-js-tests/pom.xml
@@ -91,7 +91,7 @@
 					<plugin>
 						<groupId>com.github.eirslett</groupId>
 						<artifactId>frontend-maven-plugin</artifactId>
-						<version>1.7.5</version>
+						<version>1.8.0</version>
 						<executions>
 							<execution>
 								<id>install node and npm</id>
@@ -100,8 +100,8 @@
 								</goals>
 								<phase>generate-resources</phase>
 								<configuration>
-									<npmVersion>6.9.0</npmVersion>
-									<nodeVersion>v10.15.3</nodeVersion>
+									<npmVersion>6.10.3</npmVersion>
+									<nodeVersion>v10.16.2</nodeVersion>
 								</configuration>
 							</execution>
 							<execution>