Skip to content

Commit

Permalink
Merge branch 'main' into mk/1802/accept-peering-request
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurapov committed Sep 14, 2023
2 parents bc7c69a + 18d4e5c commit 9619132
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 37 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
package: [auth, backend, frontend]
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v5
with:
Expand All @@ -38,9 +38,9 @@ jobs:
with:
images: ghcr.io/${{ github.repository_owner }}/rafiki-${{ matrix.package }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Login to GHCR
uses: docker/login-action@v3
with:
Expand Down
8 changes: 4 additions & 4 deletions localenv/local-http-signatures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"koa-router": "^12.0.0"
},
"devDependencies": {
"@types/koa": "2.13.8",
"@types/koa": "2.13.9",
"@types/koa-bodyparser": "^4.3.10",
"@types/koa-json": "^2.0.20",
"@types/koa-logger": "^3.1.2",
"@types/koa-router": "^7.4.4",
"@types/koa-json": "^2.0.21",
"@types/koa-logger": "^3.1.3",
"@types/koa-router": "^7.4.5",
"typescript": "^4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-resolvers": "4.0.1",
"@faker-js/faker": "^8.0.2",
"@types/koa": "2.13.8",
"@types/koa": "2.13.9",
"@types/koa-bodyparser": "^4.3.10",
"@types/koa-session": "^6.4.1",
"@types/koa__cors": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-resolvers": "4.0.1",
"@types/koa": "2.13.8",
"@types/koa": "2.13.9",
"@types/koa-bodyparser": "^4.3.10",
"@types/koa__router": "^12.0.0",
"@types/lodash": "^4.14.198",
Expand Down
56 changes: 28 additions & 28 deletions pnpm-lock.yaml

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

0 comments on commit 9619132

Please sign in to comment.