fix(deps): update dependency @auth/core to ^0.35.0 (#1129)
* fix(deps): update dependency @auth/core to ^0.35.0 * fix(deps): update dependency @auth/core to ^0.35.0 * fix: type 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:
committed by
GitHub
parent
b9206d3628
commit
f9cc34c12f
@@ -23,7 +23,7 @@
|
||||
},
|
||||
"prettier": "@homarr/prettier-config",
|
||||
"dependencies": {
|
||||
"@auth/core": "^0.34.2",
|
||||
"@auth/core": "^0.35.0",
|
||||
"@auth/drizzle-adapter": "^1.5.0",
|
||||
"@homarr/common": "workspace:^0.1.0",
|
||||
"@homarr/db": "workspace:^0.1.0",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { Session } from "@auth/core/types";
|
||||
import type { Session } from "next-auth";
|
||||
|
||||
import { db, eq, inArray } from "@homarr/db";
|
||||
import { groupMembers, integrationGroupPermissions, integrationUserPermissions } from "@homarr/db/schema/sqlite";
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
},
|
||||
"prettier": "@homarr/prettier-config",
|
||||
"dependencies": {
|
||||
"@auth/core": "^0.34.2",
|
||||
"@auth/core": "^0.35.0",
|
||||
"@homarr/common": "workspace:^0.1.0",
|
||||
"@homarr/definitions": "workspace:^0.1.0",
|
||||
"@homarr/log": "workspace:^0.1.0",
|
||||
|
||||
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@@ -547,8 +547,8 @@ importers:
|
||||
packages/auth:
|
||||
dependencies:
|
||||
'@auth/core':
|
||||
specifier: ^0.34.2
|
||||
version: 0.34.2
|
||||
specifier: ^0.35.0
|
||||
version: 0.35.0
|
||||
'@auth/drizzle-adapter':
|
||||
specifier: ^1.5.0
|
||||
version: 1.5.0
|
||||
@@ -824,8 +824,8 @@ importers:
|
||||
packages/db:
|
||||
dependencies:
|
||||
'@auth/core':
|
||||
specifier: ^0.34.2
|
||||
version: 0.34.2
|
||||
specifier: ^0.35.0
|
||||
version: 0.35.0
|
||||
'@homarr/common':
|
||||
specifier: workspace:^0.1.0
|
||||
version: link:../common
|
||||
|
||||
Reference in New Issue
Block a user