Dependencies cleanup (#216)

1. Updated dependencies
2. Disable Next.js Telemetry by default
3. Cleaned up unused dependencies
4. Refactored NPM scripts
This commit is contained in:
Giancarlo Buomprisco
2025-03-25 09:26:32 +07:00
committed by GitHub
parent a3c37d0e7c
commit 6fbc5cf6e5
27 changed files with 529 additions and 675 deletions

View File

@@ -26,11 +26,11 @@
"@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.49.1",
"@supabase/supabase-js": "2.49.3",
"@types/react": "19.0.12",
"date-fns": "^4.1.0",
"lucide-react": "^0.483.0",
"next": "15.2.3",
"next": "15.2.4",
"react": "19.0.0",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.1",

View File

@@ -25,7 +25,7 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/react": "19.0.12",
"next": "15.2.3",
"next": "15.2.4",
"react": "19.0.0",
"zod": "^3.24.2"
},

View File

@@ -29,7 +29,7 @@
"@kit/ui": "workspace:*",
"@types/react": "19.0.12",
"date-fns": "^4.1.0",
"next": "15.2.3",
"next": "15.2.4",
"react": "19.0.0",
"zod": "^3.24.2"
},