chore: 更新启动脚本以生成Prisma客户端并更新Prisma和@prisma/client版本

This commit is contained in:
zhaoyingbo 2024-12-01 09:15:33 +00:00
parent e1792785d7
commit 59a2effabc
2 changed files with 2 additions and 2 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -30,7 +30,7 @@
"lint-staged": "^15.2.10",
"oxlint": "^0.13.2",
"prettier": "^3.4.1",
"prisma": "6",
"prisma": "5.22.0",
"typescript-eslint": "^8.16.0"
},
"peerDependencies": {
@ -44,7 +44,7 @@
"@egg/path-tool": "^1.4.1",
"@langchain/core": "^0.3.19",
"@langchain/openai": "^0.3.14",
"@prisma/client": "6",
"@prisma/client": "5.22.0",
"joi": "^17.13.3",
"langfuse-langchain": "^3.31.1",
"node-schedule": "^2.1.1",