File tree 2 files changed +14
-14
lines changed 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 4
4
*/
5
5
export const dependencyVersionMap = {
6
6
// Prisma
7
- prisma : "^5.14.0 " ,
8
- "@prisma/client" : "^5.14.0 " ,
9
- "@prisma/adapter-libsql" : "^5.15.0 " ,
7
+ prisma : "^6.4.1 " ,
8
+ "@prisma/client" : "^6.4.1 " ,
9
+ "@prisma/adapter-libsql" : "^6.4.1 " ,
10
10
// Drizzle
11
- "drizzle-orm" : "^0.30.10 " ,
12
- "drizzle-kit" : "^0.21.4 " ,
11
+ "drizzle-orm" : "^0.40.0 " ,
12
+ "drizzle-kit" : "^0.30.5 " ,
13
13
"eslint-plugin-drizzle" : "^0.2.3" ,
14
14
// These are dependencies that are shared between Prisma and Drizzle
15
15
"dotenv-cli" : "^7.4.2" ,
16
- "@libsql/client" : "^0.6.2 " ,
16
+ "@libsql/client" : "^0.14.0 " ,
17
17
// PostgreSQL dependencies
18
18
pg : "^8.11.3" ,
19
19
"@types/pg" : "^8.10.9" ,
Original file line number Diff line number Diff line change 7
7
},
8
8
"dependencies" : {
9
9
"@hono/zod-openapi" : " ^0.14.5" ,
10
- "@unkey/api" : " ^0.20.7 " ,
11
- "@unkey/cache" : " ^1.0.2 " ,
12
- "@unkey/hono" : " ^1.2.0 " ,
13
- "@unkey/ratelimit" : " ^0.1.12 " ,
14
- "hono" : " ^4.4.7 " ,
15
- "zod" : " ^3.23.8 "
10
+ "@unkey/api" : " ^0.34.0 " ,
11
+ "@unkey/cache" : " ^1.5.0 " ,
12
+ "@unkey/hono" : " ^1.4.15 " ,
13
+ "@unkey/ratelimit" : " ^0.5.5 " ,
14
+ "hono" : " ^4.7.2 " ,
15
+ "zod" : " ^3.24.2 "
16
16
},
17
17
"devDependencies" : {
18
- "@cloudflare/workers-types" : " ^4.20240529 .0" ,
19
- "wrangler" : " ^3.57.2 "
18
+ "@cloudflare/workers-types" : " ^4.20250303 .0" ,
19
+ "wrangler" : " ^3.112.0 "
20
20
}
21
21
}
You can’t perform that action at this time.
0 commit comments