chore(dependencies): update package versions for improved compatibility (#308)

- Bumped versions of several packages across the codebase, including:
  - Updated `@supabase/supabase-js` from `2.51.0` to `2.52.0`
  - Incremented `next` from `15.4.1` to `15.4.2`
  - Updated `@types/node` from `^24.0.13` to `^24.0.15`
  - Upgraded `ai` from `4.3.18` to `4.3.19`
  - Updated `@next/bundle-analyzer` from `15.4.1` to `15.4.2`
  - Incremented `@next/eslint-plugin-next` from `15.4.1` to `15.4.2`
  - Bumped `eslint-config-next` from `15.3.5` to `15.4.2`
  - Updated `@kit/prettier-config` and other related packages for consistency and compatibility improvements.
This commit is contained in:
Giancarlo Buomprisco
2025-07-19 18:23:36 +07:00
committed by GitHub
parent 25ab47afb1
commit 7e0c196adc
30 changed files with 726 additions and 855 deletions

View File

@@ -34,12 +34,12 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.51.0",
"@supabase/supabase-js": "2.52.0",
"@tanstack/react-query": "5.83.0",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"lucide-react": "^0.525.0",
"next": "15.4.1",
"next": "15.4.2",
"next-themes": "0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",

View File

@@ -20,12 +20,12 @@
"@kit/ui": "workspace:*",
"@makerkit/data-loader-supabase-core": "^0.0.10",
"@makerkit/data-loader-supabase-nextjs": "^1.2.5",
"@supabase/supabase-js": "2.51.0",
"@supabase/supabase-js": "2.52.0",
"@tanstack/react-query": "5.83.0",
"@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.8",
"lucide-react": "^0.525.0",
"next": "15.4.1",
"next": "15.4.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.60.0",

View File

@@ -29,11 +29,11 @@
"@kit/ui": "workspace:*",
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.51.0",
"@supabase/supabase-js": "2.52.0",
"@tanstack/react-query": "5.83.0",
"@types/react": "19.1.8",
"lucide-react": "^0.525.0",
"next": "15.4.1",
"next": "15.4.2",
"react-hook-form": "^7.60.0",
"react-i18next": "^15.6.0",
"sonner": "^2.0.6",

View File

@@ -19,7 +19,7 @@
"@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.51.0",
"@supabase/supabase-js": "2.52.0",
"@tanstack/react-query": "5.83.0",
"@types/react": "19.1.8",
"lucide-react": "^0.525.0",

View File

@@ -32,7 +32,7 @@
"@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.51.0",
"@supabase/supabase-js": "2.52.0",
"@tanstack/react-query": "5.83.0",
"@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.8",
@@ -40,7 +40,7 @@
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.525.0",
"next": "15.4.1",
"next": "15.4.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.60.0",