20 05 2025 deps update (#257)

* Update dependencies across packages

Upgraded various package dependencies, including `zod`, `@supabase/supabase-js`, `react-hook-form`, `lucide-react`, and others to their latest versions. Ensures compatibility, security, and access to new features.
This commit is contained in:
Giancarlo Buomprisco
2025-05-20 10:46:09 +07:00
committed by GitHub
parent ad1a673320
commit 2ede13dec9
32 changed files with 456 additions and 861 deletions

View File

@@ -20,16 +20,16 @@
"@kit/ui": "workspace:*",
"@makerkit/data-loader-supabase-core": "^0.0.10",
"@makerkit/data-loader-supabase-nextjs": "^1.2.5",
"@supabase/supabase-js": "2.49.4",
"@supabase/supabase-js": "2.49.5",
"@tanstack/react-query": "5.76.1",
"@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.4",
"lucide-react": "^0.510.0",
"lucide-react": "^0.511.0",
"next": "15.3.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.56.3",
"zod": "^3.24.4"
"react-hook-form": "^7.56.4",
"zod": "^3.25.7"
},
"exports": {
".": "./src/index.ts",