Skip to content
Open
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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@ant-design/icons": "^6.0.0",
"@dicebear/core": "^9.2.2",
"@dicebear/core": "^10.2.0",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@dicebear/core 从 v9 升级到 v10 是 major version bump。DiceBear v10 可能修改了 avatar 生成 API(如 createAvatar 的参数格式或返回类型)。同时注意 @dicebear/icons 仍然在 v9,两个包版本不匹配可能导致兼容性问题。建议确认:1) 项目中 dicebear 的调用代码是否需要适配?2) @dicebear/icons 是否也需要升级到 v10?

"@dicebear/icons": "^9.2.2",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-tabs": "^1.1.13",
Expand Down
Loading