Skip to content

Commit

Permalink
feat: upgrade storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
ink-victor committed Nov 29, 2024
1 parent ee62e6a commit dfa3afc
Show file tree
Hide file tree
Showing 2 changed files with 329 additions and 1,457 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"license": "MIT",
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
"@storybook/addon-essentials": "8.2.9",
"@storybook/addon-interactions": "8.2.9",
"@storybook/addon-themes": "8.2.9",
"@storybook/blocks": "8.2.9",
"@storybook/react": "8.2.9",
"@storybook/react-vite": "8.2.9",
"@storybook/test": "8.2.9",
"@storybook/addon-essentials": "^8.4.6",
"@storybook/addon-interactions": "^8.4.6",
"@storybook/addon-themes": "^8.4.6",
"@storybook/blocks": "^8.4.6",
"@storybook/react": "^8.4.6",
"@storybook/react-vite": "^8.4.6",
"@storybook/test": "^8.4.6",
"@tailwindcss/postcss": "4.0.0-beta.3",
"@tailwindcss/vite": "4.0.0-beta.3",
"@tanstack/react-query": "^5.60.5",
Expand All @@ -62,7 +62,7 @@
"prettier": "^3.3.3",
"react": "19.0.0-rc-7ac8e612-20241113",
"react-dom": "19.0.0-rc-7ac8e612-20241113",
"storybook": "8.2.9",
"storybook": "^8.4.6",
"tailwindcss": "4.0.0-beta.3",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
Expand Down
Loading

0 comments on commit dfa3afc

Please sign in to comment.