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 @@ -20,9 +20,9 @@ const config = {
20
20
] ,
21
21
addons : [
22
22
"@storybook/addon-links" ,
23
- "@storybook/addon-essentials" ,
24
23
"@storybook/addon-onboarding" ,
25
24
"@storybook/addon-interactions" ,
25
+ "@storybook/addon-webpack5-compiler-swc"
26
26
] ,
27
27
framework : {
28
28
name : "@storybook/react-vite" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"devDependencies" : {
3
3
"@babel/preset-react" : " ^7.24.1" ,
4
- "@storybook/addon-essentials" : " ^8.6.14" ,
5
4
"@storybook/addon-interactions" : " ^8.6.14" ,
6
5
"@storybook/addon-links" : " ^8.6.14" ,
7
6
"@storybook/addon-onboarding" : " ^1.0.8" ,
7
+ "@storybook/addon-webpack5-compiler-swc" : " ^8.6.14" ,
8
8
"@storybook/blocks" : " ^8.6.14" ,
9
9
"@storybook/react" : " ^8.6.14" ,
10
10
"@storybook/react-vite" : " ^8.6.14" ,
You can’t perform that action at this time.
0 commit comments