Skip to content

Commit b378977

Browse files
authored
Merge pull request #661 from melvincarvalho/storybook-8-upgrade
Upgrade Storybook from 7.6.20 to 8.6.15
2 parents ab0af5c + 7343656 commit b378977

Some content is hidden

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

63 files changed

+5314
-9188
lines changed

.storybook/main.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
export default {
2-
stories: ['../src/**/*.stories.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'],
2+
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'],
33

44
addons: [
55
'@storybook/addon-links',
6-
'@storybook/addon-actions',
7-
'@storybook/addon-essentials'
6+
'@storybook/addon-essentials',
7+
'@storybook/addon-mdx-gfm',
8+
'@storybook/addon-webpack5-compiler-swc'
89
],
910

1011
framework: {

.storybook/preview.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ if (typeof window !== 'undefined') {
88
window.SolidLogic = solidLogic
99
}
1010

11-
export const parameters = {
12-
actions: { argTypesRegex: '^on[A-Z].*' },
13-
}
11+
export const parameters = {}

0 commit comments

Comments
 (0)