Update litegraph (Fix group select) (#1342)

* Update litegraph (Fix group select)

* Update test expectations [skip ci]

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Chenlei Hu
2024-10-27 22:05:18 -04:00
committed by GitHub
parent ba99eca700
commit 997b5ee819
4 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

8
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "1.3.25",
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.3.1",
"@comfyorg/litegraph": "^0.8.8",
"@comfyorg/litegraph": "^0.8.9",
"@primevue/themes": "^4.0.5",
"@vueuse/core": "^11.0.0",
"axios": "^1.7.4",
@@ -1910,9 +1910,9 @@
"dev": true
},
"node_modules/@comfyorg/litegraph": {
"version": "0.8.8",
"resolved": "https://registry.npmjs.org/@comfyorg/litegraph/-/litegraph-0.8.8.tgz",
"integrity": "sha512-onJnSTcE4Cdph9D0W8ZYUwpazvhk8XB29Xq4kCDke4FuzNeyPoe6O7bgQv8lkGiDbNvIMMlrDszS0kz0tKl7jw==",
"version": "0.8.9",
"resolved": "https://registry.npmjs.org/@comfyorg/litegraph/-/litegraph-0.8.9.tgz",
"integrity": "sha512-U15SO1r6bngzx3L0Or2FCiqxZ+r0qmKT/v9JGT2cVgkQJQEMwyEBtrMFPy6CVdCCskWFRMmg4rJJDic/qasOOA==",
"license": "MIT"
},
"node_modules/@cspotcode/source-map-support": {

View File

@@ -66,7 +66,7 @@
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.3.1",
"@comfyorg/litegraph": "^0.8.8",
"@comfyorg/litegraph": "^0.8.9",
"@primevue/themes": "^4.0.5",
"@vueuse/core": "^11.0.0",
"axios": "^1.7.4",