diff options
author | Jim Hahn <jrh3@att.com> | 2020-11-09 16:19:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-09 16:19:55 +0000 |
commit | 8c780a901a855715b34cac33819e50e492774250 (patch) | |
tree | 95a422ab2b668e282905cca00f2df8def276f4c3 | |
parent | e566597098724ee9d7c153f2fbbe0e77ae8f3123 (diff) | |
parent | f151458fbb32137d9a85b51135c4e7ad90bfadd4 (diff) |
Merge "Update dependencies in policy/gui"
-rw-r--r-- | gui-editors/gui-editor-apex/pom.xml | 5 | ||||
-rw-r--r-- | gui-editors/gui-editor-apex/src/main/resources/webapp/package.json | 5 | ||||
-rw-r--r-- | gui-pdp-monitoring/pom.xml | 5 | ||||
-rw-r--r-- | gui-pdp-monitoring/src/webapp/package.json | 7 |
4 files changed, 13 insertions, 9 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> diff --git a/gui-editors/gui-editor-apex/src/main/resources/webapp/package.json b/gui-editors/gui-editor-apex/src/main/resources/webapp/package.json index 1540515..c4d913c 100644 --- a/gui-editors/gui-editor-apex/src/main/resources/webapp/package.json +++ b/gui-editors/gui-editor-apex/src/main/resources/webapp/package.json @@ -22,8 +22,11 @@ "webpack-dev-server": "^3.11.0" }, "dependencies": { + "chokidar": "^3.4.3", "d3": "^3.5.17", - "jquery": "^3.4.1" + "jquery": "^3.4.1", + "resolve-url": "^0.2.1", + "urix": "^0.1.0" }, "jest": { "collectCoverage": true, diff --git a/gui-pdp-monitoring/pom.xml b/gui-pdp-monitoring/pom.xml index 65532a7..ed0db76 100644 --- a/gui-pdp-monitoring/pom.xml +++ b/gui-pdp-monitoring/pom.xml @@ -86,7 +86,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> @@ -97,8 +97,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> diff --git a/gui-pdp-monitoring/src/webapp/package.json b/gui-pdp-monitoring/src/webapp/package.json index 88389ca..7cd8777 100644 --- a/gui-pdp-monitoring/src/webapp/package.json +++ b/gui-pdp-monitoring/src/webapp/package.json @@ -14,15 +14,18 @@ "@babel/core": "^7.8.7", "@babel/preset-env": "^7.11.0", "babel-jest": "^25.1.0", - "jest": "^26.1.0", + "jest": "^26.6.3", "jest-sonar-reporter": "^2.0.0", "webpack": "^4.42.0", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.10.3" }, "dependencies": { + "chokidar": "^3.4.3", "d3": "^3.5.17", - "jquery": "^3.4.1" + "jquery": "^3.4.1", + "resolve-url": "^0.2.1", + "urix": "^0.1.0" }, "jest": { "collectCoverage": true, |