aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'workflow-designer-ui/pom.xml')
-rw-r--r--workflow-designer-ui/pom.xml6
1 files changed, 3 insertions, 3 deletions
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>