Skip to content

Commit c541329

Browse files
authored
⬆️ Bump dependancies and hasura (#87)
1 parent 02ea789 commit c541329

File tree

6 files changed

+9012
-11421
lines changed

6 files changed

+9012
-11421
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
environment:
99
POSTGRES_PASSWORD: postgrespassword
1010
graphql-engine:
11-
image: hasura/graphql-engine:v1.3.3
11+
image: hasura/graphql-engine:v2.0.1
1212
ports:
1313
- "8080:8080"
1414
depends_on:

hasura.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hasura/graphql-engine:v1.3.3
1+
FROM hasura/graphql-engine:v2.0.1
22

33
ARG PORT
44
ARG POSTGRESQL_ADDON_DB

next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/// <reference types="next" />
22
/// <reference types="next/types/global" />
3+
/// <reference types="next/image-types/global" />

0 commit comments

Comments
 (0)