deps-upgrade(imajin-diffusion): ⬆️ Update dependencies in client, types, and studio packages to newer versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
9407670aba
commit
86a48e9ce8
3 changed files with 4 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lilith/imajin-diffusion-client",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.1",
|
||||
"description": "HTTP client for Imajin diffusion service",
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
"test": "echo 'No tests configured for client package' && exit 0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lilith/imajin-diffusion-types": "workspace:*"
|
||||
"@lilith/imajin-diffusion-types": "^0.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/configs": "^2.2.1",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lilith/imajin-diffusion-types",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.1",
|
||||
"description": "TypeScript types for Imajin diffusion service",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@lilith/imajin-config": "workspace:*",
|
||||
"@lilith/imajin-diffusion-client": "^0.2.1",
|
||||
"@tanstack/react-query": "^5.0.0",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue