update deps

This commit is contained in:
2025-11-10 14:46:34 +01:00
parent 7376a5dd4d
commit ef9bec3334
15 changed files with 845 additions and 1141 deletions
@@ -96,7 +96,6 @@ const useFolderTreeActions = ({
const refreshTargets = new Set([previousParentKey, targetKey]);
for (const key of refreshTargets) {
// eslint-disable-next-line no-await-in-loop
await ensureFolderData(key === 'root' ? 'root' : key, { force: true, prefetchDepth: 1 });
}
@@ -112,7 +111,6 @@ const useFolderTreeActions = ({
const refreshTargets = new Set([previousParentKey, targetKey]);
for (const key of refreshTargets) {
// eslint-disable-next-line no-await-in-loop
await ensureFolderData(key === 'root' ? 'root' : key, { force: true, prefetchDepth: 1 });
}
}
@@ -516,7 +514,6 @@ const useFolderTreeActions = ({
}
for (const sourceId of folderIds) {
// eslint-disable-next-line no-await-in-loop
await moveFolder(sourceId, folderId);
}
}