Skip to content

Commit

Permalink
Merge 695c8a1 into 3bbba1c
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 16, 2019
2 parents 3bbba1c + 695c8a1 commit 9692050
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 14 deletions.
66 changes: 59 additions & 7 deletions integration/graphql/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration/graphql/package.json
Expand Up @@ -14,7 +14,7 @@
"@nestjs/graphql": "^5.0.0",
"apollo-server-express": "^2.0.4",
"graphql": "^0.13.2",
"graphql-tools": "^2.11.0",
"graphql-tools": "4.0.4",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0",
"subscriptions-transport-ws": "^0.9.5",
Expand Down
60 changes: 56 additions & 4 deletions integration/typegraphql/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration/typegraphql/package.json
Expand Up @@ -16,7 +16,7 @@
"class-transformer": "^0.2.0",
"class-validator": "^0.9.1",
"graphql": "^14.1.1",
"graphql-tools": "^2.11.0",
"graphql-tools": "4.0.4",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0",
"subscriptions-transport-ws": "^0.9.5",
Expand Down
2 changes: 1 addition & 1 deletion sample/22-graphql-prisma/package.json
Expand Up @@ -16,7 +16,7 @@
"@nestjs/platform-express": "^6.0.0",
"apollo-server-express": "2.3.1",
"graphql": "14.0.2",
"graphql-tools": "4.0.3",
"graphql-tools": "4.0.4",
"prisma-binding": "2.2.14",
"reflect-metadata": "0.1.12",
"rxjs": "6.3.3",
Expand Down

0 comments on commit 9692050

Please sign in to comment.