chore(deps): bump mermaid, shiki, tanstack, etc. (#9658)

* chore(deps): bump mermaid, shiki, tanstack, etc.

* refactor: update code languages, fix lint warnings
This commit is contained in:
one
2025-08-29 16:17:55 +08:00
committed by GitHub
parent ffbbec879b
commit 2f5cd78f7f
4 changed files with 107 additions and 190 deletions
@@ -107,7 +107,7 @@ const MessageItem: FC<Props> = ({
logger.error('Failed to resend message:', error as Error)
}
},
[message, resendUserMessageWithEdit, assistant, stopEditing, topic.prompt]
[message, resendUserMessageWithEdit, assistant, stopEditing]
)
const handleEditCancel = useCallback(() => {