fix: add missing @it0/common dependency to @it0/testing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f8bf230f14
commit
e7570a3710
|
|
@ -10,7 +10,8 @@
|
|||
"dependencies": {
|
||||
"@nestjs/testing": "^10.3.0",
|
||||
"jest": "^29.7.0",
|
||||
"@types/jest": "^29.5.0"
|
||||
"@types/jest": "^29.5.0",
|
||||
"@it0/common": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.11.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue