fix(deps): update dependency jotai to ^2.9.2 (#933)

* fix(deps): update dependency jotai to ^2.9.2

* fix: lint issue

---------

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
homarr-renovate[bot]
2024-08-08 07:04:17 +02:00
committed by GitHub
parent 44712608b7
commit c2bf6779c0
4 changed files with 27 additions and 27 deletions

View File

@@ -96,7 +96,7 @@ export class AdGuardHomeIntegration extends Integration implements DnsHoleSummar
try {
const result = (await response.json()) as unknown;
if (typeof result === "object" && result !== null) return;
} catch (error) {
} catch {
throw new IntegrationTestConnectionError("invalidJson");
}

View File

@@ -28,7 +28,7 @@
"@mantine/hooks": "^7.12.0",
"@mantine/spotlight": "^7.12.0",
"@tabler/icons-react": "^3.11.0",
"jotai": "^2.9.1",
"jotai": "^2.9.2",
"next": "^14.2.5",
"react": "^18.3.1",
"use-deep-compare-effect": "^1.8.1"