[BasicUI] Upgrade frontend-maven-plugin, node and npm to most recent … (#2012)
…versions Signed-off-by: Laurent Garnier <lg.hc@free.fr>pull/2016/head
parent
0d34818112
commit
1c423ba520
|
@ -32,14 +32,13 @@
|
|||
<plugin>
|
||||
<groupId>com.github.eirslett</groupId>
|
||||
<artifactId>frontend-maven-plugin</artifactId>
|
||||
<version>1.9.0</version>
|
||||
<version>1.13.4</version>
|
||||
|
||||
<configuration>
|
||||
<nodeVersion>v16.14.2</nodeVersion>
|
||||
<npmVersion>8.6.0</npmVersion>
|
||||
<nodeVersion>v18.17.0</nodeVersion>
|
||||
<npmVersion>9.8.1</npmVersion>
|
||||
<environmentVariables>
|
||||
<npm_config_cache>${project.basedir}/npm_cache</npm_config_cache>
|
||||
<npm_config_tmp>${project.basedir}/npm_tmp</npm_config_tmp>
|
||||
</environmentVariables>
|
||||
</configuration>
|
||||
|
||||
|
|
Loading…
Reference in New Issue