Updated all dependencies (#95)

* Updated all dependencies
* Increase workflow timeout
* Fix Supabase JS to non buggy version
This commit is contained in:
Giancarlo Buomprisco
2024-12-13 07:56:07 +01:00
committed by GitHub
parent 97d2cf9f85
commit 4efe5f3f7b
23 changed files with 586 additions and 539 deletions

View File

@@ -55,7 +55,7 @@
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "^2.47.3",
"@supabase/supabase-js": "2.47.5",
"@tanstack/react-query": "5.62.7",
"@tanstack/react-table": "^8.20.5",
"date-fns": "^4.1.0",
@@ -65,9 +65,9 @@
"next-themes": "0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.0",
"react-i18next": "^15.1.4",
"recharts": "2.14.1",
"react-hook-form": "^7.54.1",
"react-i18next": "^15.2.0",
"recharts": "2.15.0",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"zod": "^3.24.1"
@@ -79,7 +79,7 @@
"@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.1.0",
"@types/mdx": "^2.0.13",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"autoprefixer": "^10.4.20",