Update dependencies

Upgraded multiple dependencies across the project, including @types/node to ^22.5.1 and @supabase/supabase-js to ^2.45.3. This change also includes updates to react-related types and various other packages to their latest versions to maintain compatibility and leverage new features.
This commit is contained in:
gbuomprisco
2024-08-31 17:47:21 +02:00
parent 0c415be8ee
commit 53302fba7e
33 changed files with 648 additions and 734 deletions

View File

@@ -32,14 +32,14 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@supabase/supabase-js": "^2.45.2",
"@supabase/supabase-js": "^2.45.3",
"@tanstack/react-query": "5.52.2",
"@tanstack/react-table": "^8.20.5",
"@types/react": "^18.3.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"class-variance-authority": "^0.7.0",
"date-fns": "^3.6.0",
"lucide-react": "^0.436.0",
"lucide-react": "^0.437.0",
"next": "14.2.7",
"react": "18.3.1",
"react-dom": "18.3.1",