Skip to content

Commit

Permalink
Fix @nestjs/axios version
Browse files Browse the repository at this point in the history
@nestjs/axios 0.0.8 has a peer dependency on @nestjs/common ^7.0.0 || ^8.0.0
  • Loading branch information
daniel-shuy committed Jul 12, 2023
1 parent dfdf838 commit 125b5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
}
},
"dependencies": {
"@nestjs/axios": "0.0.8",
"@nestjs/axios": "3.0.0",
"@nestjs/common": "9.3.11",
"@nestjs/core": "9.3.11",
"@nestjs/platform-express": "8.4.7",
Expand Down

0 comments on commit 125b5b0

Please sign in to comment.