diff options
-rw-r--r-- | vid-app-common/package.json | 4 | ||||
-rwxr-xr-x | vid-app-common/pom.xml | 2 |
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> |