Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@ai-sdk/mistral": "^3.0.4",
"@ai-sdk/openai": "^3.0.53",
"@ai-sdk/openai-compatible": "^2.0.3",
"@ai-sdk/perplexity": "^3.0.3",
"@ai-sdk/perplexity": ">=3.0.42 <4.0.0",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[P1] 请同步提交 pnpm-lock.yaml 当前 PR 只修改了 manifest,lockfile 仍记录 ^3.0.3 / 3.0.17。我在该 HEAD 上使用 Node 22、pnpm 10.33 运行 pnpm install --frozen-lockfile --ignore-scripts,会直接报 ERR_PNPM_OUTDATED_LOCKFILE;CI 环境默认使用 frozen lockfile,因此当前提交无法完成依赖安装。

"@ai-sdk/provider": "^3.0.1",
"@babel/core": "^7.28.0",
"@babel/plugin-transform-class-static-block": "^7.27.1",
Expand Down
Loading