Update data-loader-supabase-nextjs version and refactor e2e tests
This commit involves updating the version of @makerkit/data-loader-supabase-nextjs to ^1.0.0 across multiple components. The end-to-end tests for team-accounts have also been refactored to improve their reliability and accuracy. Additionally, a new `.env.test` file has been added for improved testing.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"@kit/supabase": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@makerkit/data-loader-supabase-core": "^0.0.7",
|
||||
"@makerkit/data-loader-supabase-nextjs": "^0.0.9",
|
||||
"@makerkit/data-loader-supabase-nextjs": "^1.0.0",
|
||||
"@tanstack/react-query": "^5.29.0",
|
||||
"@tanstack/react-table": "^8.15.3",
|
||||
"lucide-react": "^0.367.0",
|
||||
@@ -34,7 +34,7 @@
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:^",
|
||||
"@makerkit/data-loader-supabase-core": "^0.0.7",
|
||||
"@makerkit/data-loader-supabase-nextjs": "^0.0.9",
|
||||
"@makerkit/data-loader-supabase-nextjs": "^1.0.0",
|
||||
"@supabase/supabase-js": "^2.42.0",
|
||||
"@tanstack/react-query": "5.29.0",
|
||||
"@tanstack/react-table": "^8.15.3",
|
||||
|
||||
Reference in New Issue
Block a user