Update litegraph 0.8.50 (#2076)

This commit is contained in:
Chenlei Hu
2024-12-27 14:13:36 -05:00
committed by GitHub
parent 7cb0c230df
commit 861d559f19
3 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@@ -11,7 +11,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",
@@ -1965,9 +1965,9 @@
"license": "GPL-3.0-only"
},
"node_modules/@comfyorg/litegraph": {
"version": "0.8.49",
"resolved": "https://registry.npmjs.org/@comfyorg/litegraph/-/litegraph-0.8.49.tgz",
"integrity": "sha512-G8wuna+Zplxe/kpfk/UOn9nCNqibneCglsQvM6DsrFsxtYX1rDdeK4q+/ejdKa4EI1ZMmcau1zOmS8KNQ9MTrA==",
"version": "0.8.50",
"resolved": "https://registry.npmjs.org/@comfyorg/litegraph/-/litegraph-0.8.50.tgz",
"integrity": "sha512-sBwiXySHHjNmHQ4erf53cYsArXAAdFBAPY7/g+1Sp6aWA4krrLekD3yHmetgbfKq/pUy/MbZ8JgHTd68rx0mhg==",
"license": "MIT"
},
"node_modules/@cspotcode/source-map-support": {

View File

@@ -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",

View File

@@ -345,7 +345,7 @@ export const useLitegraphService = () => {
}
}
return undefined
return []
}
}