From 0786dbfb04fd5f3f886f8d9f9d909e207dec71a3 Mon Sep 17 00:00:00 2001 From: Gary Meehan Date: Sat, 19 Jan 2019 11:04:44 +0000 Subject: [PATCH] Update with-storybook example (#6089) Updates to the latest version of Storybook. --- examples/with-storybook/package.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/examples/with-storybook/package.json b/examples/with-storybook/package.json index e3842012..36045f25 100644 --- a/examples/with-storybook/package.json +++ b/examples/with-storybook/package.json @@ -16,11 +16,10 @@ }, "license": "ISC", "devDependencies": { - "@storybook/react": "^3.4.7", - "@storybook/addon-actions": "^3.4.7", - "@storybook/addon-links": "^3.4.7", - "@storybook/addons": "^3.4.7", - "babel-core": "^6.26.3", - "babel-runtime": "^6.26.0" + "@storybook/addon-actions": "^4.1.7", + "@storybook/addon-links": "^4.1.7", + "@storybook/addons": "^4.1.7", + "@storybook/react": "^4.1.7", + "babel-loader": "^8.0.5" } }