Commit e9d25df8 by Moorthy G

chore: upgrade to next 13

parent 096c7a18
......@@ -26,10 +26,8 @@ export default function Button({
});
return href !== null ? (
<Link href={href}>
<a className={classNames} {...rest}>
{children}
</a>
<Link href={href} className={classNames} {...rest}>
{children}
</Link>
) : (
<button {...rest} className={classNames}>
......
......@@ -13,7 +13,7 @@
"dependencies": {
"classnames": "^2.3.2",
"css-loader": "^6.7.1",
"next": "12.3.1",
"next": "13.0.0",
"next-images": "^1.8.4",
"normalize.css": "^8.0.1",
"react": "18.2.0",
......@@ -26,19 +26,19 @@
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/builder-webpack5": "^6.5.12",
"@storybook/manager-webpack5": "^6.5.12",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/builder-webpack5": "^6.5.13",
"@storybook/manager-webpack5": "^6.5.13",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.5.12",
"@storybook/react": "^6.5.13",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.1",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-bundle-analyzer": "^4.7.0",
"yarn": "^1.22.19"
}
}
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