mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-01-16 08:21:55 +00:00
更新依赖项:将 @langchain/core 版本升级至 0.3.40,并将 zod 版本更新至 3.24.2,同时添加 pnpm-lock.yaml 文件以管理依赖项的锁定版本。
This commit is contained in:
parent
322e88fa9c
commit
e3f54d4c26
10
package.json
10
package.json
@ -62,7 +62,7 @@
|
||||
"@google/genai": "^1.2.0",
|
||||
"@google/generative-ai": "^0.21.0",
|
||||
"@huggingface/transformers": "^3.6.1",
|
||||
"@langchain/core": "^0.3.26",
|
||||
"@langchain/core": "^0.3.40",
|
||||
"@lexical/clipboard": "^0.17.1",
|
||||
"@lexical/react": "^0.17.1",
|
||||
"@lexical/rich-text": "^0.27.2",
|
||||
@ -126,6 +126,12 @@
|
||||
"string-similarity": "^4.0.4",
|
||||
"styled-components": "^6.1.19",
|
||||
"uuid": "^10.0.0",
|
||||
"zod": "^3.22.4"
|
||||
"zod": "3.24.2"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"zod": "3.24.2",
|
||||
"@langchain/core": "0.3.40"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
14219
pnpm-lock.yaml
generated
Normal file
14219
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user