Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jbilcke-hf committed Sep 17, 2024
1 parent 524e354 commit 1f3b06a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,5 @@
"packages/broadway",
"packages/clapper-services",
"packages/app"
],
"dependencies": {
"lumaai": "^1.0.2"
}
]
}
1 change: 1 addition & 0 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"fs-extra": "^11.2.0",
"is-hotkey": "^0.2.0",
"lucide-react": "^0.438.0",
"lumaai": "^1.0.2",
"mediainfo.js": "^0.3.2",
"mlt-xml": "^2.0.2",
"monaco-editor": "^0.51.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/lib/core/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export const HARD_LIMIT_NB_MAX_ASSETS_TO_GENERATE_IN_PARALLEL = 32

export const APP_NAME = 'Clapper.app'
export const APP_REVISION = '20240916+1745'
export const APP_REVISION = '20240917+1246'

export const APP_DOMAIN = 'Clapper.app'
export const APP_LINK = 'https://clapper.app'
Expand Down

0 comments on commit 1f3b06a

Please sign in to comment.