Skip to content

Commit ad7a563

Browse files
authored
chore: upgrade rafiki to alpha 10 (#1349)
1 parent d1156a3 commit ad7a563

7 files changed

Lines changed: 357 additions & 483 deletions

File tree

docker/dev/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ services:
9090
# Rafiki
9191
rafiki-auth:
9292
container_name: rafiki-auth
93-
image: ghcr.io/interledger/rafiki-auth:v1.0.0-alpha.9
93+
image: ghcr.io/interledger/rafiki-auth:v1.0.0-alpha.10
9494
restart: always
9595
networks:
9696
- testnet
@@ -113,7 +113,7 @@ services:
113113

114114
rafiki-backend:
115115
container_name: rafiki-backend
116-
image: ghcr.io/interledger/rafiki-backend:v1.0.0-alpha.9
116+
image: ghcr.io/interledger/rafiki-backend:v1.0.0-alpha.10
117117
restart: always
118118
privileged: true
119119
volumes:
@@ -159,7 +159,7 @@ services:
159159

160160
rafiki-frontend:
161161
container_name: rafiki-frontend
162-
image: ghcr.io/interledger/rafiki-frontend:v1.0.0-alpha.9
162+
image: ghcr.io/interledger/rafiki-frontend:v1.0.0-alpha.10
163163
depends_on:
164164
- rafiki-backend
165165
restart: always

docker/prod/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ services:
119119
<<: *logging
120120

121121
rafiki-auth:
122-
image: ghcr.io/interledger/rafiki-auth:v1.0.0-alpha.9
122+
image: ghcr.io/interledger/rafiki-auth:v1.0.0-alpha.10
123123
container_name: rafiki-auth
124124
environment:
125125
NODE_ENV: ${NODE_ENV}
@@ -143,7 +143,7 @@ services:
143143
<<: *logging
144144

145145
rafiki-backend:
146-
image: ghcr.io/interledger/rafiki-backend:v1.0.0-alpha.9
146+
image: ghcr.io/interledger/rafiki-backend:v1.0.0-alpha.10
147147
container_name: rafiki-backend
148148
depends_on:
149149
- postgres
@@ -212,7 +212,7 @@ services:
212212
<<: *logging
213213

214214
rafiki-frontend:
215-
image: ghcr.io/interledger/rafiki-frontend:v1.0.0-alpha.9
215+
image: ghcr.io/interledger/rafiki-frontend:v1.0.0-alpha.10
216216
container_name: rafiki-frontend
217217
depends_on:
218218
- rafiki-backend

packages/boutique/backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@google-cloud/logging-winston": "^6.0.0",
11-
"@interledger/open-payments": "^6.8.2",
11+
"@interledger/open-payments": "^6.9.0",
1212
"@shared/backend": "workspace:*",
1313
"awilix": "^10.0.2",
1414
"axios": "^1.6.8",
@@ -25,7 +25,7 @@
2525
"@types/cors": "^2.8.17",
2626
"@types/express": "^4.17.21",
2727
"@types/jest": "^29.5.12",
28-
"@types/node": "^18.14.0",
28+
"@types/node": "^20.12.11",
2929
"jest": "^29.7.0",
3030
"node-mocks-http": "^1.14.1",
3131
"ts-jest": "^29.1.2",

packages/shared/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "",
1515
"license": "ISC",
1616
"devDependencies": {
17-
"@types/node": "^18.14.0",
17+
"@types/node": "^20.12.11",
1818
"tsc-alias": "^1.8.8",
1919
"typescript": "^5.4.5",
2020
"@types/express": "^4.17.21",

packages/wallet/backend/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@
4444
"@types/crypto-js": "^4.2.2",
4545
"@types/express": "^4.17.21",
4646
"@types/jest": "^29.5.12",
47-
"@types/node": "^18.14.0",
48-
"@types/socket.io": "^3.0.2",
47+
"@types/node": "^20.12.11",
4948
"@types/uuid": "^9.0.8",
5049
"jest": "^29.7.0",
5150
"node-mocks-http": "^1.14.1",

packages/wallet/frontend/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"@headlessui/react": "^1.7.19",
1010
"@hookform/resolvers": "^3.3.4",
1111
"@radix-ui/react-toast": "^1.1.5",
12-
"@types/socket.io-client": "^3.0.0",
1312
"class-variance-authority": "^0.7.0",
1413
"ky": "^1.2.3",
1514
"next": "13.4.12",
@@ -30,7 +29,7 @@
3029
"@next/bundle-analyzer": "^13.4.12",
3130
"@next/eslint-plugin-next": "^13.4.12",
3231
"@tailwindcss/forms": "^0.5.7",
33-
"@types/node": "^18.14.0",
32+
"@types/node": "^20.12.11",
3433
"@types/nprogress": "^0.2.3",
3534
"@types/react": "18.2.79",
3635
"@types/react-dom": "18.2.25",

0 commit comments

Comments
 (0)