Skip to content

Commit 71c4742

Browse files
committed
chore: update storybook configs
1 parent a3a6f64 commit 71c4742

File tree

6 files changed

+3477
-3948
lines changed

6 files changed

+3477
-3948
lines changed

.storybook/addons.js

-2
This file was deleted.

.storybook/config.js

-16
This file was deleted.

.storybook/main.js

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
const path = require('path');
2+
module.exports = {
3+
stories: ['../stories/index.js'],
4+
};

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
8686
"@babel/preset-env": "^7.7.1",
8787
"@babel/preset-react": "^7.7.0",
88-
"@storybook/addon-options": "^5.2.6",
8988
"@storybook/addon-storyshots": "^5.2.6",
89+
"@storybook/addons": "^5.3.17",
9090
"@storybook/react": "^5.2.6",
9191
"autoprefixer": "^9.7.1",
9292
"babel-core": "^7.0.0-bridge.0",

0 commit comments

Comments
 (0)