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

@@ -12,7 +12,7 @@
"@hookform/resolvers": "^5.1.1", "@hookform/resolvers": "^5.1.1",
"@tanstack/react-query": "5.80.7", "@tanstack/react-query": "5.80.7",
"ai": "4.3.16", "ai": "4.3.16",
"lucide-react": "^0.514.0", "lucide-react": "^0.516.0",
"next": "15.3.3", "next": "15.3.3",
"nodemailer": "^7.0.3", "nodemailer": "^7.0.3",
"react": "19.1.0", "react": "19.1.0",
@@ -25,18 +25,18 @@
"@kit/shared": "workspace:*", "@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@tailwindcss/postcss": "^4.1.8", "@tailwindcss/postcss": "^4.1.10",
"@types/node": "^24.0.1", "@types/node": "^24.0.1",
"@types/nodemailer": "6.4.17", "@types/nodemailer": "6.4.17",
"@types/react": "19.1.8", "@types/react": "19.1.8",
"@types/react-dom": "19.1.6", "@types/react-dom": "19.1.6",
"babel-plugin-react-compiler": "19.1.0-rc.2", "babel-plugin-react-compiler": "19.1.0-rc.2",
"pino-pretty": "^13.0.0", "pino-pretty": "^13.0.0",
"react-hook-form": "^7.57.0", "react-hook-form": "^7.58.0",
"tailwindcss": "4.1.10", "tailwindcss": "4.1.10",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3", "typescript": "^5.8.3",
"zod": "^3.25.63" "zod": "^3.25.67"
}, },
"prettier": "@kit/prettier-config", "prettier": "@kit/prettier-config",
"browserslist": [ "browserslist": [

View File

@@ -60,24 +60,24 @@
"@tanstack/react-query": "5.80.7", "@tanstack/react-query": "5.80.7",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"lucide-react": "^0.514.0", "lucide-react": "^0.516.0",
"next": "15.3.3", "next": "15.3.3",
"next-sitemap": "^4.2.3", "next-sitemap": "^4.2.3",
"next-themes": "0.4.6", "next-themes": "0.4.6",
"react": "19.1.0", "react": "19.1.0",
"react-dom": "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", "react-i18next": "^15.5.3",
"recharts": "2.15.3", "recharts": "2.15.3",
"tailwind-merge": "^3.3.1", "tailwind-merge": "^3.3.1",
"zod": "^3.25.63" "zod": "^3.25.67"
}, },
"devDependencies": { "devDependencies": {
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.3.3", "@next/bundle-analyzer": "15.3.3",
"@tailwindcss/postcss": "^4.1.8", "@tailwindcss/postcss": "^4.1.10",
"@types/node": "^24.0.1", "@types/node": "^24.0.1",
"@types/react": "19.1.8", "@types/react": "19.1.8",
"@types/react-dom": "19.1.6", "@types/react-dom": "19.1.6",
@@ -85,7 +85,7 @@
"cssnano": "^7.0.7", "cssnano": "^7.0.7",
"pino-pretty": "^13.0.0", "pino-pretty": "^13.0.0",
"prettier": "^3.5.3", "prettier": "^3.5.3",
"supabase": "^2.24.3", "supabase": "^2.26.9",
"tailwindcss": "4.1.10", "tailwindcss": "4.1.10",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3" "typescript": "^5.8.3"

View File

@@ -21,7 +21,7 @@
"@kit/supabase": "workspace:*", "@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"zod": "^3.25.63" "zod": "^3.25.67"
}, },
"typesVersions": { "typesVersions": {
"*": { "*": {

View File

@@ -29,12 +29,12 @@
"@supabase/supabase-js": "2.50.0", "@supabase/supabase-js": "2.50.0",
"@types/react": "19.1.8", "@types/react": "19.1.8",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"lucide-react": "^0.514.0", "lucide-react": "^0.516.0",
"next": "15.3.3", "next": "15.3.3",
"react": "19.1.0", "react": "19.1.0",
"react-hook-form": "^7.57.0", "react-hook-form": "^7.58.0",
"react-i18next": "^15.5.3", "react-i18next": "^15.5.3",
"zod": "^3.25.63" "zod": "^3.25.67"
}, },
"typesVersions": { "typesVersions": {
"*": { "*": {

View File

@@ -27,7 +27,7 @@
"@types/react": "19.1.8", "@types/react": "19.1.8",
"next": "15.3.3", "next": "15.3.3",
"react": "19.1.0", "react": "19.1.0",
"zod": "^3.25.63" "zod": "^3.25.67"
}, },
"typesVersions": { "typesVersions": {
"*": { "*": {

View File

@@ -31,7 +31,7 @@
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"next": "15.3.3", "next": "15.3.3",
"react": "19.1.0", "react": "19.1.0",
"zod": "^3.25.63" "zod": "^3.25.67"
}, },
"typesVersions": { "typesVersions": {
"*": { "*": {

View File

@@ -29,7 +29,7 @@
"@types/node": "^24.0.1", "@types/node": "^24.0.1",
"@types/react": "19.1.8", "@types/react": "19.1.8",
"react": "19.1.0", "react": "19.1.0",
"zod": "^3.25.63" "zod": "^3.25.67"
}, },
"typesVersions": { "typesVersions": {
"*": { "*": {

View File

@@ -23,7 +23,7 @@
"@kit/team-accounts": "workspace:*", "@kit/team-accounts": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "2.50.0", "@supabase/supabase-js": "2.50.0",
"zod": "^3.25.63" "zod": "^3.25.67"
}, },
"typesVersions": { "typesVersions": {
"*": { "*": {

View File

@@ -13,7 +13,7 @@
".": "./src/index.ts" ".": "./src/index.ts"
}, },
"dependencies": { "dependencies": {
"@react-email/components": "0.0.42" "@react-email/components": "0.1.0"
}, },
"devDependencies": { "devDependencies": {
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",

View File

@@ -38,14 +38,14 @@
"@tanstack/react-query": "5.80.7", "@tanstack/react-query": "5.80.7",
"@types/react": "19.1.8", "@types/react": "19.1.8",
"@types/react-dom": "19.1.6", "@types/react-dom": "19.1.6",
"lucide-react": "^0.514.0", "lucide-react": "^0.516.0",
"next": "15.3.3", "next": "15.3.3",
"next-themes": "0.4.6", "next-themes": "0.4.6",
"react": "19.1.0", "react": "19.1.0",
"react-dom": "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", "react-i18next": "^15.5.3",
"zod": "^3.25.63" "zod": "^3.25.67"
}, },
"prettier": "@kit/prettier-config", "prettier": "@kit/prettier-config",
"typesVersions": { "typesVersions": {

View File

@@ -91,11 +91,11 @@ export function PersonalAccountDropdown({
aria-label="Open your profile menu" aria-label="Open your profile menu"
data-test={'account-dropdown-trigger'} data-test={'account-dropdown-trigger'}
className={cn( 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 ?? '', className ?? '',
{ {
['active:bg-secondary/50 items-center gap-4 rounded-md' + ['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-query": "5.80.7",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.8", "@types/react": "19.1.8",
"lucide-react": "^0.514.0", "lucide-react": "^0.516.0",
"next": "15.3.3", "next": "15.3.3",
"react": "19.1.0", "react": "19.1.0",
"react-dom": "19.1.0", "react-dom": "19.1.0",
"react-hook-form": "^7.57.0", "react-hook-form": "^7.58.0",
"zod": "^3.25.63" "zod": "^3.25.67"
}, },
"exports": { "exports": {
".": "./src/index.ts", ".": "./src/index.ts",

View File

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

View File

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

View File

@@ -39,13 +39,13 @@
"@types/react-dom": "19.1.6", "@types/react-dom": "19.1.6",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"lucide-react": "^0.514.0", "lucide-react": "^0.516.0",
"next": "15.3.3", "next": "15.3.3",
"react": "19.1.0", "react": "19.1.0",
"react-dom": "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", "react-i18next": "^15.5.3",
"zod": "^3.25.63" "zod": "^3.25.67"
}, },
"prettier": "@kit/prettier-config", "prettier": "@kit/prettier-config",
"typesVersions": { "typesVersions": {

View File

@@ -21,7 +21,7 @@
"@kit/shared": "workspace:*", "@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/node": "^24.0.1", "@types/node": "^24.0.1",
"zod": "^3.25.63" "zod": "^3.25.67"
}, },
"typesVersions": { "typesVersions": {
"*": { "*": {

View File

@@ -21,7 +21,7 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/nodemailer": "6.4.17", "@types/nodemailer": "6.4.17",
"zod": "^3.25.63" "zod": "^3.25.67"
}, },
"typesVersions": { "typesVersions": {
"*": { "*": {

View File

@@ -18,7 +18,7 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/node": "^24.0.1", "@types/node": "^24.0.1",
"zod": "^3.25.63" "zod": "^3.25.67"
}, },
"typesVersions": { "typesVersions": {
"*": { "*": {

View File

@@ -16,7 +16,7 @@
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"zod": "^3.25.63" "zod": "^3.25.67"
}, },
"typesVersions": { "typesVersions": {
"*": { "*": {

View File

@@ -26,7 +26,7 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/react": "19.1.8", "@types/react": "19.1.8",
"react": "19.1.0", "react": "19.1.0",
"zod": "^3.25.63" "zod": "^3.25.67"
}, },
"typesVersions": { "typesVersions": {
"*": { "*": {

View File

@@ -26,7 +26,7 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/react": "19.1.8", "@types/react": "19.1.8",
"react": "19.1.0", "react": "19.1.0",
"zod": "^3.25.63" "zod": "^3.25.67"
}, },
"typesVersions": { "typesVersions": {
"*": { "*": {

View File

@@ -16,7 +16,7 @@
"./config/server": "./src/sentry.client.server.ts" "./config/server": "./src/sentry.client.server.ts"
}, },
"dependencies": { "dependencies": {
"@sentry/nextjs": "^9.28.1", "@sentry/nextjs": "^9.29.0",
"import-in-the-middle": "1.14.0" "import-in-the-middle": "1.14.0"
}, },
"devDependencies": { "devDependencies": {

View File

@@ -22,7 +22,7 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "2.50.0", "@supabase/supabase-js": "2.50.0",
"next": "15.3.3", "next": "15.3.3",
"zod": "^3.25.63" "zod": "^3.25.67"
}, },
"typesVersions": { "typesVersions": {
"*": { "*": {

View File

@@ -30,8 +30,8 @@
"@types/react-dom": "19.1.6", "@types/react-dom": "19.1.6",
"react": "19.1.0", "react": "19.1.0",
"react-dom": "19.1.0", "react-dom": "19.1.0",
"react-hook-form": "^7.57.0", "react-hook-form": "^7.58.0",
"zod": "^3.25.63" "zod": "^3.25.67"
}, },
"typesVersions": { "typesVersions": {
"*": { "*": {

View File

@@ -31,7 +31,7 @@
"next": "15.3.3", "next": "15.3.3",
"react": "19.1.0", "react": "19.1.0",
"server-only": "^0.0.1", "server-only": "^0.0.1",
"zod": "^3.25.63" "zod": "^3.25.67"
}, },
"typesVersions": { "typesVersions": {
"*": { "*": {

View File

@@ -33,7 +33,7 @@
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cmdk": "1.1.1", "cmdk": "1.1.1",
"input-otp": "1.4.2", "input-otp": "1.4.2",
"lucide-react": "^0.514.0", "lucide-react": "^0.516.0",
"react-top-loading-bar": "3.0.2", "react-top-loading-bar": "3.0.2",
"recharts": "2.15.3", "recharts": "2.15.3",
"tailwind-merge": "^3.3.1" "tailwind-merge": "^3.3.1"
@@ -49,18 +49,18 @@
"@types/react-dom": "19.1.6", "@types/react-dom": "19.1.6",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"eslint": "^9.28.0", "eslint": "^9.29.0",
"next": "15.3.3", "next": "15.3.3",
"next-themes": "0.4.6", "next-themes": "0.4.6",
"prettier": "^3.5.3", "prettier": "^3.5.3",
"react-day-picker": "^9.7.0", "react-day-picker": "^9.7.0",
"react-hook-form": "^7.57.0", "react-hook-form": "^7.58.0",
"react-i18next": "^15.5.3", "react-i18next": "^15.5.3",
"sonner": "^2.0.5", "sonner": "^2.0.5",
"tailwindcss": "4.1.10", "tailwindcss": "4.1.10",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3", "typescript": "^5.8.3",
"zod": "^3.25.63" "zod": "^3.25.67"
}, },
"prettier": "@kit/prettier-config", "prettier": "@kit/prettier-config",
"imports": { "imports": {

1150
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,12 +17,12 @@
"@types/eslint": "9.6.1", "@types/eslint": "9.6.1",
"eslint-config-next": "15.3.3", "eslint-config-next": "15.3.3",
"eslint-config-turbo": "^2.5.4", "eslint-config-turbo": "^2.5.4",
"typescript-eslint": "8.34.0" "typescript-eslint": "8.34.1"
}, },
"devDependencies": { "devDependencies": {
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"eslint": "^9.28.0", "eslint": "^9.29.0",
"typescript": "^5.8.3" "typescript": "^5.8.3"
}, },
"prettier": "@kit/prettier-config" "prettier": "@kit/prettier-config"