Upgrade outdated dependencies

This commit is contained in:
Jamie Kyle 2024-11-18 11:20:23 -08:00 committed by GitHub
parent e4aa4de5e1
commit 8fde907b17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 2047 additions and 3751 deletions

View file

@ -181,7 +181,6 @@ async function generateTrayIconImage(
context.font = font;
context.textAlign = 'center';
context.textBaseline = 'middle';
// @ts-expect-error Missing types
context.textRendering = 'optimizeLegibility';
context.fontKerning = 'normal';