Update 'next' version and dependencies in pnpm-lock.yaml
This commit updates the package version of 'next' from 14.3.0-canary.7 to 14.3.0-canary.9 throughout the pnpm-lock.yaml file. Other dependencies updated with the respective package include '@makerkit/data-loader-supabase-nextjs', '@keystatic/next' and so on. This update is important to ensure the latest features are being utilized while retaining compatibility with existing code.
This commit is contained in:
@@ -142,10 +142,10 @@ export function PlanPicker(
|
||||
htmlFor={interval}
|
||||
key={interval}
|
||||
className={cn(
|
||||
'hover:bg-muted flex items-center space-x-2 rounded-md border border-transparent px-4 py-2',
|
||||
'hover:bg-secondary flex items-center space-x-2 rounded-md border border-transparent px-4 py-2',
|
||||
{
|
||||
['border-primary']: selected,
|
||||
['hover:bg-muted']: !selected,
|
||||
['border-primary bg-secondary']: selected,
|
||||
['hover:bg-secondary']: !selected,
|
||||
},
|
||||
)}
|
||||
>
|
||||
@@ -173,7 +173,6 @@ export function PlanPicker(
|
||||
|
||||
<span
|
||||
className={cn('text-sm', {
|
||||
['font-semibold']: selected,
|
||||
['cursor-pointer']: !selected,
|
||||
})}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user