mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 17:39:40 +02:00
🔧 chore: fix missing shared package dependencies
Add missing workspace dependencies: - telegram-nutriphi-bot: @manacore/shared-drizzle-config - telegram-todo-bot: @manacore/shared-drizzle-config - questions/backend: @manacore/shared-tsconfig + fix tsconfig paths Fixes pre-commit type-check failures.
This commit is contained in:
parent
5a3082686e
commit
c3e340f859
4 changed files with 10 additions and 2 deletions
|
|
@ -32,6 +32,7 @@
|
|||
"telegraf": "^4.16.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@manacore/shared-drizzle-config": "workspace:*",
|
||||
"@nestjs/cli": "^10.4.9",
|
||||
"@nestjs/schematics": "^10.2.3",
|
||||
"@types/node": "^22.10.5",
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@
|
|||
"telegraf": "^4.16.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@manacore/shared-drizzle-config": "workspace:*",
|
||||
"@nestjs/cli": "^10.4.9",
|
||||
"@nestjs/schematics": "^10.2.3",
|
||||
"@types/node": "^22.10.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue