Skip to content

Commit

Permalink
Updated warthog to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FOSSforlife committed Apr 11, 2020
1 parent 51e5975 commit 14698d4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
docker-compose exec -u postgres postgres psql
docker-compose exec -u postgres postgres psql
\l
\c
\dt
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2.4'
services:
postgres:
image: postgres:11
image: postgres:12
restart: always
volumes:
- ./db_data:/var/lib/postgresql/data
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"dotenv": "^8.0.0",
"dotenvi": "^0.6.0",
"reflect-metadata": "^0.1.13",
"warthog": "^2.1.1"
"warthog": "^2.6.0"
},
"devDependencies": {
"@types/jest": "^24.0.15",
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2741,6 +2741,11 @@ graphql-fields@^2.0.3:
resolved "https://registry.yarnpkg.com/graphql-fields/-/graphql-fields-2.0.3.tgz#5e68dff7afbb202be4f4f40623e983b22c96ab8f"
integrity sha512-x3VE5lUcR4XCOxPIqaO4CE+bTK8u6gVouOdpQX9+EKHr+scqtK5Pp/l8nIGqIpN1TUlkKE6jDCCycm/WtLRAwA==

graphql-import-node@^0.0.4:
version "0.0.4"
resolved "https://registry.yarnpkg.com/graphql-import-node/-/graphql-import-node-0.0.4.tgz#0522f058978c7e1b99d1e6be1b851ee17007b111"
integrity sha512-okpdABQIgIM0qdx9Mfgdu6fTsFEazZmHZdEU34cijkUj9D1db1SyPRGHPxbXmbacamhEF41ckxpCAgHiGliryQ==

graphql-import@^0.7.1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.7.1.tgz#4add8d91a5f752d764b0a4a7a461fcd93136f223"
Expand Down Expand Up @@ -6205,10 +6210,10 @@ walker@^1.0.7, walker@~1.0.5:
dependencies:
makeerror "1.0.x"

warthog@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/warthog/-/warthog-2.1.1.tgz#61a1919099b43983169c74fca5892dcecd77ab4a"
integrity sha512-kmKtcAAZITP+O1BTGDVrV5lqPJJSMoG9W8tVGPmzSftO5polVuvLnOQBKCNqocMsvEoVKEQtrcfLVlx+he7neA==
warthog@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/warthog/-/warthog-2.6.0.tgz#cad6373a226b36a695f01a409ce345f570d11710"
integrity sha512-I0n+8+FULUqO464FVgfC8wLgqffsINWZ/4NNjBtbGG2whdn0vWOrg+FwyM+haY5jnncG3jtJ3Q4j1PrfH7xGiQ==
dependencies:
"@types/app-root-path" "^1.2.4"
"@types/caller" "^1.0.0"
Expand Down Expand Up @@ -6247,6 +6252,7 @@ warthog@^2.1.1:
graphql "^14.5.8"
graphql-binding "^2.5.2"
graphql-fields "^2.0.3"
graphql-import-node "^0.0.4"
graphql-iso-date "^3.6.1"
graphql-tools "^4.0.6"
graphql-type-json "^0.3.0"
Expand Down

0 comments on commit 14698d4

Please sign in to comment.