Skip to content

Commit

Permalink
chore(nodejs): upgrade to Storybook 8 (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess authored May 5, 2024
2 parents 66d3b07 + e331ce5 commit f68475b
Show file tree
Hide file tree
Showing 3 changed files with 1,061 additions and 2,769 deletions.
3 changes: 3 additions & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ const config: StorybookConfig = {
docs: {
autodocs: true,
},
typescript: {
reactDocgen: "react-docgen-typescript",
},
};

export default config;
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
"@headlessui/react": "^1.7.19",
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/react": "^2.1.3",
"@storybook/addon-actions": "^7.5.1",
"@storybook/addon-essentials": "^7.5.1",
"@storybook/addon-links": "^7.5.1",
"@storybook/react": "^7.5.1",
"@storybook/react-vite": "^7.5.1",
"@storybook/addon-actions": "^8.0.9",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-links": "^8.0.9",
"@storybook/react": "^8.0.9",
"@storybook/react-vite": "^8.0.9",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@types/react": "^18.3.1",
Expand All @@ -66,7 +66,7 @@
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"chromatic": "^7.5.4",
"chromatic": "^11.3.0",
"classnames": "^2.5.1",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -82,7 +82,7 @@
"postcss-import": "^16.1.0",
"postcss-load-config": "^5.1.0",
"prettier": "^3.2.5",
"storybook": "^7.5.1",
"storybook": "^8.0.9",
"tailwindcss": "3.4.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
Expand Down
Loading

0 comments on commit f68475b

Please sign in to comment.