mirror of
https://github.com/immich-app/immich.git
synced 2025-12-04 17:53:57 +09:00
chore(web): upgrade dependencies (#7471)
This commit is contained in:
@@ -46,8 +46,8 @@
|
||||
let allPeople: PersonResponseDto[] = [];
|
||||
|
||||
// timers
|
||||
let loaderLoadingDoneTimeout: NodeJS.Timeout;
|
||||
let automaticRefreshTimeout: NodeJS.Timeout;
|
||||
let loaderLoadingDoneTimeout: ReturnType<typeof setTimeout>;
|
||||
let automaticRefreshTimeout: ReturnType<typeof setTimeout>;
|
||||
|
||||
const dispatch = createEventDispatcher<{
|
||||
close: void;
|
||||
|
||||
Reference in New Issue
Block a user