fix(deps): update dependency @auth/core to ^0.32.0 (#603)
* fix(deps): update dependency @auth/core to ^0.32.0 * fix(deps): update dependency @auth/core to ^0.32.0 * fix: type issues with next-auth types --------- 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:
committed by
GitHub
parent
869efbc638
commit
dc3b00736e
@@ -1,4 +1,4 @@
|
||||
import type { Session } from "@auth/core/types";
|
||||
import type { Session } from "next-auth";
|
||||
|
||||
export type BoardPermissionsProps = (
|
||||
| {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { Session } from "@auth/core/types";
|
||||
import type { Session } from "next-auth";
|
||||
import { describe, expect, test } from "vitest";
|
||||
|
||||
import { getPermissionsWithChildren } from "@homarr/definitions";
|
||||
|
||||
Reference in New Issue
Block a user