Skip to content

Commit

Permalink
chore: update nestjs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsang-bot[bot] authored Feb 6, 2025
1 parent a1195a9 commit c837332
Show file tree
Hide file tree
Showing 5 changed files with 957 additions and 547 deletions.
4 changes: 2 additions & 2 deletions libs/nestjs-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"registry": "https://npm.pkg.github.com"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/common": "^10.0.0 || ^11.0.0",
"@nestjs/core": "^10.0.0 || ^11.0.0",
"rxjs": "^7.5.0"
}
}
4 changes: 2 additions & 2 deletions libs/nestjs-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"registry": "https://npm.pkg.github.com"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0",
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"nest-winston": "^1.8.0",
"rxjs": "^7.0.0",
"winston": "^3.8.0"
Expand Down
6 changes: 3 additions & 3 deletions libs/nestjs-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"peerDependencies": {
"@aws-sdk/client-s3": "^3.670.0",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/config": "^3.0.0",
"@nestjs/common": "^10.0.0 || ^11.0.0",
"@nestjs/core": "^10.0.0 || ^11.0.0",
"@nestjs/config": "^3.0.0 || ^4.0.0",
"rxjs": "^7.5.0"
}
}
Loading

0 comments on commit c837332

Please sign in to comment.