1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Update with-storybook example (#6089)

Updates to the latest version of Storybook.
This commit is contained in:
Gary Meehan 2019-01-19 11:04:44 +00:00 committed by Tim Neutkens
parent bbc346869e
commit 0786dbfb04

View file

@ -16,11 +16,10 @@
}, },
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"@storybook/react": "^3.4.7", "@storybook/addon-actions": "^4.1.7",
"@storybook/addon-actions": "^3.4.7", "@storybook/addon-links": "^4.1.7",
"@storybook/addon-links": "^3.4.7", "@storybook/addons": "^4.1.7",
"@storybook/addons": "^3.4.7", "@storybook/react": "^4.1.7",
"babel-core": "^6.26.3", "babel-loader": "^8.0.5"
"babel-runtime": "^6.26.0"
} }
} }