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:
@@ -1,6 +1,6 @@
|
||||
import loadDynamic from 'next/dynamic';
|
||||
|
||||
import { Plus } from 'lucide-react';
|
||||
import { PlusCircle } from 'lucide-react';
|
||||
|
||||
import { Button } from '@kit/ui/button';
|
||||
import { PageBody } from '@kit/ui/page';
|
||||
@@ -55,8 +55,8 @@ function TeamAccountHomePage({
|
||||
description={<Trans i18nKey={'common:dashboardTabDescription'} />}
|
||||
account={params.account}
|
||||
>
|
||||
<Button>
|
||||
<Plus className={'mr-2 h-4'} />
|
||||
<Button size={'sm'}>
|
||||
<PlusCircle className={'h-4 mr-1'} />
|
||||
<span>Add Widget</span>
|
||||
</Button>
|
||||
</AccountLayoutHeader>
|
||||
|
||||
Reference in New Issue
Block a user