docs: update next.js to 15.3.5 (#12952)
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
"clsx": "^2.0.0",
|
||||
"cpy-cli": "^5.0.0",
|
||||
"eslint": "^9.13.0",
|
||||
"next": "15.3.1",
|
||||
"next": "15.3.5",
|
||||
"rimraf": "^5.0.1",
|
||||
"tailwind": "*",
|
||||
"tailwindcss": "^3.3.3",
|
||||
@@ -60,7 +60,7 @@
|
||||
"@kapaai/react-sdk": "^0.3.0",
|
||||
"@medusajs/icons": "2.8.7",
|
||||
"@medusajs/ui": "4.0.17",
|
||||
"@next/third-parties": "15.3.1",
|
||||
"@next/third-parties": "15.3.5",
|
||||
"@octokit/request": "^8.1.1",
|
||||
"@react-hook/resize-observer": "^1.2.6",
|
||||
"@segment/analytics-next": "^1.75.0",
|
||||
|
||||
@@ -46,7 +46,7 @@ export const MainNavItemDropdown = ({
|
||||
return (
|
||||
<div
|
||||
className={clsx(
|
||||
"cursor-pointer flex gap-docs_0.25 items-center py-docs_0.25 px-docs_0.5",
|
||||
"cursor-pointer flex gap-docs_0.25 items-center py-docs_0.25",
|
||||
isActive && "text-medusa-fg-base",
|
||||
!isActive && [
|
||||
"text-medusa-fg-muted hover:text-medusa-fg-subtle",
|
||||
|
||||
@@ -102,7 +102,7 @@ export const MainNav = ({ className, itemsClassName }: MainNavProps) => {
|
||||
],
|
||||
}}
|
||||
isActive={false}
|
||||
className="text-medusa-fg-subtle hover:bg-medusa-button-transparent-hover rounded-docs_sm"
|
||||
className="text-medusa-fg-subtle hover:bg-medusa-button-transparent-hover rounded-docs_sm px-docs_0.5"
|
||||
wrapperClassName="z-10"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user