Update litegraph (TypeScript LGraph) (#1206)

This commit is contained in:
Chenlei Hu
2024-10-10 10:13:02 -04:00
committed by GitHub
parent f4d4111fbd
commit 8962597e69
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "1.3.16",
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.2.1",
"@comfyorg/litegraph": "^0.8.0",
"@comfyorg/litegraph": "^0.8.1",
"@primevue/themes": "^4.0.5",
"@vueuse/core": "^11.0.0",
"axios": "^1.7.4",
@@ -1909,9 +1909,9 @@
"dev": true
},
"node_modules/@comfyorg/litegraph": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/@comfyorg/litegraph/-/litegraph-0.8.0.tgz",
"integrity": "sha512-VUER05ldXpi+lcLidK3/tTOfw8c60dnSr2TxVwGULM/b0Zc34m8MoQhxmFcWka8wRplrsU0YqOxT8kfHB8zyMA==",
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/@comfyorg/litegraph/-/litegraph-0.8.1.tgz",
"integrity": "sha512-jTTYqYftBZSsgvjqi/eYgGDpCqTiSg5BxImpZPUnqZ16BIT6WOlyPq4Uvfofq+OKoffgysYxTs2FnPNKphDrDw==",
"license": "MIT"
},
"node_modules/@cspotcode/source-map-support": {

View File

@@ -65,7 +65,7 @@
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.2.1",
"@comfyorg/litegraph": "^0.8.0",
"@comfyorg/litegraph": "^0.8.1",
"@primevue/themes": "^4.0.5",
"@vueuse/core": "^11.0.0",
"axios": "^1.7.4",