chore(dependencies): update packages to latest versions

- Bumped `lucide-react` to `^0.516.0`
- Upgraded `react-hook-form` to `^7.58.0`
- Updated `zod` to `^3.25.67`
- Incremented `@sentry/nextjs` to `^9.29.0`
- Miscellaneous upgrades for `eslint`, `@tailwindcss/postcss`, and `supabase` dependencies.
This commit is contained in:
gbuomprisco
2025-06-17 13:33:32 +08:00
parent 1032fb7f94
commit b4c8c74bd0
28 changed files with 627 additions and 623 deletions

View File

@@ -38,14 +38,14 @@
"@tanstack/react-query": "5.80.7",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"lucide-react": "^0.514.0",
"lucide-react": "^0.516.0",
"next": "15.3.3",
"next-themes": "0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.57.0",
"react-hook-form": "^7.58.0",
"react-i18next": "^15.5.3",
"zod": "^3.25.63"
"zod": "^3.25.67"
},
"prettier": "@kit/prettier-config",
"typesVersions": {

View File

@@ -91,11 +91,11 @@ export function PersonalAccountDropdown({
aria-label="Open your profile menu"
data-test={'account-dropdown-trigger'}
className={cn(
'animate-in group/trigger fade-in focus:outline-primary flex cursor-pointer items-center border border-dashed group-data-[minimized=true]:px-0',
'animate-in group/trigger fade-in focus:outline-primary flex cursor-pointer items-center group-data-[minimized=true]:px-0',
className ?? '',
{
['active:bg-secondary/50 items-center gap-4 rounded-md' +
' hover:bg-secondary p-2 transition-colors']: showProfileName,
' hover:bg-secondary p-2 transition-colors border border-dashed']: showProfileName,
},
)}
>

View File

@@ -24,12 +24,12 @@
"@tanstack/react-query": "5.80.7",
"@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.8",
"lucide-react": "^0.514.0",
"lucide-react": "^0.516.0",
"next": "15.3.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.57.0",
"zod": "^3.25.63"
"react-hook-form": "^7.58.0",
"zod": "^3.25.67"
},
"exports": {
".": "./src/index.ts",

View File

@@ -32,12 +32,12 @@
"@supabase/supabase-js": "2.50.0",
"@tanstack/react-query": "5.80.7",
"@types/react": "19.1.8",
"lucide-react": "^0.514.0",
"lucide-react": "^0.516.0",
"next": "15.3.3",
"react-hook-form": "^7.57.0",
"react-hook-form": "^7.58.0",
"react-i18next": "^15.5.3",
"sonner": "^2.0.5",
"zod": "^3.25.63"
"zod": "^3.25.67"
},
"prettier": "@kit/prettier-config",
"typesVersions": {

View File

@@ -22,7 +22,7 @@
"@supabase/supabase-js": "2.50.0",
"@tanstack/react-query": "5.80.7",
"@types/react": "19.1.8",
"lucide-react": "^0.514.0",
"lucide-react": "^0.516.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-i18next": "^15.5.3"

View File

@@ -39,13 +39,13 @@
"@types/react-dom": "19.1.6",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.514.0",
"lucide-react": "^0.516.0",
"next": "15.3.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.57.0",
"react-hook-form": "^7.58.0",
"react-i18next": "^15.5.3",
"zod": "^3.25.63"
"zod": "^3.25.67"
},
"prettier": "@kit/prettier-config",
"typesVersions": {