diff options
author | waynedunican <wayne.dunican@est.tech> | 2020-11-05 16:06:54 +0000 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2020-11-09 13:16:30 +0000 |
commit | f151458fbb32137d9a85b51135c4e7ad90bfadd4 (patch) | |
tree | 3e27ce50253ec5495ccbeaba162aff5949c2c1d5 /gui-editors/gui-editor-apex/pom.xml | |
parent | 9db0b34b9aa491f6ab5fb9046fd59d9f85943249 (diff) |
Update dependencies in policy/gui
Update dependencies in gui-pdp-monitoring and gui-editor-apex to align with Node version. Deprecated dependencies removed.
Issue-ID: POLICY-2886
Change-Id: I62137b85d8ca56cd2cdeeeae5ee62ed18b5306ee
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'gui-editors/gui-editor-apex/pom.xml')
-rw-r--r-- | gui-editors/gui-editor-apex/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gui-editors/gui-editor-apex/pom.xml b/gui-editors/gui-editor-apex/pom.xml index 019e4dd..47044b4 100644 --- a/gui-editors/gui-editor-apex/pom.xml +++ b/gui-editors/gui-editor-apex/pom.xml @@ -140,7 +140,7 @@ <artifactId>frontend-maven-plugin</artifactId> <version>1.9.1</version> <configuration> - <nodeVersion>v9.9.0</nodeVersion> + <nodeVersion>v12.18.0</nodeVersion> <installDirectory>${webapp.dir}</installDirectory> <workingDirectory>${webapp.dir}</workingDirectory> </configuration> @@ -151,8 +151,7 @@ <goal>install-node-and-npm</goal> </goals> <configuration> - <nodeVersion>v10.16.0</nodeVersion> - <npmVersion>6.9.0</npmVersion> + <npmVersion>6.14.4</npmVersion> </configuration> </execution> <execution> |