[chore] Update litegraph to 0.16.17 (#4528)

Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Comfy Org PR Bot
2025-07-25 10:40:33 +08:00
committed by GitHub
parent 475c9f7f89
commit 35fb141b07
3 changed files with 5 additions and 9 deletions

8
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"@alloc/quick-lru": "^5.2.0",
"@atlaskit/pragmatic-drag-and-drop": "^1.3.1",
"@comfyorg/comfyui-electron-types": "^0.4.43",
"@comfyorg/litegraph": "^0.16.16",
"@comfyorg/litegraph": "^0.16.17",
"@primevue/forms": "^4.2.5",
"@primevue/themes": "^4.2.5",
"@sentry/vue": "^8.48.0",
@@ -948,9 +948,9 @@
"license": "GPL-3.0-only"
},
"node_modules/@comfyorg/litegraph": {
"version": "0.16.16",
"resolved": "https://registry.npmjs.org/@comfyorg/litegraph/-/litegraph-0.16.16.tgz",
"integrity": "sha512-6kfTpu6Z7gF0OxSypUsGM7Ggq7JYP/4dhHGhzA3p+C8tak/2dMuQDiOtc5YXRlcYNEk79A/xekpojGC/DtO6iw==",
"version": "0.16.17",
"resolved": "https://registry.npmjs.org/@comfyorg/litegraph/-/litegraph-0.16.17.tgz",
"integrity": "sha512-tfvcA8el01OazuMnSdLoryiLh9CSRXCDnP3wuyCHpHTqju7WJ+ZelyvrKvdf6OGHwgapA/guil2eS3g4g4GI+g==",
"license": "MIT"
},
"node_modules/@cspotcode/source-map-support": {

View File

@@ -77,7 +77,7 @@
"@alloc/quick-lru": "^5.2.0",
"@atlaskit/pragmatic-drag-and-drop": "^1.3.1",
"@comfyorg/comfyui-electron-types": "^0.4.43",
"@comfyorg/litegraph": "^0.16.16",
"@comfyorg/litegraph": "^0.16.17",
"@primevue/forms": "^4.2.5",
"@primevue/themes": "^4.2.5",
"@sentry/vue": "^8.48.0",

View File

@@ -329,10 +329,6 @@
},
"tooltip": "選單列位置。在行動裝置上,選單永遠顯示在頂部。"
},
"Comfy_Validation_NodeDefs": {
"name": "驗證節點定義(較慢)",
"tooltip": "建議節點開發者使用。這會在啟動時驗證所有節點定義。"
},
"Comfy_Validation_Workflows": {
"name": "驗證工作流程"
},