Commit 7179500a by Moorthy G

chore: upgrade dependencies

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