Update dependency versions in multiple packages

This commit updates `@tanstack/react-query` to version 5.29.2 in `supabase`, `auth`, `admin`, `accounts`, and `team-accounts` packages. It also bumps up the `i18next-browser-languagedetector` version to 7.2.1 in the `i18n` package. These updates help keep dependencies current and ensure the packages are compatible with the latest versions of their dependencies.
This commit is contained in:
giancarlo
2024-04-17 18:13:35 +08:00
parent 6b17146b16
commit d60609d279
6 changed files with 6 additions and 6 deletions

View File

@@ -55,7 +55,7 @@
"@kit/ui": "workspace:^",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.42.0",
"@tanstack/react-query": "5.29.0",
"@tanstack/react-query": "5.29.2",
"lucide-react": "^0.368.0",
"next": "^14.1.4",
"next-themes": "0.3.0",

View File

@@ -16,7 +16,7 @@
"@kit/ui": "workspace:*",
"@makerkit/data-loader-supabase-core": "^0.0.7",
"@makerkit/data-loader-supabase-nextjs": "^1.0.0",
"@tanstack/react-query": "^5.29.0",
"@tanstack/react-query": "^5.29.2",
"@tanstack/react-table": "^8.15.3",
"lucide-react": "^0.368.0",
"next": "^14.1.4",

View File

@@ -46,7 +46,7 @@
"@marsidev/react-turnstile": "^0.5.4",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.42.0",
"@tanstack/react-query": "5.29.0",
"@tanstack/react-query": "5.29.2",
"lucide-react": "^0.368.0",
"next": "^14.1.4",
"react-hook-form": "^7.51.2",

View File

@@ -54,7 +54,7 @@
"@kit/supabase": "0.1.0",
"@kit/ui": "workspace:^",
"@supabase/supabase-js": "^2.42.0",
"@tanstack/react-query": "5.29.0",
"@tanstack/react-query": "5.29.2",
"lucide-react": "^0.368.0",
"next": "^14.1.4",
"react": "^18.2.0",

View File

@@ -28,7 +28,7 @@
"peerDependencies": {
"@kit/shared": "^0.1.0",
"i18next": "^23.10.1",
"i18next-browser-languagedetector": "7.2.0",
"i18next-browser-languagedetector": "7.2.1",
"i18next-resources-to-backend": "^1.2.0",
"react-i18next": "^14.1.0"
},

View File

@@ -39,7 +39,7 @@
"peerDependencies": {
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.42.0",
"@tanstack/react-query": "^5.28.6",
"@tanstack/react-query": "^5.29.2",
"next": "^14.1.4",
"react": "^18.2.0",
"zod": "^3.22.4"