Skip to content

Commit

Permalink
Update litegraph (Vite build) (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei authored Aug 6, 2024
1 parent 5419865 commit e162d00
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.2.1",
"@comfyorg/litegraph": "^0.7.35",
"@comfyorg/litegraph": "^0.7.42",
"@primevue/themes": "^4.0.0-rc.2",
"@vitejs/plugin-vue": "^5.0.5",
"class-transformer": "^0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import {
import { StorageLocation } from '@/types/settingTypes'

// CSS imports. style.css must be imported later as it overwrites some litegraph styles.
import '@comfyorg/litegraph/css/litegraph.css'
import '@comfyorg/litegraph/style.css'
import '../assets/css/style.css'
import { ExtensionManager } from '@/types/extensionTypes'
import {
Expand Down
4 changes: 2 additions & 2 deletions src/types/litegraph-core-augmentation.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ declare module '@comfyorg/litegraph' {
slot_types_default_in: Record<string, string[]>
}

import type { LiteGraph as LG } from '@comfyorg/litegraph/src/litegraph'
import type { LiteGraph as LG } from '@comfyorg/litegraph/dist/litegraph'
export const LiteGraph: LiteGraphExtended & typeof LG
export * from '@comfyorg/litegraph/src/litegraph'
export * from '@comfyorg/litegraph/dist/litegraph'
}

0 comments on commit e162d00

Please sign in to comment.