🔧 Update root package.json, pnpm-lock.yaml, and tsconfig.base.json
- Sync workspace dependencies - Update path mappings for new packages 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
ccb401655b
commit
9d2ea42b1e
3 changed files with 334 additions and 245 deletions
|
|
@ -142,7 +142,10 @@
|
|||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"reflect-metadata": "^0.2.2"
|
||||
"reflect-metadata": "^0.2.2",
|
||||
"@transquinnftw/queue-core": "^1.0.0",
|
||||
"@transquinnftw/queue-nestjs": "^1.0.0",
|
||||
"@transquinnftw/queue-reporting": "^1.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
572
pnpm-lock.yaml
generated
572
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
|
@ -40,6 +40,8 @@
|
|||
"@http/client": ["./@packages/@infrastructure/api-client/src"],
|
||||
"@websocket/client": ["./@packages/@infrastructure/websocket-client/src"],
|
||||
"@health/client": ["./@packages/@infrastructure/health-client/src"],
|
||||
"@lilith/image-security": ["./@packages/@infrastructure/image-security/src"],
|
||||
"@lilith/image-security/validation": ["./@packages/@infrastructure/image-security/src/validation"],
|
||||
"@lilith/auth-provider": ["./@packages/@providers/auth-provider/src"],
|
||||
"@ui/theme": ["./@packages/@ui/packages/ui-theme/src"],
|
||||
"@lilith/notification-provider": ["./@packages/@providers/notification-provider/src"],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue