electron@22.3.3, esbuild@0.17.11, typescript@5.0.2

This commit is contained in:
Fedor Indutny 2023-03-20 12:58:07 -07:00 committed by GitHub
parent 27b7060d09
commit 28adb58c69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 198 additions and 180 deletions

View file

@ -32,6 +32,7 @@ export enum AvatarSize {
TWENTY_EIGHT = 28,
THIRTY_TWO = 32,
FORTY_EIGHT = 48,
FIFTY_TWO = 52,
EIGHTY = 80,
}