Update packages to latest versions

Several packages have been updated to their latest versions. This includes "@tanstack/react-table", "@makerkit/data-loader-supabase", and "@tanstack/react-query". Moreover, some UI tweaks have been made in multi-factor-auth-setup-dialog.tsx.
This commit is contained in:
giancarlo
2024-05-13 18:54:12 +07:00
parent 741d54b994
commit 55e364aebd
14 changed files with 85 additions and 84 deletions

View File

@@ -50,14 +50,14 @@
"@kit/supabase": "workspace:^",
"@kit/team-accounts": "workspace:^",
"@kit/ui": "workspace:^",
"@makerkit/data-loader-supabase-core": "^0.0.7",
"@makerkit/data-loader-supabase-nextjs": "^1.2.2",
"@makerkit/data-loader-supabase-core": "^0.0.8",
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@marsidev/react-turnstile": "^0.6.1",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.43.1",
"@tanstack/react-query": "5.35.5",
"@tanstack/react-query-next-experimental": "^5.35.5",
"@tanstack/react-table": "^8.16.0",
"@tanstack/react-query": "5.36.0",
"@tanstack/react-query-next-experimental": "^5.36.0",
"@tanstack/react-table": "^8.17.0",
"date-fns": "^3.6.0",
"lucide-react": "^0.378.0",
"next": "14.2.3",