Skip to content

Commit

Permalink
fix: Codesandbox exports should use ^9.0.0 (#23764)
Browse files Browse the repository at this point in the history
  • Loading branch information
ling1726 committed Jun 29, 2022
1 parent e2b100b commit 2e40725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export const parameters = {
'react-scripts': 'latest',
},
optionalDependencies: {
'@fluentui/react-components': 'rc', // necessary for FluentProvider
'@fluentui/react-icons': 'beta',
'@fluentui/react-components': '^9.0.0', // necessary for FluentProvider
'@fluentui/react-icons': 'rc',
},
indexTsx: dedent`
import * as ReactDOM from 'react-dom';
Expand Down

0 comments on commit 2e40725

Please sign in to comment.