aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vid-app-common/package.json4
-rwxr-xr-xvid-app-common/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/vid-app-common/package.json b/vid-app-common/package.json
index 082631106..a62d89e9e 100644
--- a/vid-app-common/package.json
+++ b/vid-app-common/package.json
@@ -20,8 +20,8 @@
"gulp-inject": "^5.0.2",
"gulp-jest": "^4.0.2",
"gulp-uglify": "^3.0.1",
- "jest": "24.7.0",
- "jest-mock": "24.7.0",
+ "jest": "^24.8.0",
+ "jest-mock": "^24.8.0",
"stream-series": "^0.1.1"
}
}
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index aefd58dc4..817c26a9d 100755
--- a/vid-app-common/pom.xml
+++ b/vid-app-common/pom.xml
@@ -186,7 +186,7 @@
<execution>
<id>npm install</id>
<configuration>
- <arguments>install</arguments>
+ <arguments>install -ddd</arguments>
</configuration>
<goals>
<goal>npm</goal>