also looking at this
chore(deps): update all non-major dependencies
#181
6 files
+15
-15
Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.
| @@ -13,15 +13,15 @@ | ||
| 13 | 13 | "clean": "bun run src/clean.ts" |
| 14 | 14 | }, |
| 15 | 15 | "dependencies": { |
| 16 | "@prisma/client": "^6.19.0", | |
| 16 | "@prisma/client": "^6.20.0-integration-oidc-truster-publishers.2", | |
| 17 | 17 | "better-sqlite3": "^12.4.1", |
| 18 | 18 | "bun-query-builder": "workspace:*", |
| 19 | 19 | "chalk": "^5.6.2", |
| 20 | 20 | "cli-table3": "^0.6.5", |
| 21 | "drizzle-orm": "^0.44.7", | |
| 21 | "drizzle-orm": "^0.45.0-82993ae", | |
| 22 | 22 | "kysely": "^0.28.8", |
| 23 | 23 | "mitata": "^1.0.34", |
| 24 | "prisma": "^6.19.0", | |
| 24 | "prisma": "^6.20.0-integration-oidc-truster-publishers.2", | |
| 25 | 25 | "typeorm": "^0.3.27" |
| 26 | 26 | }, |
| 27 | 27 | "devDependencies": { |