chore: remove @storybook/react. use @storybook/nextjs
Showing
... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@heroui/react": "2.8.2", | "@heroui/react": "2.8.2", | ||
"@storybook/react": "^9.1.2", | "@storybook/nextjs": "^9.1.2", | ||
"@tailwindcss/postcss": "^4.1.12", | "@tailwindcss/postcss": "^4.1.12", | ||
"@types/node": "^24.3.0", | "@types/node": "^24.3.0", | ||
"@types/react": "^19.1.10", | "@types/react": "^19.1.10", | ||
... | @@ -32,7 +32,6 @@ | ... | @@ -32,7 +32,6 @@ |
"@next/bundle-analyzer": "^15.4.6", | "@next/bundle-analyzer": "^15.4.6", | ||
"@storybook/addon-links": "^9.1.2", | "@storybook/addon-links": "^9.1.2", | ||
"@storybook/addon-themes": "^9.1.2", | "@storybook/addon-themes": "^9.1.2", | ||
"@storybook/nextjs": "^9.1.2", | |||
"@types/eslint": "^9.6.1", | "@types/eslint": "^9.6.1", | ||
"cross-env": "^10.0.0", | "cross-env": "^10.0.0", | ||
"cz-conventional-changelog": "^3.3.0", | "cz-conventional-changelog": "^3.3.0", | ||
... | ... |
Please
register
or
sign in
to comment