Skip to content

Commit

Permalink
fix(deps): update dependency graphql to v14.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 26, 2019
1 parent ca110df commit cf5e7ed
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 20 deletions.
6 changes: 3 additions & 3 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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@nestjs/core": "6.0.2",
"@nestjs/graphql": "6.0.2",
"apollo-server-express": "2.4.8",
"graphql": "14.1.1",
"graphql": "14.2.0",
"graphql-tools": "4.0.4",
"reflect-metadata": "0.1.13",
"rxjs": "6.4.0",
Expand Down
6 changes: 3 additions & 3 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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"apollo-server-express": "2.4.8",
"class-transformer": "0.2.0",
"class-validator": "0.9.1",
"graphql": "14.1.1",
"graphql": "14.2.0",
"graphql-tools": "4.0.4",
"reflect-metadata": "0.1.13",
"rxjs": "6.4.0",
Expand Down
8 changes: 4 additions & 4 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"fastify-cors": "2.1.2",
"fastify-formbody": "3.1.0",
"fastify-multipart": "0.7.0",
"graphql": "14.1.1",
"graphql": "14.2.0",
"grpc": "1.19.0",
"http2": "3.3.7",
"iterare": "1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion sample/12-graphql-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"apollo-server-express": "2.4.8",
"class-transformer": "0.2.0",
"class-validator": "0.9.1",
"graphql": "14.1.1",
"graphql": "14.2.0",
"graphql-subscriptions": "1.0.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.4.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/22-graphql-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@nestjs/graphql": "6.0.2",
"@nestjs/platform-express": "6.0.2",
"apollo-server-express": "2.4.8",
"graphql": "14.1.1",
"graphql": "14.2.0",
"graphql-tools": "4.0.4",
"prisma-binding": "2.3.9",
"reflect-metadata": "0.1.13",
Expand Down
8 changes: 7 additions & 1 deletion sample/22-graphql-prisma/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,13 @@ graphql-upload@^8.0.2:
http-errors "^1.7.1"
object-path "^0.11.4"

[email protected], "graphql@^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0":
[email protected]:
version "14.2.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.2.0.tgz#ff25813ad6d186f3975977d56bc2d2434871f3b9"
dependencies:
iterall "^1.2.2"

"graphql@^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0":
version "14.1.1"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.1.1.tgz#d5d77df4b19ef41538d7215d1e7a28834619fac0"
dependencies:
Expand Down
6 changes: 3 additions & 3 deletions sample/23-type-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 sample/23-type-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"apollo-server-express": "2.4.8",
"class-transformer": "0.2.0",
"class-validator": "0.9.1",
"graphql": "14.1.1",
"graphql": "14.2.0",
"graphql-subscriptions": "1.0.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.4.0",
Expand Down

0 comments on commit cf5e7ed

Please sign in to comment.