Skip to content

Commit ecba16e

Browse files
committed
Bump devDependencies
1 parent 2bd22f2 commit ecba16e

File tree

3 files changed

+11984
-11222
lines changed

3 files changed

+11984
-11222
lines changed

.storybook/main.ts

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,25 @@
11
import type { StorybookConfig } from '@storybook/react-vite';
22
const config: StorybookConfig = {
33
stories: ['../stories/**/*.stories.@(js|jsx|ts|tsx)'],
4-
addons: [
5-
'@storybook/addon-links',
6-
'@storybook/addon-essentials',
7-
'@storybook/addon-interactions',
8-
// {
9-
// name: '@storybook/addon-styling',
10-
// options: {
11-
// // Check out https://github.com/storybookjs/addon-styling/blob/main/docs/api.md
12-
// // For more details on this addon's options.
13-
// postCss: true,
14-
// },
15-
// },
16-
],
4+
5+
addons: ['@storybook/addon-links', '@storybook/addon-essentials', '@storybook/addon-interactions'],
6+
177
framework: {
188
name: '@storybook/react-vite',
199
options: {},
2010
},
11+
2112
docs: {
2213
autodocs: 'tag',
2314
},
15+
2416
core: {
2517
disableTelemetry: true,
2618
disableWhatsNewNotifications: true,
2719
},
20+
21+
typescript: {
22+
reactDocgen: 'react-docgen-typescript',
23+
},
2824
};
2925
export default config;

0 commit comments

Comments
 (0)