Commit c2d7eafc by Moorthy G

chore: upgrade dependencies

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