Skip to content

Commit 47d5f67

Browse files
committed
build(storybook): Upgrade storybook from 8 to 9
1 parent 39c8cd6 commit 47d5f67

46 files changed

Lines changed: 409 additions & 842 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.storybook/main.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ module.exports = {
22
"stories": ["../src/components/**/**/*.stories.@(js|jsx|ts|tsx)"],
33
"addons": [
44
"@storybook/addon-links",
5-
"@storybook/addon-essentials",
6-
"@storybook/addon-interactions",
75
"@storybook/preset-create-react-app",
8-
"@chromatic-com/storybook"
6+
"@chromatic-com/storybook",
7+
"@storybook/addon-docs"
98
],
109

1110
"framework": {

0 commit comments

Comments
 (0)