Skip to content

Commit

Permalink
fix(storybook): switch from @storybook/react-webpack5 to `@storyboo…
Browse files Browse the repository at this point in the history
…k/preact-webpack5`
  • Loading branch information
coldlink committed Oct 16, 2024
1 parent 7b4b67a commit a215c9f
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 306 deletions.
2 changes: 1 addition & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const config = {
reactDocgen: 'react-docgen-typescript-plugin',
},
framework: {
name: '@storybook/react-webpack5',
name: '@storybook/preact-webpack5',
options: {},
},
docs: {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
"@emotion/babel-preset-css-prop": "^11.12.0",
"@guardian/eslint-config-typescript": "^12.0.0",
"@guardian/prettier": "^8.0.1",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/addon-themes": "^8.2.9",
"@storybook/addon-themes": "^8.3.5",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/react": "^8.2.9",
"@storybook/react-webpack5": "^8.2.9",
"@storybook/preact-webpack5": "^8.3.5",
"@storybook/react": "^8.3.5",
"@swc/core": "^1.7.35",
"@swc/plugin-emotion": "^4.0.3",
"@testing-library/cypress": "^10.0.2",
Expand Down
Loading

0 comments on commit a215c9f

Please sign in to comment.