commit
a5976ec5c6
|
@ -13,7 +13,7 @@ declare module "next" {
|
|||
method: string;
|
||||
prisma: PrismaClient;
|
||||
session: { user: { id: number } };
|
||||
query: { [key: string]: string | string[] };
|
||||
query: Partial<{ [key: string]: string | string[] }>;
|
||||
isAdmin: boolean;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"bcryptjs": "^2.4.3",
|
||||
"memory-cache": "^0.2.0",
|
||||
"modify-response-middleware": "^1.1.0",
|
||||
"next": "^12.1.6",
|
||||
"next": "^12.2.0",
|
||||
"next-api-middleware": "^1.0.1",
|
||||
"next-swagger-doc": "^0.3.4",
|
||||
"next-transpile-modules": "^9.0.0",
|
||||
|
|
Loading…
Reference in New Issue