Fix Storybook for Node 18 (#1259)

This commit is contained in:
Nathan Bierema 2022-10-28 09:47:58 -04:00 committed by GitHub
parent f3ead32eba
commit 9f71b1e31b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 642 additions and 39 deletions

View File

@ -1,4 +1,7 @@
module.exports = {
core: {
builder: 'webpack5',
},
stories: ['../src/**/*.stories.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'],
addons: [
{

View File

@ -68,6 +68,8 @@
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/builder-webpack5": "^6.5.13",
"@storybook/manager-webpack5": "^6.5.13",
"@storybook/react": "^6.5.12",
"@testing-library/dom": "^8.19.0",
"@testing-library/react": "^13.4.0",

File diff suppressed because it is too large Load Diff