Skip to content

Commit

Permalink
Upgrade maven frontend plugin, node and npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Mashkov committed Feb 27, 2018
1 parent 103848e commit 46eef7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions js/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.3</version>
<version>1.6</version>

<executions>
<execution>
Expand Down Expand Up @@ -220,8 +220,8 @@
</executions>

<configuration>
<nodeVersion>v0.12.17</nodeVersion>
<npmVersion>3.10.9</npmVersion>
<nodeVersion>v8.9.4</nodeVersion>
<npmVersion>5.6.0</npmVersion>

<workingDirectory>${project.basedir}/src/test/karma</workingDirectory>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions js/src/test/karma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"karma-sourcemap-loader": "~0.3",
"karma-teamcity-reporter": "*",
"karma-phantomjs-launcher": "*",
"phantomjs-prebuilt": "2.1.7"
"phantomjs-prebuilt": "2.1.16"
}
}
}

0 comments on commit 46eef7c

Please sign in to comment.