Skip to content

Commit

Permalink
Merge pull request #2945 from guardian/mm/fix-storybook
Browse files Browse the repository at this point in the history
Storybook | Fix issue with `8.3.x`
  • Loading branch information
coldlink authored Oct 16, 2024
2 parents 7b4b67a + a215c9f commit 97de071
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 97de071

Please sign in to comment.