Merge pull request #137 from calcom/chore/upgrade-next

Upgrading nextjs
pull/9078/head
Leo Giovanetti 2022-07-07 15:08:51 -03:00 committed by GitHub
commit a5976ec5c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ declare module "next" {
method: string; method: string;
prisma: PrismaClient; prisma: PrismaClient;
session: { user: { id: number } }; session: { user: { id: number } };
query: { [key: string]: string | string[] }; query: Partial<{ [key: string]: string | string[] }>;
isAdmin: boolean; isAdmin: boolean;
} }
} }

View File

@ -30,7 +30,7 @@
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"memory-cache": "^0.2.0", "memory-cache": "^0.2.0",
"modify-response-middleware": "^1.1.0", "modify-response-middleware": "^1.1.0",
"next": "^12.1.6", "next": "^12.2.0",
"next-api-middleware": "^1.0.1", "next-api-middleware": "^1.0.1",
"next-swagger-doc": "^0.3.4", "next-swagger-doc": "^0.3.4",
"next-transpile-modules": "^9.0.0", "next-transpile-modules": "^9.0.0",