Skip to content

Commit

Permalink
deps: storybook v7 -> v8
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Jul 5, 2024
1 parent 1bfe22a commit d201ef0
Show file tree
Hide file tree
Showing 4 changed files with 3,285 additions and 6,704 deletions.
4 changes: 1 addition & 3 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ const config = {
name: '@storybook/react-vite',
options: {},
},
docs: {
autodocs: 'tag',
},
docs: {},
};
export default config;
1 change: 0 additions & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { setConfigs } from '../src/services/config';
setConfigs(appConfig, null, configSchema);

export const parameters = {
actions: { argTypesRegex: '^on[A-Z].*' },
controls: {
matchers: {
color: /(background|color)$/i,
Expand Down
Loading

0 comments on commit d201ef0

Please sign in to comment.