From 964d9486110a20d4fe00052ac23aeaa4cab5ee10 Mon Sep 17 00:00:00 2001 From: Ryo Kawaguchi Date: Sun, 29 Apr 2018 13:04:33 +0900 Subject: [PATCH] jest-image-snapshot version to ^2.4.1 Which includes https://github.com/americanexpress/jest-image-snapshot/pull/72 --- addons/storyshots/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/storyshots/package.json b/addons/storyshots/package.json index cf32ada457cf..9f9029888f76 100644 --- a/addons/storyshots/package.json +++ b/addons/storyshots/package.json @@ -22,7 +22,7 @@ "babel-runtime": "^6.26.0", "glob": "^7.1.2", "global": "^4.3.2", - "jest-image-snapshot": "^2.4.0", + "jest-image-snapshot": "^2.4.1", "jest-specific-snapshot": "^0.5.0", "puppeteer": "^1.3.0", "read-pkg-up": "^3.0.0"