Skip to content

Commit

Permalink
Add nest axios #172
Browse files Browse the repository at this point in the history
  • Loading branch information
mapeveri committed Dec 14, 2024
1 parent d8c433c commit cbe5bbe
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
33 changes: 26 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"@mikro-orm/migrations": "^6.3.8",
"@mikro-orm/nestjs": "^6.0.2",
"@mikro-orm/postgresql": "^6.3.8",
"@nestjs/axios": "^3.1.3",
"@nestjs/common": "^10.3.10",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.4.4",
Expand All @@ -72,7 +73,7 @@
"@nestjs/swagger": "^7.4.2",
"amqp-connection-manager": "^4.1.14",
"amqplib": "^0.10.3",
"axios": "^1.7.4",
"axios": "^1.7.9",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"dotenv": "^16.4.5",
Expand Down

0 comments on commit cbe5bbe

Please sign in to comment.