Commit c2d7eafc by Moorthy G

chore: upgrade dependencies

parent 2ba023fc
import Button from '@/components/button'; import Button from '@/components/base/Button';
const AnotherPage = () => { const AnotherPage = () => {
return ( return (
...@@ -7,7 +7,7 @@ const AnotherPage = () => { ...@@ -7,7 +7,7 @@ const AnotherPage = () => {
<h3 className="text-3xl text-gray-600 font-semibold mb-5 px-5"> <h3 className="text-3xl text-gray-600 font-semibold mb-5 px-5">
You&lsquo;ve landed on another page You&lsquo;ve landed on another page
</h3> </h3>
<Button href="/" size="lg"> <Button href="/" size="md">
Navigate home page Navigate home page
</Button> </Button>
</center> </center>
......
import PageNotFound from '@/components/layout/page-not-found'; import PageNotFound from '@/components/layout/PageNotFound';
export default PageNotFound; export default PageNotFound;
import Button from '@/components/button'; import Button from '@/components/base/Button';
import Image from 'next/image'; import Image from 'next/image';
const HomePage = () => { const HomePage = () => {
...@@ -35,7 +35,7 @@ const HomePage = () => { ...@@ -35,7 +35,7 @@ const HomePage = () => {
/> />
</div> </div>
</div> </div>
<Button href="/another" size="lg"> <Button href="/another" size="md">
Navigate to another page Navigate to another page
</Button> </Button>
</center> </center>
......
...@@ -11,39 +11,39 @@ ...@@ -11,39 +11,39 @@
"analyze": "cross-env ANALYZE=true next build" "analyze": "cross-env ANALYZE=true next build"
}, },
"dependencies": { "dependencies": {
"@types/node": "^20.11.5", "@types/node": "^20.12.12",
"@types/react": "^18.2.48", "@types/react": "^18.3.3",
"autoprefixer": "^10.4.17", "autoprefixer": "^10.4.19",
"classnames": "^2.5.1", "classnames": "^2.5.1",
"next": "^14.1.0", "next": "^14.2.3",
"postcss": "^8.4.33", "postcss": "^8.4.38",
"react": "^18.2.0", "react": "^18.3.1",
"react-dom": "^18.2.0", "react-dom": "^18.3.1",
"sharp": "^0.33.2", "sharp": "^0.33.4",
"tailwindcss": "^3.4.1", "tailwindcss": "^3.4.3",
"typescript": "^5.3.3" "typescript": "^5.4.5"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^18.4.4", "@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^18.4.4", "@commitlint/config-conventional": "^19.2.2",
"@storybook/addon-essentials": "^7.6.10", "@storybook/addon-essentials": "^8.1.4",
"@storybook/addon-interactions": "7.6.10", "@storybook/addon-interactions": "8.1.4",
"@storybook/addon-links": "^7.6.10", "@storybook/addon-links": "^8.1.4",
"@storybook/addon-onboarding": "1.0.10", "@storybook/addon-onboarding": "8.1.4",
"@storybook/blocks": "7.6.10", "@storybook/blocks": "8.1.4",
"@storybook/nextjs": "^7.6.10", "@storybook/nextjs": "^8.1.4",
"@storybook/react": "7.6.10", "@storybook/react": "8.1.4",
"@storybook/test": "7.6.10", "@storybook/test": "8.1.4",
"@types/eslint": "^8.56.2", "@types/eslint": "^8.56.10",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0", "cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0", "eslint": "^9.3.0",
"eslint-config-next": "^14.1.0", "eslint-config-next": "^14.2.3",
"eslint-plugin-storybook": "^0.6.15", "eslint-plugin-storybook": "^0.8.0",
"husky": "^8.0.3", "husky": "^9.0.11",
"prettier": "^3.2.4", "prettier": "^3.2.5",
"pretty-quick": "^4.0.0", "pretty-quick": "^4.0.0",
"storybook": "^7.6.10", "storybook": "^8.1.4",
"webpack-bundle-analyzer": "^4.10.1" "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