Commit 2ae69057 by Moorthy G

chore: upgrade dependencies

parent 40b377c4
......@@ -6,14 +6,7 @@ const config: StorybookConfig = {
'../components/**/*.stories.@(ts|tsx|js|jsx|mdx)',
'../styles/**/*.stories.@(ts|tsx|js|jsx|mdx)'
],
addons: [
'@storybook/addon-links',
'@storybook/addon-essentials',
'@storybook/addon-onboarding',
'@storybook/addon-interactions',
'storybook-dark-mode',
'@storybook/addon-themes'
],
addons: ['@storybook/addon-links', '@storybook/addon-themes'],
webpackFinal: async (config) => {
if (config.resolve) {
config.resolve.alias = {
......@@ -26,9 +19,6 @@ const config: StorybookConfig = {
framework: {
name: '@storybook/nextjs',
options: {}
},
docs: {
autodocs: 'tag'
}
};
export default config;
......@@ -12,48 +12,41 @@
},
"dependencies": {
"@heroui/react": "2.8.0-beta.4",
"@tailwindcss/postcss": "^4.1.7",
"@types/node": "^22.15.21",
"@types/react": "^19.1.5",
"@storybook/react": "^9.0.8",
"@tailwindcss/postcss": "^4.1.10",
"@types/node": "^24.0.1",
"@types/react": "^19.1.8",
"autoprefixer": "^10.4.21",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"color2k": "^2.0.3",
"framer-motion": "^12.12.1",
"next": "^15.3.2",
"postcss": "^8.5.3",
"framer-motion": "^12.17.0",
"next": "^15.3.3",
"postcss": "^8.5.5",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"sharp": "^0.34.2",
"tailwind-merge": "^3.3.0",
"tailwindcss": "^4.1.7",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.10",
"typescript": "^5.8.3"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@next/bundle-analyzer": "^15.1.8",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-interactions": "8.6.14",
"@storybook/addon-links": "^8.6.14",
"@storybook/addon-onboarding": "8.6.14",
"@storybook/addon-themes": "^8.6.14",
"@storybook/blocks": "8.6.14",
"@storybook/nextjs": "^8.6.14",
"@storybook/react": "8.6.14",
"@storybook/test": "8.6.14",
"@storybook/theming": "^8.6.14",
"@next/bundle-analyzer": "^15.3.3",
"@storybook/addon-links": "^9.0.8",
"@storybook/addon-themes": "^9.0.8",
"@storybook/nextjs": "^9.0.8",
"@types/eslint": "^9.6.1",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.27.0",
"eslint-config-next": "^15.3.2",
"eslint-plugin-storybook": "^0.12.0",
"eslint": "^9.28.0",
"eslint-config-next": "^15.3.3",
"eslint-plugin-storybook": "^9.0.8",
"husky": "^9.1.7",
"prettier": "^3.5.3",
"pretty-quick": "^4.1.1",
"storybook": "^8.6.14",
"storybook-dark-mode": "^4.0.2"
"pretty-quick": "^4.2.2",
"storybook": "^9.0.8"
},
"packageManager": "pnpm@10.6.5+sha256.47c8bca42b4b48534b5b1b28d573c506773937b02f68e52992fbd8269131c5c8"
}
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment