Update dependency versions across multiple packages

A broad range of dependency versions have been updated in numerous packages. This includes updates to major libraries such as supabase-js, react, i18next and multiple typescript definitions. The version specifier has been standardized for some packages to maintain consistency.
This commit is contained in:
giancarlo
2024-04-13 02:13:11 +08:00
parent bb608f5312
commit f6800d3763
26 changed files with 1280 additions and 1414 deletions

View File

@@ -40,8 +40,4 @@ export class AccountPageObject {
getProfileName() {
return this.page.locator('[data-test="account-dropdown-display-name"]');
}
getProfileEmail() {
return this.page.locator('[data-test="account-dropdown-email"]');
}
}