aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorilanap <ilanap@amdocs.com>2019-12-03 14:31:09 +0200
committerilanap <ilanap@amdocs.com>2019-12-03 14:31:09 +0200
commit0158e85cfd59a7361e42a500b0cf672f89ab5ece (patch)
tree460b2d523c70000523bb9c538337c50b83851afa
parent69d33858a0569ce8664dc40bbaac632eae7d664b (diff)
Node/Yarn update
Upgrade yarn/npm in accordance with SDC Issue-ID: SDC-2703 Signed-off-by: ilanap <ilanap@amdocs.com> Change-Id: Ibbaeeebd13bbda98c920c6cb542539a2108b2fb6
-rw-r--r--workflow-bdd/pom.xml6
-rw-r--r--workflow-designer-ui/pom.xml6
2 files changed, 6 insertions, 6 deletions
diff --git a/workflow-bdd/pom.xml b/workflow-bdd/pom.xml
index 31b7d6f5..b1660f61 100644
--- a/workflow-bdd/pom.xml
+++ b/workflow-bdd/pom.xml
@@ -80,7 +80,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.6</version>
+ <version>1.8.0</version>
<configuration>
<installDirectory>${project.parent.parent.basedir}</installDirectory>
@@ -94,8 +94,8 @@
<goal>install-node-and-yarn</goal>
</goals>
<configuration>
- <nodeVersion>v9.4.0</nodeVersion>
- <yarnVersion>v1.3.2</yarnVersion>
+ <nodeVersion>v10.17.0</nodeVersion>
+ <yarnVersion>v1.19.1</yarnVersion>
</configuration>
</execution>
diff --git a/workflow-designer-ui/pom.xml b/workflow-designer-ui/pom.xml
index 26aff70c..83607117 100644
--- a/workflow-designer-ui/pom.xml
+++ b/workflow-designer-ui/pom.xml
@@ -54,7 +54,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.6</version>
+ <version>1.8.0</version>
<configuration>
<workingDirectory>src/main/frontend</workingDirectory>
<installDirectory>target</installDirectory>
@@ -67,8 +67,8 @@
</goals>
<phase>generate-resources</phase>
<configuration>
- <nodeVersion>v8.11.4</nodeVersion>
- <yarnVersion>v1.9.4</yarnVersion>
+ <nodeVersion>v10.17.0</nodeVersion>
+ <yarnVersion>v1.19.1</yarnVersion>
</configuration>
</execution>
<execution>