Skip to content

Commit ae301f7

Browse files
committed
Add utils workspace dependency
1 parent 44a9bde commit ae301f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"devtools:pycheck": "python3 -m compileall -q tools/devtools"
4343
},
4444
"devDependencies": {
45+
"@comfyorg/comfyui-electron-types": "0.4.73-0",
4546
"@eslint/js": "^9.35.0",
4647
"@intlify/eslint-plugin-vue-i18n": "^4.1.0",
4748
"@lobehub/i18n-cli": "^1.25.1",
@@ -86,7 +87,7 @@
8687
"tailwindcss-primeui": "^0.6.1",
8788
"tsx": "^4.15.6",
8889
"tw-animate-css": "^1.3.8",
89-
"typescript": "^5.4.5",
90+
"typescript": "^5.9.2",
9091
"typescript-eslint": "^8.44.0",
9192
"unplugin-icons": "^0.22.0",
9293
"unplugin-vue-components": "^0.28.0",
@@ -105,7 +106,6 @@
105106
"dependencies": {
106107
"@alloc/quick-lru": "^5.2.0",
107108
"@atlaskit/pragmatic-drag-and-drop": "^1.3.1",
108-
"@comfyorg/comfyui-electron-types": "0.4.73-0",
109109
"@comfyorg/design-system": "workspace:*",
110110
"@comfyorg/registry-types": "workspace:*",
111111
"@comfyorg/tailwind-utils": "workspace:*",
@@ -131,7 +131,7 @@
131131
"@xterm/addon-serialize": "^0.13.0",
132132
"@xterm/xterm": "^5.5.0",
133133
"algoliasearch": "^5.21.0",
134-
"axios": "^1.8.2",
134+
"axios": "^1.11.0",
135135
"chart.js": "^4.5.0",
136136
"dompurify": "^3.2.5",
137137
"dotenv": "^16.4.5",

0 commit comments

Comments
 (0)