Skip to content

Commit

Permalink
chore(deps): update nest monorepo to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 22, 2024
1 parent 4dc4b39 commit bf1eaad
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 43 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"@golevelup/nestjs-testing": "0.1.2",
"@golevelup/ts-jest": "0.3.4",
"@nestjs/cli": "9.1.5",
"@nestjs/common": "9.2.1",
"@nestjs/core": "9.2.1",
"@nestjs/platform-express": "9.2.1",
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^9.0.0",
"@nestjs/common": "10.3.5",
"@nestjs/core": "10.3.5",
"@nestjs/platform-express": "10.3.5",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@nrwl/jest": "15.3.2",
"@nrwl/nest": "15.3.2",
"@nrwl/node": "15.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"test": "jest"
},
"peerDependencies": {
"@nestjs/common": "7.6.18",
"@nestjs/core": "7.6.18",
"@nestjs/common": "10.3.5",
"@nestjs/core": "10.3.5",
"rxjs": "6.6.7"
},
"gitHead": "a196aea7df164ddb6a42c50078c2f3c67676fe6d"
Expand Down
Loading

0 comments on commit bf1eaad

Please sign in to comment.