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:
parent
bbc346869e
commit
0786dbfb04
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue