Skip to content

Commit

Permalink
chore(deps-dev): bump Storybook from 8.4.5 to 8.4.7 (#2817)
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton authored Dec 12, 2024
1 parent 7f885f0 commit 120b725
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 615 deletions.
16 changes: 6 additions & 10 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@ const config = {
stories: [
"../stories/**/*.stories.@(js|jsx|mjs|ts|tsx)",
],
addons: [
"@storybook/addon-a11y",
{
name: "@storybook/addon-essentials",
options: {
measure: false, // Note: addon-measure is forced to false in order to avoid it enabled in ZeroHeight
}
},
"@storybook/addon-themes",
],
addons: ["@storybook/addon-a11y", {
name: "@storybook/addon-essentials",
options: {
measure: false, // Note: addon-measure is forced to false in order to avoid it enabled in ZeroHeight
}
}, "@storybook/addon-themes",],
framework: {
name: "@storybook/html-vite",
options: {},
Expand Down
Loading

0 comments on commit 120b725

Please sign in to comment.