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:
giancarlo
2024-04-18 15:34:07 +08:00
parent 0dfd5d8ec1
commit 53f94abe88
23 changed files with 205 additions and 194 deletions

View File

@@ -36,7 +36,7 @@
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"lucide-react": "^0.368.0",
"next": "14.3.0-canary.7",
"next": "14.3.0-canary.9",
"next-themes": "0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",

View File

@@ -83,8 +83,8 @@ export function PersonalAccountDropdown({
'animate-in fade-in group flex cursor-pointer items-center focus:outline-none',
className ?? '',
{
['active:bg-muted/50 items-center space-x-2.5 rounded-md' +
' hover:bg-muted p-2 transition-colors']: showProfileName,
['active:bg-secondary/50 items-center space-x-2.5 rounded-md' +
' hover:bg-secondary p-2 transition-colors']: showProfileName,
},
)}
>

View File

@@ -40,7 +40,7 @@
"@tanstack/react-table": "^8.16.0",
"@types/react": "^18.2.79",
"lucide-react": "^0.368.0",
"next": "14.3.0-canary.7",
"next": "14.3.0-canary.9",
"react": "18.2.0",
"react-hook-form": "^7.51.3",
"zod": "^3.22.4"

View File

@@ -32,7 +32,7 @@
"@tanstack/react-query": "5.29.2",
"@types/react": "^18.2.79",
"lucide-react": "^0.368.0",
"next": "14.3.0-canary.7",
"next": "14.3.0-canary.9",
"react-hook-form": "^7.51.3",
"react-i18next": "^14.1.0",
"sonner": "^1.4.41",

View File

@@ -37,7 +37,7 @@
"class-variance-authority": "^0.7.0",
"date-fns": "^3.6.0",
"lucide-react": "^0.368.0",
"next": "14.3.0-canary.7",
"next": "14.3.0-canary.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.3",