deps-upgrade(root-monorepo): ⬆️ Update dependency versions in root-monorepo packages to resolve conflicts and enforce consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
d977a1c58a
commit
704909ad5d
3 changed files with 4 additions and 2 deletions
|
|
@ -27,7 +27,8 @@
|
|||
"dependencies": {
|
||||
"@lilith/imajin-prompt-client": "workspace:*",
|
||||
"@lilith/imajin-diffusion-client": "workspace:*",
|
||||
"@lilith/imajin-processing-client": "workspace:*"
|
||||
"@lilith/imajin-processing-client": "workspace:*",
|
||||
"@lilith/imajin-identity-client": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/configs": "^2.2.1",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"packageManager": "bun@1.2.6",
|
||||
"workspaces": ["@packages/*", "@packages/@ts/vision/*", "services/*", "services/*/client", "services/*/types", "studio"],
|
||||
"workspaces": ["@packages/*", "@packages/@ts/vision/*", "services/*", "services/*/client", "services/*/types", "services/*/frontend", "services/*/frontend-macos", "studio"],
|
||||
"scripts": {
|
||||
"build": "turbo run build",
|
||||
"test": "turbo run test",
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
"dependencies": {
|
||||
"@lilith/imajin-config": "workspace:*",
|
||||
"@lilith/imajin-diffusion-client": "^0.2.1",
|
||||
"@lilith/imajin-media-gallery-client": "workspace:*",
|
||||
"@tanstack/react-query": "^5.0.0",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue