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:
@@ -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"]');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user