Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent 7c15d4d commit 12fd4ad
Show file tree
Hide file tree
Showing 5 changed files with 795 additions and 339 deletions.
12 changes: 6 additions & 6 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@
"@byndyusoft/pino-logger-factory": "3.3.0",
"@digikare/nestjs-prom": "1.0.0",
"@nestjs/axios": "3.1.3",
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15",
"@nestjs/platform-express": "10.4.15",
"@nestjs/terminus": "10.3.0",
"@nestjs/common": "11.0.6",
"@nestjs/core": "11.0.6",
"@nestjs/platform-express": "11.0.6",
"@nestjs/terminus": "11.0.0",
"axios": "1.7.9",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
Expand All @@ -102,8 +102,8 @@
"@byndyusoft/sonar-coverage-reporter": "1.0.0",
"@byndyusoft/tsconfig": "2.2.0",
"@casualbot/jest-sonar-reporter": "2.4.0",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/cli": "11.0.2",
"@nestjs/schematics": "11.0.0",
"@types/express": "4.17.21",
"@types/jaeger-client": "3.18.7",
"@types/jest": "29.5.14",
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@byndyusoft/nest-http-client": "1.2.2",
"@byndyusoft/nest-swagger": "7.1.9-1",
"@byndyusoft/tsconfig": "2.2.0",
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15",
"@nestjs/common": "11.0.6",
"@nestjs/core": "11.0.6",
"@types/proper-url-join": "2.1.5",
"@types/qs": "6.9.18",
"axios": "1.7.9",
Expand All @@ -50,7 +50,7 @@
},
"peerDependencies": {
"@byndyusoft/nest-http-client": "^1.2.1",
"@nestjs/common": "^10.4.15",
"@nestjs/common": "^10.4.15 || ^11.0.0",
"rxjs": "^7.8.0",
"ᐸDtosᐳ": "workspace:*"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/dtos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@byndyusoft/class-validator-extended": "1.2.1",
"@byndyusoft/nest-swagger": "7.1.9-1",
"@byndyusoft/tsconfig": "2.2.0",
"@nestjs/cli": "10.4.9",
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15",
"@nestjs/schematics": "10.2.3",
"@nestjs/cli": "11.0.2",
"@nestjs/common": "11.0.6",
"@nestjs/core": "11.0.6",
"@nestjs/schematics": "11.0.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"reflect-metadata": "0.1.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/dtosTesting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@byndyusoft/class-validator-extended": "1.2.1",
"@byndyusoft/nest-swagger": "7.1.9-1",
"@byndyusoft/tsconfig": "2.2.0",
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15",
"@nestjs/common": "11.0.6",
"@nestjs/core": "11.0.6",
"@types/lodash": "4.17.15",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
Expand Down
Loading

0 comments on commit 12fd4ad

Please sign in to comment.