From 18f3cb63ed935ed1468b527b40c36eac1fa9a5c1 Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Mon, 17 Jun 2019 19:23:39 +0300 Subject: Npm instasll with -ddd Issue-ID: VID-453 Change-Id: Iad19cdb913972e08e6388510782d6af09a5d4905 Signed-off-by: Ittay Stern --- vid-app-common/package.json | 4 ++-- 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 @@ npm install - install + install -ddd npm -- cgit 1.2.3-korg