chore: upgrade depdencencies (#2133)

* upgrade depdencencies
This commit is contained in:
Kendall Garner
2026-06-10 04:18:47 +00:00
committed by GitHub
parent f6f25154a1
commit 44de6f2207
9 changed files with 2259 additions and 2188 deletions
@@ -298,6 +298,7 @@ export const useServerAuthenticated = () => {
await new Promise((resolve) => setTimeout(resolve, NETWORK_RETRY_DELAY_MS));
// Retry authentication
// eslint-disable-next-line react-hooks/immutability
return authenticateServer(serverWithAuth, nextRetry);
}