File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ module.exports = {
33
33
"@whitespace/storybook-addon-html" ,
34
34
// https://storybook.js.org/addons/@etchteam /storybook-addon-status
35
35
"@etchteam/storybook-addon-status" ,
36
+ "storybook-addon-pseudo-states" ,
36
37
] ,
37
38
core : {
38
39
disableTelemetry : true ,
Original file line number Diff line number Diff line change 61
61
"rimraf" : " ^5.0.1" ,
62
62
"source-map-loader" : " ^1.0.0" ,
63
63
"storybook" : " ^7.0.26" ,
64
+ "storybook-addon-pseudo-states" : " ^2.1.0" ,
64
65
"style-loader" : " 3.3.3" ,
65
66
"webpack" : " ^5.83.1"
66
67
},
Original file line number Diff line number Diff line change @@ -15888,6 +15888,11 @@ store2@^2.14.2:
15888
15888
resolved "https://registry.yarnpkg.com/store2/-/store2-2.14.2.tgz#56138d200f9fe5f582ad63bc2704dbc0e4a45068"
15889
15889
integrity sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w==
15890
15890
15891
+ storybook-addon-pseudo-states@^2.1.0:
15892
+ version "2.1.0"
15893
+ resolved "https://registry.yarnpkg.com/storybook-addon-pseudo-states/-/storybook-addon-pseudo-states-2.1.0.tgz#05faffb7e0d19fc012035ecee2a02d432f312d2d"
15894
+ integrity sha512-AwbCL1OiZ16aIeXSP/IOovkMwXy7NTZqmjkz+UM2guSGjvogHNA95NhuVyWoqieE+QWUpGO48+MrBGMeeJcHOQ==
15895
+
15891
15896
storybook@^7.0.26:
15892
15897
version "7.0.26"
15893
15898
resolved "https://registry.yarnpkg.com/storybook/-/storybook-7.0.26.tgz#70a55074644c265770cc015c576aa005dad3b2ef"
You can’t perform that action at this time.
0 commit comments