Skip to content

Commit

Permalink
⬆️ Bump dependancies and hasura (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ked57 authored Jul 7, 2021
1 parent 02ea789 commit c541329
Show file tree
Hide file tree
Showing 6 changed files with 9,012 additions and 11,421 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
environment:
POSTGRES_PASSWORD: postgrespassword
graphql-engine:
image: hasura/graphql-engine:v1.3.3
image: hasura/graphql-engine:v2.0.1
ports:
- "8080:8080"
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion hasura.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hasura/graphql-engine:v1.3.3
FROM hasura/graphql-engine:v2.0.1

ARG PORT
ARG POSTGRESQL_ADDON_DB
Expand Down
1 change: 1 addition & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />
Loading

0 comments on commit c541329

Please sign in to comment.