Node/Yarn update 45/99045/1
authorilanap <ilanap@amdocs.com>
Tue, 3 Dec 2019 12:31:09 +0000 (14:31 +0200)
committerilanap <ilanap@amdocs.com>
Tue, 3 Dec 2019 12:31:09 +0000 (14:31 +0200)
Upgrade yarn/npm in accordance with SDC

Issue-ID: SDC-2703
Signed-off-by: ilanap <ilanap@amdocs.com>
Change-Id: Ibbaeeebd13bbda98c920c6cb542539a2108b2fb6

workflow-bdd/pom.xml
workflow-designer-ui/pom.xml

index 31b7d6f..b1660f6 100644 (file)
@@ -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>
 
index 26aff70..8360711 100644 (file)
@@ -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>