Skip to content

Commit

Permalink
chore(nodejs): upgrade to Storybook 8
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Hess <[email protected]>
  • Loading branch information
dhess committed Apr 10, 2024
1 parent 53e3976 commit 68fe298
Show file tree
Hide file tree
Showing 7 changed files with 913 additions and 2,357 deletions.
1 change: 0 additions & 1 deletion .storybook/preview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const decorators = [
];

export const parameters = {
actions: { argTypesRegex: "^on[A-Z].*" },
controls: {
matchers: {
color: /(background|color)$/i,
Expand Down
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,13 @@
"@headlessui/react": "^1.7.18",
"@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.6",
"@storybook/addon-essentials": "^8.0.6",
"@storybook/addon-interactions": "^8.0.6",
"@storybook/addon-links": "^8.0.6",
"@storybook/react": "^8.0.6",
"@storybook/react-vite": "^8.0.6",
"@storybook/test": "^8.0.6",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@types/react": "^18.2.75",
Expand All @@ -65,7 +67,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 @@ -80,7 +82,7 @@
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"prettier": "^3.2.5",
"storybook": "^7.5.1",
"storybook": "^8.0.6",
"tailwindcss": "3.4.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
Expand Down
Loading

0 comments on commit 68fe298

Please sign in to comment.