Skip to content

Commit

Permalink
Fix @nestjs/axios version (#710)
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

Co-authored-by: William Cheng <wing328hk@gmail.com>
  • Loading branch information
daniel-shuy and wing328 authored Jul 18, 2023
1 parent b440a5a commit c9c18c8
Show file tree
Hide file tree
Showing 2 changed files with 10,515 additions and 10,518 deletions.
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": "0.1.0",
"@nestjs/common": "9.3.11",
"@nestjs/core": "9.3.11",
"@nestjs/platform-express": "8.4.7",
Expand Down
Loading

0 comments on commit c9c18c8

Please sign in to comment.