File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ const config = {
19
19
"../stories/**/*.stories.@(js|jsx|mjs|ts|tsx)" ,
20
20
] ,
21
21
addons : [
22
+ "@storybook/addon-essentials" ,
22
23
"@storybook/addon-links" ,
23
- "@storybook/addon-onboarding" ,
24
24
"@storybook/addon-interactions"
25
25
] ,
26
26
framework : {
Original file line number Diff line number Diff line change 3
3
"@babel/preset-react" : " ^7.24.1" ,
4
4
"@storybook/addon-interactions" : " ^8.6.14" ,
5
5
"@storybook/addon-links" : " ^8.6.14" ,
6
- "@storybook/addon-onboarding" : " ^1.0.8" ,
7
6
"@storybook/blocks" : " ^8.6.14" ,
8
7
"@storybook/react" : " ^8.6.14" ,
9
8
"@storybook/react-vite" : " ^8.6.14" ,
14
13
"autoprefixer" : " ^10.4.16" ,
15
14
"prop-types" : " ^15.8.1" ,
16
15
"react" : " ^18.2.0" ,
16
+ "react-docgen-typescript" : " ^2.2.2" ,
17
17
"react-dom" : " ^18.2.0" ,
18
18
"storybook" : " ^8.6.14" ,
19
19
"tailwindcss" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments