chore: update litegraph to 0.8.38 (#1722)

This commit is contained in:
Chenlei Hu
2024-11-27 16:23:40 -08:00
committed by GitHub
parent 88a42172c5
commit 9aea6eae70
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.3.1",
"@comfyorg/comfyui-electron-types": "^0.3.19",
"@comfyorg/litegraph": "^0.8.37",
"@comfyorg/litegraph": "^0.8.38",
"@primevue/themes": "^4.0.5",
"@vueuse/core": "^11.0.0",
"@xterm/addon-fit": "^0.10.0",
@@ -1927,9 +1927,9 @@
"license": "GPL-3.0-only"
},
"node_modules/@comfyorg/litegraph": {
"version": "0.8.37",
"resolved": "https://registry.npmjs.org/@comfyorg/litegraph/-/litegraph-0.8.37.tgz",
"integrity": "sha512-HI3msNigdlW1pz5HMU7+5UpLX0TkWkLD8qOeVBFTwq4tGjsEfqWs6lowyjsWSJcjef/0fVvjsKV5hsTbeVWVkA==",
"version": "0.8.38",
"resolved": "https://registry.npmjs.org/@comfyorg/litegraph/-/litegraph-0.8.38.tgz",
"integrity": "sha512-Z6mACql1FLQxjY4pzEdsz6dS1W/jthMUXnWJNI8SifnccQ4hgnhqxb+lwQngdK71Vo4+ofsGC7HK7kBNEeieNQ==",
"license": "MIT"
},
"node_modules/@cspotcode/source-map-support": {

View File

@@ -74,7 +74,7 @@
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.3.1",
"@comfyorg/comfyui-electron-types": "^0.3.19",
"@comfyorg/litegraph": "^0.8.37",
"@comfyorg/litegraph": "^0.8.38",
"@primevue/themes": "^4.0.5",
"@vueuse/core": "^11.0.0",
"@xterm/addon-fit": "^0.10.0",