Update ESLint and Supabase dependencies

Upgraded `@typescript-eslint` plugins and parser from ^7.17.0 to ^7.18.0 and `supabase` from ^1.187.8 to ^1.187.10. These updates incorporate recent improvements and bug fixes. Updated the pnpm-lock.yaml file to reflect these changes and ensure compatibility.
This commit is contained in:
gbuomprisco
2024-07-30 12:18:37 +02:00
parent 7b2af5d3a9
commit 0935ecd90f
4 changed files with 70 additions and 69 deletions

View File

@@ -50,7 +50,8 @@ export function AdminBanUserDialog(
<AlertDialogTitle>Ban User</AlertDialogTitle>
<AlertDialogDescription>
Are you sure you want to ban this user?
Are you sure you want to ban this user? Please note that the user
will stay logged in until their session expires.
</AlertDialogDescription>
</AlertDialogHeader>