Skip to content

Commit 9e7ba4a

Browse files
committed
feat: bump to storybook 9
1 parent e204c9f commit 9e7ba4a

File tree

4 files changed

+246
-610
lines changed

4 files changed

+246
-610
lines changed

packages/component-library/.storybook/main.ts

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,10 @@ const config = {
1414
],
1515

1616
features: {
17-
backgroundsStoryGlobals: true,
17+
backgrounds: true,
1818
},
19-
19+
2020
addons: [
21-
{
22-
name: "@storybook/addon-essentials",
23-
options: {
24-
backgrounds: false,
25-
measure: false,
26-
},
27-
},
2821
"@storybook/addon-themes",
2922
{
3023
name: "@storybook/addon-styling-webpack",

packages/component-library/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,8 @@
6262
"@cprussin/prettier-config": "catalog:",
6363
"@cprussin/tsconfig": "catalog:",
6464
"@phosphor-icons/react": "catalog:",
65-
"@storybook/addon-essentials": "catalog:",
6665
"@storybook/addon-styling-webpack": "catalog:",
6766
"@storybook/addon-themes": "catalog:",
68-
"@storybook/blocks": "catalog:",
6967
"@storybook/nextjs": "catalog:",
7068
"@storybook/react": "catalog:",
7169
"@svgr/webpack": "catalog:",

0 commit comments

Comments
 (0)