From a70df0c3376091da40b7162a436261fa83b9cc9f Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Thu, 11 Jan 2018 21:36:22 +0100 Subject: [PATCH] jest and babel-jest updated to version 22.0.6 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f9a8a37..526004e 100644 --- a/package.json +++ b/package.json @@ -26,10 +26,10 @@ "devDependencies": { "babel-cli": "6.26.0", "babel-core": "6.26.0", - "babel-jest": "22.0.4", + "babel-jest": "22.0.6", "babel-preset-env": "1.6.1", "coveralls": "3.0.0", - "jest": "22.0.5", + "jest": "22.0.6", "standard": "10.0.3" } }