Skip to content

Commit 2462b19

Browse files
authored
feat(webapp): update project dependencies (#944)
1 parent 71afa13 commit 2462b19

File tree

7 files changed

+712
-590
lines changed

7 files changed

+712
-590
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.8"
33
services:
44
postgres:
55
container_name: eosrate_postgres
6-
image: postgres:13.3-alpine
6+
image: postgres:13.6-alpine
77
volumes:
88
- ${POSTGRES_DATA}:/var/lib/postgresql/data
99
ports:
@@ -85,7 +85,7 @@ services:
8585

8686
hasura:
8787
container_name: eosrate_hasura
88-
image: hasura/graphql-engine:v2.4.0.cli-migrations-v3
88+
image: hasura/graphql-engine:v2.6.1.cli-migrations-v3
8989
ports:
9090
- "8080:8080"
9191
depends_on:

hapi/yarn.lock

+129-101
Large diffs are not rendered by default.

hasura/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hasura/graphql-engine:v2.4.0.cli-migrations-v3
1+
FROM hasura/graphql-engine:v2.6.1.cli-migrations-v3
22

33
ENV HASURA_GRAPHQL_MIGRATIONS_DIR /hasura-migrations
44
ENV HASURA_GRAPHQL_METADATA_DIR /hasura-metadata
File renamed without changes.

kubernetes/postgres-statefulset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
app: postgres
1717
spec:
1818
containers:
19-
- image: postgres:13.3-alpine
19+
- image: postgres:13.6-alpine
2020
imagePullPolicy: "Always"
2121
name: eosrate-postgres
2222
envFrom:

webapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@date-io/date-fns": "^2.11.0",
2727
"@emotion/react": "^11.4.1",
2828
"@emotion/styled": "^11.3.0",
29-
"@eoscostarica/eoscr-components": "^3.5.6",
29+
"@eoscostarica/eoscr-components": "^3.6.0",
3030
"@eoscostarica/ual-reactjs-renderer": "^0.3.1",
3131
"@mui/icons-material": "^5.0.1",
3232
"@mui/lab": "^5.0.0-alpha.48",

webapp/yarn.lock

+578-484
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)