Update litegraph (Remove hardcode +1 size) (#1438)

* Update litegraph (Remove hardcode +1 size)

* Update test expectations [skip ci]

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Chenlei Hu
2024-11-05 19:07:38 -05:00
committed by GitHub
parent c560628f1f
commit d1738b50d2
164 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "1.3.33",
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.3.1",
"@comfyorg/litegraph": "^0.8.19",
"@comfyorg/litegraph": "^0.8.20",
"@primevue/themes": "^4.0.5",
"@vueuse/core": "^11.0.0",
"axios": "^1.7.4",
@@ -1911,9 +1911,9 @@
"dev": true
},
"node_modules/@comfyorg/litegraph": {
"version": "0.8.19",
"resolved": "https://registry.npmjs.org/@comfyorg/litegraph/-/litegraph-0.8.19.tgz",
"integrity": "sha512-SmeqvljlIwYFCIgdVnvUiPDzPXAt6oWXvh2RJHQZUqSnIxCB73yzHp6vBgz/SwU3PrEL0H14wQMeW8RkcMn9IQ==",
"version": "0.8.20",
"resolved": "https://registry.npmjs.org/@comfyorg/litegraph/-/litegraph-0.8.20.tgz",
"integrity": "sha512-dZWeYuS0widTO+iRDV8DCIG4SS0N8FjehQCquKJUkAi8yaNe8hzvAHV1C8b2gid72dM59Xa11KMqo1cIkw6FQQ==",
"license": "MIT"
},
"node_modules/@cspotcode/source-map-support": {