Skip to content

Commit

Permalink
chore(deps): update nest monorepo to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2023
1 parent ad4bfcc commit 620ea3a
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 250 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"lodash": "4.17.21"
},
"devDependencies": {
"@nestjs/common": "7.6.18",
"@nestjs/core": "7.6.18",
"@nestjs/platform-express": "7.6.18",
"@nestjs/testing": "7.6.18",
"@nestjs/common": "9.3.1",
"@nestjs/core": "9.3.1",
"@nestjs/platform-express": "9.3.1",
"@nestjs/testing": "9.3.1",
"@semantic-release/changelog": "6.0.2",
"@semantic-release/git": "10.0.1",
"@types/amqplib": "0.10.1",
Expand All @@ -60,8 +60,8 @@
"typescript": "4.9.4"
},
"peerDependencies": {
"@nestjs/common": "^6.0.0 || ^7.0.0",
"@nestjs/core": "^6.0.0 || ^7.0.0",
"@nestjs/common": "^6.0.0 || ^7.0.0 || ^9.0.0",
"@nestjs/core": "^6.0.0 || ^7.0.0 || ^9.0.0",
"amqplib": "^0.5.5 || ^0.6.0 || ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0 || ^7.0.0"
Expand Down
Loading

0 comments on commit 620ea3a

Please sign in to comment.