diff --git a/.storybook/preview.js b/.storybook/preview.js index fe8cd5eef96b0..18cf20e64464c 100644 --- a/.storybook/preview.js +++ b/.storybook/preview.js @@ -50,9 +50,6 @@ export const parameters = { 'react-scripts': 'latest', // necessary for FluentProvider: '@fluentui/react-components': '^9.0.0', - // Pin @swc/helpers - in 0.4.36 it uses dependency alias which is not supported by CodeSandbox. - // Remove this pinned version when @swc/helpers will be upgraded https://github.com/microsoft/fluentui/issues/28919 - '@swc/helpers': '0.4.35', }, optionalDependencies: { '@fluentui/react-icons': 'latest',