Skip to content

Commit

Permalink
⬆️ Updating vue dependency version in @n8n/chat
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradFilipovic committed May 6, 2024
1 parent a2b2207 commit eb8194f
Show file tree
Hide file tree
Showing 3 changed files with 16,580 additions and 13,464 deletions.
2 changes: 1 addition & 1 deletion packages/@n8n/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"highlight.js": "^11.8.0",
"markdown-it-link-attributes": "^4.0.1",
"uuid": "^8.3.2",
"vue": "^3.3.4",
"vue": "^3.4.21",
"vue-markdown-render": "^2.1.1"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,6 @@ const chatConfig: Chat = {
initialMessages,
currentSessionId,
waitingForResponse,
async loadPreviousSession(): Promise<string | undefined> {
return '';
},
};
provide(ChatSymbol, chatConfig);
Expand Down

0 comments on commit eb8194f

Please sign in to comment.