Skip to content

Commit

Permalink
chore(deps): update nest monorepo to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 1, 2022
1 parent a84a910 commit d3c7af2
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 178 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": "8.4.0",
"@nestjs/core": "8.4.0",
"@nestjs/platform-express": "8.4.0",
"@nestjs/testing": "8.4.0",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@types/amqplib": "0.8.2",
Expand All @@ -60,8 +60,8 @@
"typescript": "4.5.5"
},
"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 || ^8.0.0",
"@nestjs/core": "^6.0.0 || ^7.0.0 || ^8.0.0",
"amqplib": "^0.5.5 || ^0.6.0 || ^0.7.0 || ^0.8.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0"
Expand Down
Loading

0 comments on commit d3c7af2

Please sign in to comment.