From 616a46dff309e9f1a55c626a2f3d0d3c9fcb5fb1 Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Wed, 7 Jun 2017 17:41:47 +1000 Subject: [PATCH] Added more packages to deal with npm@5 --- examples/react-native-vanilla/package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/react-native-vanilla/package.json b/examples/react-native-vanilla/package.json index b59985245f1e..977023dade40 100644 --- a/examples/react-native-vanilla/package.json +++ b/examples/react-native-vanilla/package.json @@ -16,9 +16,15 @@ "babel-preset-react-native": "1.9.2", "jest": "20.0.4", "react-test-renderer": "16.0.0-alpha.6", - "@storybook/addon-storyshots": "file:../../addons/storyshots", + "@storybook/addon-actions": "file:../../addons/actions", + "@storybook/addon-links": "file:../../addons/links", "@storybook/addon-options": "file:../../addons/options", + "@storybook/addon-storyshots": "file:../../addons/storyshots", + "@storybook/addons": "file:../../lib/addons", + "@storybook/channels": "file:../../lib/channels", + "@storybook/channel-postmessage": "file:../../lib/channel-postmessage", "@storybook/react-native": "file:../../app/react-native", + "@storybook/ui": "file:../../lib/ui", "react-dom": "^15.5.4" }, "jest": {