Skip to content

Commit

Permalink
Update litegraph 0.8.50 (#2076)
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei authored Dec 27, 2024
1 parent 7cb0c23 commit 861d559
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.3.1",
"@comfyorg/comfyui-electron-types": "^0.4.3",
"@comfyorg/litegraph": "^0.8.49",
"@comfyorg/litegraph": "^0.8.50",
"@primevue/themes": "^4.0.5",
"@tiptap/core": "^2.10.4",
"@tiptap/extension-link": "^2.10.4",
Expand Down
2 changes: 1 addition & 1 deletion src/services/litegraphService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ export const useLitegraphService = () => {
}
}

return undefined
return []
}
}

Expand Down

0 comments on commit 861d559

Please sign in to comment.