Commit 7179500a by Moorthy G

chore: upgrade dependencies

parent 274b1103
import type { StorybookConfig } from '@storybook/nextjs';
import path from 'path';
import { fileURLToPath } from 'url';
const __dirname = path.dirname(fileURLToPath(import.meta.url));
const config: StorybookConfig = {
stories: [
......
......@@ -14,37 +14,37 @@
},
"dependencies": {
"@heroui/react": "2.8.5",
"@storybook/nextjs": "^9.1.13",
"@tailwindcss/postcss": "^4.1.16",
"@storybook/nextjs": "^10.1.4",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^24.9.1",
"@types/react": "^19.2.2",
"autoprefixer": "^10.4.21",
"markdown-to-jsx": "^7.7.17",
"next": "^16.0.0",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"autoprefixer": "^10.4.22",
"markdown-to-jsx": "^9.3.2",
"next": "^16.0.7",
"postcss": "^8.5.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"sharp": "^0.34.4",
"tailwindcss": "^4.1.16",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"sharp": "^0.34.5",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
},
"devDependencies": {
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@next/bundle-analyzer": "^16.0.0",
"@storybook/addon-links": "^9.1.13",
"@storybook/addon-themes": "^9.1.13",
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"@next/bundle-analyzer": "^16.0.7",
"@storybook/addon-links": "^10.1.4",
"@storybook/addon-themes": "^10.1.4",
"@types/eslint": "^9.6.1",
"cross-env": "^10.1.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.38.0",
"eslint-config-next": "^16.0.0",
"eslint-plugin-storybook": "^9.1.13",
"eslint": "^9.39.1",
"eslint-config-next": "^16.0.7",
"eslint-plugin-storybook": "^10.1.4",
"husky": "^9.1.7",
"prettier": "^3.6.2",
"prettier": "^3.7.4",
"pretty-quick": "^4.2.2",
"storybook": "^9.1.13"
"storybook": "^10.1.4"
},
"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