Commit 890a4d44 by Moorthy G

chore: upgrade all dependencies

parent 2966b8a6
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" /> /// <reference types="next/image-types/global" />
// NOTE: This file should not be edited // NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information. // see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
...@@ -11,43 +11,43 @@ ...@@ -11,43 +11,43 @@
"analyze": "cross-env ANALYZE=true next build" "analyze": "cross-env ANALYZE=true next build"
}, },
"dependencies": { "dependencies": {
"@nextui-org/react": "^2.4.8", "@nextui-org/react": "^2.6.8",
"@types/node": "^22.9.0", "@types/node": "^22.10.2",
"@types/react": "^18.3.12", "@types/react": "^19.0.1",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"classnames": "^2.5.1", "classnames": "^2.5.1",
"color2k": "^2.0.3", "color2k": "^2.0.3",
"framer-motion": "^11.11.11", "framer-motion": "^11.15.0",
"next": "^15.0.2", "next": "^15.1.0",
"postcss": "^8.4.47", "postcss": "^8.4.49",
"react": "^18.3.1", "react": "^19.0.0",
"react-dom": "^18.3.1", "react-dom": "^19.0.0",
"sharp": "^0.33.5", "sharp": "^0.33.5",
"tailwindcss": "^3.4.14", "tailwindcss": "^3.4.16",
"typescript": "^5.6.3" "typescript": "^5.7.2"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^19.5.0", "@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.5.0", "@commitlint/config-conventional": "^19.6.0",
"@storybook/addon-essentials": "^8.4.2", "@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "8.4.2", "@storybook/addon-interactions": "8.4.7",
"@storybook/addon-links": "^8.4.2", "@storybook/addon-links": "^8.4.7",
"@storybook/addon-onboarding": "8.4.2", "@storybook/addon-onboarding": "8.4.7",
"@storybook/blocks": "8.4.2", "@storybook/blocks": "8.4.7",
"@storybook/nextjs": "^8.4.2", "@storybook/nextjs": "^8.4.7",
"@storybook/react": "8.4.2", "@storybook/react": "8.4.7",
"@storybook/test": "8.4.2", "@storybook/test": "8.4.7",
"@storybook/theming": "^8.4.2", "@storybook/theming": "^8.4.7",
"@types/eslint": "^9.6.1", "@types/eslint": "^9.6.1",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0", "cz-conventional-changelog": "^3.3.0",
"eslint": "^9.14.0", "eslint": "^9.17.0",
"eslint-config-next": "^15.0.2", "eslint-config-next": "^15.1.0",
"eslint-plugin-storybook": "^0.11.0", "eslint-plugin-storybook": "^0.11.1",
"husky": "^9.1.6", "husky": "^9.1.7",
"prettier": "^3.3.3", "prettier": "^3.4.2",
"pretty-quick": "^4.0.0", "pretty-quick": "^4.0.0",
"storybook": "^8.4.2", "storybook": "^8.4.7",
"storybook-dark-mode": "^4.0.2", "storybook-dark-mode": "^4.0.2",
"webpack-bundle-analyzer": "^4.10.2" "webpack-bundle-analyzer": "^4.10.2"
} }
......
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