Update litegraph (Drag cursor shape) (#1014)

This commit is contained in:
Chenlei Hu
2024-09-27 10:51:52 +09:00
committed by GitHub
parent 0cf21b190c
commit 9050591ff9
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "1.3.1",
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.2.1",
"@comfyorg/litegraph": "^0.7.78",
"@comfyorg/litegraph": "^0.7.79",
"@primevue/themes": "^4.0.5",
"@vitejs/plugin-vue": "^5.0.5",
"@vueuse/core": "^11.0.0",
@@ -1910,9 +1910,9 @@
"dev": true
},
"node_modules/@comfyorg/litegraph": {
"version": "0.7.78",
"resolved": "https://registry.npmjs.org/@comfyorg/litegraph/-/litegraph-0.7.78.tgz",
"integrity": "sha512-bIeRbVLYKpFR7HY68QLIgPExJJ7T05h4DWkmYMkHHP5tUKL0h8jBUHff7tgMDPXpHQ+rv2LpI8kFhqnubNVhxQ==",
"version": "0.7.79",
"resolved": "https://registry.npmjs.org/@comfyorg/litegraph/-/litegraph-0.7.79.tgz",
"integrity": "sha512-n1zV2ywpg29FOPPCgQ8cFnWo+Jml+xR5MZbFDScWO7ctIbldrcqS0RlxTf/bsAGAyiTlRI3Krqq3/pDyjiucyQ==",
"license": "MIT"
},
"node_modules/@cspotcode/source-map-support": {

View File

@@ -63,7 +63,7 @@
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.2.1",
"@comfyorg/litegraph": "^0.7.78",
"@comfyorg/litegraph": "^0.7.79",
"@primevue/themes": "^4.0.5",
"@vitejs/plugin-vue": "^5.0.5",
"@vueuse/core": "^11.0.0",