fix(deps): update dependency @auth/core to ^0.31.0 (#473)
* fix(deps): update dependency @auth/core to ^0.31.0 * fix: typecheck issue * fix: more issues with types * fix: add newest next-auth beta version as types were changed and depend on each other * fix: format issues --------- 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
99114f0727
commit
95ddd03763
@@ -1,5 +1,5 @@
|
||||
import { randomUUID } from "crypto";
|
||||
import type { Session } from "next-auth";
|
||||
import type { Session } from "@auth/core/types";
|
||||
|
||||
import type { Database } from "@homarr/db";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user