From 970adba2641e52404de6ab65b174aa82cab93166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Berthommier?= Date: Wed, 21 Nov 2018 15:01:52 +0100 Subject: [PATCH] addon-storyshots-puppeteer: fix peerDependencies --- addons/storyshots/storyshots-puppeteer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/storyshots/storyshots-puppeteer/package.json b/addons/storyshots/storyshots-puppeteer/package.json index 60ce754d45ef..a93a5c399a4e 100644 --- a/addons/storyshots/storyshots-puppeteer/package.json +++ b/addons/storyshots/storyshots-puppeteer/package.json @@ -30,6 +30,6 @@ "puppeteer": "^1.9.0" }, "peerDependencies": { - "@storybook/addon-storyshots": "4.0.0" + "@storybook/addon-storyshots": "^4.0.0" } }