Skip to content

Commit

Permalink
chore: upgrade rafiki to alpha 10 (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosp1011 authored May 13, 2024
1 parent d1156a3 commit ad7a563
Show file tree
Hide file tree
Showing 7 changed files with 357 additions and 483 deletions.
6 changes: 3 additions & 3 deletions docker/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ services:
# Rafiki
rafiki-auth:
container_name: rafiki-auth
image: ghcr.io/interledger/rafiki-auth:v1.0.0-alpha.9
image: ghcr.io/interledger/rafiki-auth:v1.0.0-alpha.10
restart: always
networks:
- testnet
Expand All @@ -113,7 +113,7 @@ services:

rafiki-backend:
container_name: rafiki-backend
image: ghcr.io/interledger/rafiki-backend:v1.0.0-alpha.9
image: ghcr.io/interledger/rafiki-backend:v1.0.0-alpha.10
restart: always
privileged: true
volumes:
Expand Down Expand Up @@ -159,7 +159,7 @@ services:

rafiki-frontend:
container_name: rafiki-frontend
image: ghcr.io/interledger/rafiki-frontend:v1.0.0-alpha.9
image: ghcr.io/interledger/rafiki-frontend:v1.0.0-alpha.10
depends_on:
- rafiki-backend
restart: always
Expand Down
6 changes: 3 additions & 3 deletions docker/prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ services:
<<: *logging

rafiki-auth:
image: ghcr.io/interledger/rafiki-auth:v1.0.0-alpha.9
image: ghcr.io/interledger/rafiki-auth:v1.0.0-alpha.10
container_name: rafiki-auth
environment:
NODE_ENV: ${NODE_ENV}
Expand All @@ -143,7 +143,7 @@ services:
<<: *logging

rafiki-backend:
image: ghcr.io/interledger/rafiki-backend:v1.0.0-alpha.9
image: ghcr.io/interledger/rafiki-backend:v1.0.0-alpha.10
container_name: rafiki-backend
depends_on:
- postgres
Expand Down Expand Up @@ -212,7 +212,7 @@ services:
<<: *logging

rafiki-frontend:
image: ghcr.io/interledger/rafiki-frontend:v1.0.0-alpha.9
image: ghcr.io/interledger/rafiki-frontend:v1.0.0-alpha.10
container_name: rafiki-frontend
depends_on:
- rafiki-backend
Expand Down
4 changes: 2 additions & 2 deletions packages/boutique/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@google-cloud/logging-winston": "^6.0.0",
"@interledger/open-payments": "^6.8.2",
"@interledger/open-payments": "^6.9.0",
"@shared/backend": "workspace:*",
"awilix": "^10.0.2",
"axios": "^1.6.8",
Expand All @@ -25,7 +25,7 @@
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^18.14.0",
"@types/node": "^20.12.11",
"jest": "^29.7.0",
"node-mocks-http": "^1.14.1",
"ts-jest": "^29.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.14.0",
"@types/node": "^20.12.11",
"tsc-alias": "^1.8.8",
"typescript": "^5.4.5",
"@types/express": "^4.17.21",
Expand Down
3 changes: 1 addition & 2 deletions packages/wallet/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
"@types/crypto-js": "^4.2.2",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^18.14.0",
"@types/socket.io": "^3.0.2",
"@types/node": "^20.12.11",
"@types/uuid": "^9.0.8",
"jest": "^29.7.0",
"node-mocks-http": "^1.14.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/wallet/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"@headlessui/react": "^1.7.19",
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-toast": "^1.1.5",
"@types/socket.io-client": "^3.0.0",
"class-variance-authority": "^0.7.0",
"ky": "^1.2.3",
"next": "13.4.12",
Expand All @@ -30,7 +29,7 @@
"@next/bundle-analyzer": "^13.4.12",
"@next/eslint-plugin-next": "^13.4.12",
"@tailwindcss/forms": "^0.5.7",
"@types/node": "^18.14.0",
"@types/node": "^20.12.11",
"@types/nprogress": "^0.2.3",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
Expand Down
Loading

0 comments on commit ad7a563

Please sign in to comment.