From b47efad279bae1d485c0183432356a3d563906fd Mon Sep 17 00:00:00 2001 From: Vincent Lecrubier Date: Mon, 25 Nov 2019 16:05:41 +0000 Subject: [PATCH] Add missing dependencies Fixes https://github.com/crubier/yarnv2-storybook#fix-storybook-packages-the-real-hard-work --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 7928eb8..b5edf84 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,8 @@ "test": "jest" }, "dependencies": { + "core-js": "^2.6.10", + "babel-runtime": "^6.26.0", "resolve-from": "^5.0.0", "webpack": "^4.38.0" },