Skip to content

Commit

Permalink
Merge branch 'bc/2529/cleanup-integration-tests' into bc/2529/cleanup…
Browse files Browse the repository at this point in the history
…-integration-tests-refactor
  • Loading branch information
BlairCurrey committed Mar 26, 2024
2 parents 51c04f3 + cd9e316 commit 08f32e3
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 23 deletions.
6 changes: 3 additions & 3 deletions infrastructure/helm/rafiki/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 18.19.4
version: 19.0.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 14.3.3
Expand All @@ -14,5 +14,5 @@ dependencies:
- name: rafiki-frontend
repository: https://interledger.github.io/helm-charts
version: 0.4.0
digest: sha256:272dc69d4e5c3b37660ca38d5d959dc33e75c91c507c3af6df406f885dd90fad
generated: "2024-03-18T18:03:39.549030166Z"
digest: sha256:a9ab17cb71b72024de25455220bde6b0a13b5f5540241f44a3d1e43b56ab4aa2
generated: "2024-03-20T12:40:24.937765893Z"
2 changes: 1 addition & 1 deletion infrastructure/helm/rafiki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ appVersion: 'v1.0.0-alpha.1'

dependencies:
- name: redis
version: "18.19.4"
version: "19.0.1"
repository: "https://charts.bitnami.com/bitnami"
- name: postgresql
version: '14.3.3'
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dotenv": "^16.4.5",
"graphql": "^16.8.1",
"knex": "^3.1.0",
"koa": "^2.15.1",
"koa": "^2.15.2",
"koa-bodyparser": "^4.4.1",
"koa-session": "^6.4.0",
"objection": "^3.1.4",
Expand Down Expand Up @@ -66,7 +66,7 @@
"nock": "^13.5.4",
"node-mocks-http": "^1.14.1",
"openapi-types": "^12.1.3",
"pino-pretty": "^10.3.1",
"pino-pretty": "^11.0.0",
"testcontainers": "^10.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"ioredis": "^5.3.2",
"json-canonicalize": "^1.0.6",
"knex": "^3.1.0",
"koa": "^2.15.1",
"koa": "^2.15.2",
"koa-bodyparser": "^4.4.1",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/mock-account-service-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@interledger/http-signature-utils": "2.0.2",
"graphql": "^16.8.1",
"pino": "^8.19.0",
"pino-pretty": "^10.3.1",
"pino-pretty": "^11.0.0",
"uuid": "^9.0.1"
}
}
61 changes: 46 additions & 15 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 08f32e3

Please sign in to comment.