chore(deps-dev): bump the storybook group across 1 directory with 11 updates (#38068)

This commit is contained in:
dependabot[bot]
2026-02-18 23:48:16 +07:00
committed by GitHub
parent af3e088233
commit 11a36ff488
4 changed files with 670 additions and 649 deletions

View File

@@ -455,15 +455,6 @@ const config = {
This prevents "Module not found" errors for moment locale files.
*/
'moment/min/moment-with-locales': false,
// Storybook 8 expects React 18's createRoot API. Since this project uses React 17,
// we alias to the react-16 shim which provides the legacy ReactDOM.render API.
// Remove this alias when React is upgraded to v18+.
'@storybook/react-dom-shim': path.resolve(
path.join(
APP_DIR,
'./node_modules/@storybook/react-dom-shim/dist/react-16',
),
),
},
extensions: ['.ts', '.tsx', '.js', '.jsx', '.yml'],
fallback: {