chore: 更新依赖

This commit is contained in:
zhaoyingbo 2024-12-01 08:56:05 +00:00
parent 6510fab54b
commit e1792785d7
2 changed files with 5 additions and 4 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -19,17 +19,18 @@
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "^9.15.0",
"@eslint/js": "^9.16.0",
"@types/node-schedule": "^2.1.7",
"@types/uuid": "^10.0.0",
"bun-types": "^1.1.37",
"eslint": "^9.15.0",
"bun-types": "^1.1.38",
"eslint": "^9.16.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"oxlint": "^0.13.2",
"prettier": "^3.4.1",
"prisma": "6",
"typescript-eslint": "^8.16.0"
},
"peerDependencies": {
@ -43,7 +44,7 @@
"@egg/path-tool": "^1.4.1",
"@langchain/core": "^0.3.19",
"@langchain/openai": "^0.3.14",
"@prisma/client": "^5.22.0",
"@prisma/client": "6",
"joi": "^17.13.3",
"langfuse-langchain": "^3.31.1",
"node-schedule": "^2.1.1",