Skip to content

Commit

Permalink
fix(deps): update dependency @nestjs/axios to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2022
1 parent 5f45f30 commit 85468a6
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 78 deletions.
38 changes: 13 additions & 25 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@mikro-orm/mongodb": "5.5.3",
"@mikro-orm/mysql": "5.5.3",
"@mikro-orm/nestjs": "5.1.2",
"@nestjs/axios": "0.1.0",
"@nestjs/axios": "1.0.0",
"@nestjs/common": "9.2.0",
"@nestjs/core": "9.2.0",
"@nestjs/microservices": "9.2.0",
Expand Down
43 changes: 18 additions & 25 deletions sample/009-http-app/package-lock.json

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

2 changes: 1 addition & 1 deletion sample/009-http-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"e2e:watch": "jest --watch --config=e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/axios": "0.1.0",
"@nestjs/axios": "1.0.0",
"@nestjs/common": "9.2.0",
"@nestjs/core": "9.2.0",
"@nestjs/platform-express": "9.2.0",
Expand Down
43 changes: 18 additions & 25 deletions sample/010-disk-app/package-lock.json

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

2 changes: 1 addition & 1 deletion sample/010-disk-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"e2e:watch": "jest --watch --config=e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/axios": "0.1.0",
"@nestjs/axios": "1.0.0",
"@nestjs/common": "9.2.0",
"@nestjs/core": "9.2.0",
"@nestjs/platform-express": "9.2.0",
Expand Down

0 comments on commit 85468a6

Please sign in to comment.