Skip to content

Commit 0003f34

Browse files
committed
update deps
1 parent ab0b668 commit 0003f34

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

src/installers/dependencyVersionMap.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
*/
55
export const dependencyVersionMap = {
66
// 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",
1010
// 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",
1313
"eslint-plugin-drizzle": "^0.2.3",
1414
// These are dependencies that are shared between Prisma and Drizzle
1515
"dotenv-cli": "^7.4.2",
16-
"@libsql/client": "^0.6.2",
16+
"@libsql/client": "^0.14.0",
1717
// PostgreSQL dependencies
1818
pg: "^8.11.3",
1919
"@types/pg": "^8.10.9",

templates/base/apps/api/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
},
88
"dependencies": {
99
"@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"
1616
},
1717
"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"
2020
}
2121
}

0 commit comments

Comments
 (0)