Skip to content

Commit

Permalink
bump(deps): bump @nestjs/* (#1055)
Browse files Browse the repository at this point in the history
* bump(deps): bump @nestjs/core from 8.2.6 to 8.3.0

Bumps [@nestjs/core](https://github.com/nestjs/nest) from 8.2.6 to 8.3.0.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](nestjs/nest@v8.2.6...v8.3.0)

---
updated-dependencies:
- dependency-name: "@nestjs/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* bump all nestjs related dependencies

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fuxing Loh <[email protected]>
  • Loading branch information
dependabot[bot] and fuxingloh authored Feb 15, 2022
1 parent a813250 commit a8b0690
Show file tree
Hide file tree
Showing 3 changed files with 369 additions and 459 deletions.
16 changes: 8 additions & 8 deletions apps/legacy-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"build": "tsc -b tsconfig.build.json"
},
"dependencies": {
"@defichain/whale-api-client": "^0.22.2",
"@nestjs/common": "^8.2.6",
"@nestjs/config": "^1.1.6",
"@nestjs/core": "^8.2.6",
"@nestjs/platform-fastify": "^8.2.6"
"@defichain/whale-api-client": "^0.23.2",
"@nestjs/common": "^8.3.0",
"@nestjs/config": "^1.2.0",
"@nestjs/core": "^8.3.0",
"@nestjs/platform-fastify": "^8.3.0"
},
"devDependencies": {
"@nestjs/cli": "^8.2.0",
"@nestjs/schematics": "^8.0.5",
"@nestjs/testing": "^8.2.6"
"@nestjs/cli": "^8.2.1",
"@nestjs/schematics": "^8.0.6",
"@nestjs/testing": "^8.3.0"
}
}
12 changes: 6 additions & 6 deletions apps/ocean-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@defichain/jellyfish-api-core": "0.0.0",
"@defichain/jellyfish-api-jsonrpc": "0.0.0",
"@defichain/playground": "0.0.0",
"@nestjs/common": "^8.2.6",
"@nestjs/config": "^1.1.6",
"@nestjs/core": "^8.2.6",
"@nestjs/platform-fastify": "^8.2.6",
"@nestjs/common": "^8.3.0",
"@nestjs/config": "^1.2.0",
"@nestjs/core": "^8.3.0",
"@nestjs/platform-fastify": "^8.3.0",
"@nestjs/schedule": "^1.0.2",
"@nestjs/terminus": "^8.0.4",
"cache-manager": "^3.6.0",
Expand All @@ -28,9 +28,9 @@
},
"devDependencies": {
"@defichain/ocean-api-client": "0.0.0",
"@nestjs/cli": "^8.2.0",
"@nestjs/cli": "^8.2.1",
"@nestjs/schematics": "^8.0.6",
"@nestjs/testing": "^8.2.6",
"@nestjs/testing": "^8.3.0",
"@types/cache-manager": "^3.4.2",
"@types/cron": "^1.7.3"
}
Expand Down
Loading

0 comments on commit a8b0690

Please sign in to comment.