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

@@ -18,11 +18,11 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "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",
"@supabase/supabase-js": "^2.43.1",
"@tanstack/react-query": "5.35.5",
"@tanstack/react-table": "^8.16.0",
"@tanstack/react-query": "5.36.0",
"@tanstack/react-table": "^8.17.0",
"@types/react": "^18.3.1",
"lucide-react": "^0.378.0",
"next": "14.2.3",