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
@@ -4,9 +4,9 @@ import type { GroupPermissionKey } from "@homarr/definitions";
|
||||
|
||||
import { createConfiguration } from "./configuration";
|
||||
|
||||
export type { Session } from "next-auth";
|
||||
export type { Session } from "@auth/core/types";
|
||||
|
||||
declare module "next-auth" {
|
||||
declare module "@auth/core/types" {
|
||||
interface Session {
|
||||
user: {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user