Skip to content

Commit 183c337

Browse files
committed
deps: storybook v7 -> v8
1 parent 0dc88fc commit 183c337

File tree

3 files changed

+9216
-5946
lines changed

3 files changed

+9216
-5946
lines changed

.storybook/main.js

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
/** @type { import('@storybook/react-vite').StorybookConfig } */
22
const config = {
33
stories: ['../src/**/*.stories.@(js|jsx)'],
4+
45
addons: [
56
'@storybook/addon-links',
67
'@storybook/addon-essentials',
78
'@storybook/addon-interactions',
9+
'@chromatic-com/storybook'
810
],
11+
912
core: {},
10-
docs: {
11-
autodocs: 'tag',
12-
},
13+
14+
docs: {},
15+
1316
framework: {
1417
name: '@storybook/react-vite',
1518
options: {},
1619
},
20+
21+
typescript: {
22+
reactDocgen: 'react-docgen-typescript'
23+
}
1724
};
1825
export default config;

0 commit comments

Comments
 (0)