Added more packages to deal with npm@5

This commit is contained in:
Tom Coleman 2017-06-07 17:41:47 +10:00
parent 8cef3d5c03
commit 616a46dff3

View File

@ -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": {