Skip to content

Commit d927b22

Browse files
authored
Merge pull request #3081 from pyth-network/chore/storybook-version
feat: bump to storybook 9
2 parents e1c83bc + 65e007b commit d927b22

File tree

4 files changed

+237
-600
lines changed

4 files changed

+237
-600
lines changed

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

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

1616
features: {
17-
backgroundsStoryGlobals: true,
17+
backgrounds: true,
18+
measure: false,
1819
},
1920

2021
addons: [
21-
{
22-
name: "@storybook/addon-essentials",
23-
options: {
24-
backgrounds: false,
25-
measure: false,
26-
},
27-
},
2822
"@storybook/addon-themes",
2923
{
3024
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)