Update dependencies to latest versions

Upgraded various dependencies across multiple packages to their latest versions, including `@supabase/supabase-js` to `2.45.2`, `next` to `14.2.7`, and `react-hook-form` to `7.53.0`. This ensures compatibility and includes the latest features and bug fixes.
This commit is contained in:
gbuomprisco
2024-08-29 11:35:54 +02:00
parent bfe16a24de
commit d477a5c7bb
20 changed files with 788 additions and 800 deletions

View File

@@ -53,20 +53,20 @@
"@kit/ui": "workspace:^",
"@makerkit/data-loader-supabase-core": "^0.0.8",
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@marsidev/react-turnstile": "^1.0.0",
"@marsidev/react-turnstile": "^1.0.1",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.45.1",
"@tanstack/react-query": "5.52.0",
"@tanstack/react-query-next-experimental": "^5.52.0",
"@tanstack/react-table": "^8.20.1",
"@supabase/supabase-js": "^2.45.2",
"@tanstack/react-query": "5.52.2",
"@tanstack/react-query-next-experimental": "^5.52.2",
"@tanstack/react-table": "^8.20.5",
"date-fns": "^3.6.0",
"lucide-react": "^0.429.0",
"next": "14.2.6",
"lucide-react": "^0.436.0",
"next": "14.2.7",
"next-sitemap": "^4.2.3",
"next-themes": "0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.2",
"react-hook-form": "^7.53.0",
"react-i18next": "^15.0.1",
"recharts": "^2.12.7",
"sonner": "^1.5.0",
@@ -78,7 +78,7 @@
"@kit/prettier-config": "workspace:^",
"@kit/tailwind-config": "workspace:^",
"@kit/tsconfig": "workspace:^",
"@next/bundle-analyzer": "14.2.6",
"@next/bundle-analyzer": "14.2.7",
"@types/mdx": "^2.0.13",
"@types/node": "^22.1.0",
"@types/react": "^18.3.4",
@@ -87,7 +87,7 @@
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"supabase": "^1.190.0",
"supabase": "^1.191.3",
"tailwindcss": "3.4.10",
"typescript": "^5.5.4"
},