Skip to content

Commit

Permalink
Merge branch 'main' into kengye/fix-empty-list-all
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleleow committed Feb 2, 2023
2 parents 5a05a6d + c500b8a commit 76a8f6d
Show file tree
Hide file tree
Showing 5 changed files with 194 additions and 189 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: docker/setup-buildx-action@15c905b16b06416d2086efa066dd8e3a35cc7f98 # v2.4.0

- name: Build platforms
uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # v3.3.0
uses: docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # v3.3.1
with:
push: false
build-args: APP=${{ matrix.app }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
result-encoding: string

- name: Build & Publish
uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # v3.3.0
uses: docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # v3.3.1
with:
push: true
build-args: APP=${{ matrix.app }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
result-encoding: string

- name: Build & Publish
uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # v3.3.0
uses: docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # v3.3.1
with:
push: true
build-args: APP=${{ matrix.app }}
Expand Down
10 changes: 5 additions & 5 deletions apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"@defichain/testcontainers": "^0.0.0",
"@defichain/testing": "^0.0.0",
"@defichain/whale-api-client": "^0.0.0",
"@nestjs/common": "9.2.1",
"@nestjs/common": "9.3.1",
"@nestjs/config": "2.2.0",
"@nestjs/core": "9.2.1",
"@nestjs/platform-express": "9.2.1",
"@nestjs/platform-fastify": "9.2.1",
"@nestjs/core": "9.3.1",
"@nestjs/platform-express": "9.3.1",
"@nestjs/platform-fastify": "9.3.1",
"@nestjs/schedule": "2.1.0",
"@nestjs/terminus": "9.1.4",
"async-mutex": "0.4.0",
Expand Down Expand Up @@ -63,7 +63,7 @@
"devDependencies": {
"@nestjs/cli": "9.1.9",
"@nestjs/schematics": "9.0.4",
"@nestjs/testing": "9.2.1",
"@nestjs/testing": "9.3.1",
"@types/cache-manager": "4.0.2",
"@types/cron": "2.0.0",
"@types/express": "4.17.15",
Expand Down
Loading

0 comments on commit 76a8f6d

Please sign in to comment.