Skip to content

Commit

Permalink
feat: update and freeze storybook packages (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui authored Sep 19, 2023
1 parent bbe5784 commit 56cec3f
Show file tree
Hide file tree
Showing 4 changed files with 5,786 additions and 3,720 deletions.
2 changes: 1 addition & 1 deletion react/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
'@storybook/addon-links',
'@storybook/addon-essentials',
'@storybook/addon-a11y',
'@storybook/addon-styling',
'@storybook/addon-themes',
'@storybook/addon-mdx-gfm',
'@storybook/addon-interactions',
],
Expand Down
2 changes: 1 addition & 1 deletion react/.storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'inter-ui/inter.css'
import { Decorator } from '@storybook/react'

import { ThemeProvider } from '../src/theme'
import { withThemeFromJSXProvider } from '@storybook/addon-styling'
import { withThemeFromJSXProvider } from '@storybook/addon-themes'

import { StorybookTheme } from './themes'
import { THEME_MAP } from './colorThemes'
Expand Down
Loading

0 comments on commit 56cec3f

Please sign in to comment.