Skip to content

Commit

Permalink
chore: upgrade storybook and remove bloat
Browse files Browse the repository at this point in the history
  • Loading branch information
ink-victor committed Nov 22, 2024
1 parent e2ab2e6 commit 03b8677
Show file tree
Hide file tree
Showing 4 changed files with 604 additions and 204 deletions.
1 change: 0 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import type { StorybookConfig } from "@storybook/react-vite";
const config: StorybookConfig = {
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
addons: [
"@storybook/addon-onboarding",
"@storybook/addon-essentials",
"@chromatic-com/storybook",
"@storybook/addon-interactions",
Expand Down
26 changes: 17 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,22 @@
"license": "MIT",
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-interactions": "^8.4.2",
"@storybook/addon-onboarding": "^8.4.2",
"@storybook/addon-themes": "^8.4.2",
"@storybook/blocks": "^8.4.2",
"@storybook/react": "^8.4.2",
"@storybook/react-vite": "^8.4.2",
"@storybook/test": "^8.4.2",
"@storybook/addon-essentials": "^8.4.5",
"@storybook/addon-interactions": "^8.4.5",
"@storybook/addon-themes": "^8.4.5",
"@storybook/blocks": "^8.4.5",
"@storybook/react": "^8.4.5",
"@storybook/react-vite": "^8.4.5",
"@storybook/test": "^8.4.5",
"@tailwindcss/postcss": "4.0.0-beta.1",
"@tailwindcss/vite": "4.0.0-beta.1",
"@storybook/addon-essentials": "^8.4.5",
"@storybook/addon-interactions": "^8.4.5",
"@storybook/addon-themes": "^8.4.5",
"@storybook/blocks": "^8.4.5",
"@storybook/react": "^8.4.5",
"@storybook/react-vite": "^8.4.5",
"@storybook/test": "^8.4.5",
"@tanstack/react-query": "^5.60.5",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
Expand All @@ -63,8 +69,10 @@
"prettier": "^3.3.3",
"react": "19.0.0-rc-7ac8e612-20241113",
"react-dom": "19.0.0-rc-7ac8e612-20241113",
"storybook": "^8.4.2",
"storybook": "^8.4.5",
"tailwindcss": "4.0.0-beta.1",
"storybook": "^8.4.5",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"viem": "^2.21.47",
Expand Down
Loading

0 comments on commit 03b8677

Please sign in to comment.