diff options
author | wr148d <wr148d@att.com> | 2020-07-17 13:41:56 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2020-07-17 13:41:56 -0400 |
commit | d07851ce63f310aca9bb7b2c79943f9fe1928dcb (patch) | |
tree | 87d25e5b8ebf6b8e340c7421b1904fdd64813396 | |
parent | aa38485bdd1c9c160e92903e930b126113d0f6d7 (diff) |
Upgrade the versions of node and npm used by sparky fe
Issue-ID: AAI-3018
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ifa8814f055600e7969047a7e2cd5952805507bf6
-rw-r--r-- | package.json | 10 | ||||
-rw-r--r-- | pom.xml | 15 |
2 files changed, 12 insertions, 13 deletions
diff --git a/package.json b/package.json index ef4d259..8c6d0c9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "d3": "^4.12.0", "es6-promise": "^3.2.1", "filter-bar-utils": "1.0.3", - "gulp-sass": "^3.0.0", + "gulp-sass": "^4.1.0", "jquery": "^2.2.2", "loadable-components": "^2.2.2", "lodash": "^4.17.4", @@ -80,7 +80,7 @@ "gulp": "^3.9.1", "gulp-clean": "^0.3.1", "gulp-css-usage": "^2.0.0", - "gulp-helpers": "^5.0.0", + "gulp-helpers": "^5.1.0", "gulp-jsx-coverage": "^0.3.8", "gulp-rename": "^1.2.2", "gulp-replace": "^0.5.4", @@ -95,9 +95,10 @@ "json-loader": "^0.5.4", "jsx-loader": "^0.13.2", "nock": "^8.0.0", - "node-sass": "^4.8.3", + "node-sass": "^4.14.1", "node-watch": "^0.3.5", "prompt": "^0.2.14", + "randomstring": "^1.1.5", "react-addons-test-utils": "^15.1.0", "react-hot-loader": "^3.0.0-beta.6", "redux-mock-store": "^1.5.3", @@ -107,8 +108,7 @@ "url-loader": "^0.5.7", "webpack": "^1.13.1", "webpack-bundle-analyzer": "^3.0.3", - "webpack-dev-server": "^1.14.1", - "randomstring": "^1.1.5" + "webpack-dev-server": "^1.14.1" }, "jest": { "verbose": true, @@ -73,8 +73,8 @@ </goals> <phase>generate-resources</phase> <configuration> - <nodeVersion>v6.2.2</nodeVersion> - <npmVersion>3.10.3</npmVersion> + <nodeVersion>v9.4.0</nodeVersion> + <npmVersion>6.9.0</npmVersion> </configuration> </execution> <execution> @@ -94,13 +94,12 @@ </goals> <phase>generate-resources</phase> <configuration> - <!-- optional: The default argument is actually - "install", so unless you need to run some other npm command, - you can remove this whole <configuration> section. - --> - <arguments>install -ddd</arguments> + <!-- optional: The default argument is actually + "install", so unless you need to run some other npm command, + you can remove this whole <configuration> section. + --> + <arguments>install -ddd</arguments> </configuration> - </execution> <execution> <id>gulp build</id> |