summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package.json10
-rw-r--r--pom.xml15
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,
diff --git a/pom.xml b/pom.xml
index 942f647..4a86bca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>