Repository: wicket Updated Branches: refs/heads/wicket-7.x 28f76c014 -> 8361bda21
Update JS testing dependencies frontend-maven-plugin: 0.0.27 Node.js: 4.2.4 NPM.js: 3.5.3 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/8361bda2 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/8361bda2 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/8361bda2 Branch: refs/heads/wicket-7.x Commit: 8361bda21e8dd633a4c423990d4798d29def90be Parents: 28f76c0 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Mon Jan 11 20:35:04 2016 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Mon Jan 11 20:38:24 2016 +0100 ---------------------------------------------------------------------- testing/wicket-js-tests/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/8361bda2/testing/wicket-js-tests/pom.xml ---------------------------------------------------------------------- diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml index 5c3145d..78cd248 100644 --- a/testing/wicket-js-tests/pom.xml +++ b/testing/wicket-js-tests/pom.xml @@ -58,7 +58,7 @@ <plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> - <version>0.0.26</version> + <version>0.0.27</version> <executions> <execution> <id>install node and npm</id> @@ -67,8 +67,8 @@ </goals> <phase>generate-resources</phase> <configuration> - <npmVersion>3.3.3</npmVersion> - <nodeVersion>v4.1.1</nodeVersion> + <npmVersion>3.5.3</npmVersion> + <nodeVersion>v4.2.4</nodeVersion> </configuration> </execution> <execution>
