PR-322412: updating packages.

This commit is contained in:
2023-04-14 15:00:02 +00:00
parent e88b1780f0
commit c4fee0e18e
3 changed files with 1960 additions and 6395 deletions

View File

@ -2,7 +2,7 @@ const path = require('path');
const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');
module.exports = {
"stories": ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
"addons": ["@storybook/addon-links", "@storybook/addon-essentials", "@storybook/addon-interactions", "@storybook/addon-postcss", "@storybook/preset-scss", "@storybook/addon-mdx-gfm"],
"addons": ["@storybook/addon-links", "@storybook/addon-essentials", "@storybook/addon-interactions", "@storybook/preset-scss"],
"webpackFinal": async config => {
config.resolve.alias = {
...config.resolve.alias,