Update litegraph (Font size fix / Perf improvement) (#275)

This commit is contained in:
Chenlei Hu
2024-07-31 11:06:04 -04:00
committed by GitHub
parent c494cd211e
commit 3baa07e0a9
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "1.2.7",
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.2.1",
"@comfyorg/litegraph": "^0.7.34",
"@comfyorg/litegraph": "^0.7.35",
"@primevue/themes": "^4.0.0-rc.2",
"@vitejs/plugin-vue": "^5.0.5",
"class-transformer": "^0.5.1",
@@ -1852,9 +1852,9 @@
"dev": true
},
"node_modules/@comfyorg/litegraph": {
"version": "0.7.34",
"resolved": "https://registry.npmjs.org/@comfyorg/litegraph/-/litegraph-0.7.34.tgz",
"integrity": "sha512-PLQ9QDTbsVzQE6qr64HWs3z+U8wGHC4GgFeLvEbXL70LLZ1yiWVfNVZI3TsKuVD2jKdsBpDJ8vAdVUW5BwqGyQ==",
"version": "0.7.35",
"resolved": "https://registry.npmjs.org/@comfyorg/litegraph/-/litegraph-0.7.35.tgz",
"integrity": "sha512-ZdQf/oj+IijLrysezNfn7TizIMKIwp/hvABoep+rRujxZOjipvdxX7YNNkAQqOtPe9ikwKAravNddRKqADE9GQ==",
"license": "MIT"
},
"node_modules/@cspotcode/source-map-support": {

View File

@@ -47,7 +47,7 @@
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.2.1",
"@comfyorg/litegraph": "^0.7.34",
"@comfyorg/litegraph": "^0.7.35",
"@primevue/themes": "^4.0.0-rc.2",
"@vitejs/plugin-vue": "^5.0.5",
"class-transformer": "^0.5.1",