From e66712425d2a0b898c87715028535bbb01a533fc Mon Sep 17 00:00:00 2001 From: bennykok Date: Fri, 12 Apr 2024 12:28:41 +0800 Subject: [PATCH] fix: bump comfydeploy deps --- web-plugin/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-plugin/index.js b/web-plugin/index.js index 63d3b04..0a69138 100644 --- a/web-plugin/index.js +++ b/web-plugin/index.js @@ -1,7 +1,7 @@ import { app } from "./app.js"; import { api } from "./api.js"; import { ComfyWidgets, LGraphNode } from "./widgets.js"; -import { generateDependencyGraph } from "https://esm.sh/comfyui-json@0.1.22"; +import { generateDependencyGraph } from "https://esm.sh/comfyui-json@0.1.23"; const loadingIcon = ``;