Skip to content

Commit

Permalink
Merge pull request nestjs#2265 from nestjs/renovate/graphql-14.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency graphql to v14.3.1
  • Loading branch information
kamilmysliwiec authored May 29, 2019
2 parents ae8aee6 + 82a983a commit ab59258
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 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.2.4",
"@nestjs/graphql": "6.2.1",
"apollo-server-express": "2.5.0",
"graphql": "14.3.0",
"graphql": "14.3.1",
"graphql-tools": "4.0.4",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.2",
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.5.0",
"class-transformer": "0.2.3",
"class-validator": "0.9.1",
"graphql": "14.3.0",
"graphql": "14.3.1",
"graphql-tools": "4.0.4",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.2",
Expand Down
6 changes: 3 additions & 3 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 @@ -56,7 +56,7 @@
"fastify-cors": "2.1.3",
"fastify-formbody": "3.1.0",
"fastify-multipart": "1.0.0",
"graphql": "14.3.0",
"graphql": "14.3.1",
"grpc": "1.21.1",
"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.5.0",
"class-transformer": "0.2.3",
"class-validator": "0.9.1",
"graphql": "14.3.0",
"graphql": "14.3.1",
"graphql-subscriptions": "1.1.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.2",
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.2.1",
"@nestjs/platform-express": "6.2.4",
"apollo-server-express": "2.5.0",
"graphql": "14.3.0",
"graphql": "14.3.1",
"graphql-tools": "4.0.4",
"prisma-binding": "2.3.11",
"reflect-metadata": "0.1.13",
Expand Down
6 changes: 3 additions & 3 deletions sample/22-graphql-prisma/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1613,9 +1613,9 @@ graphql-upload@^8.0.2:
http-errors "^1.7.1"
object-path "^0.11.4"

[email protected].0:
version "14.3.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.3.0.tgz#34dd36faa489ff642bcd25df6c3b4f988a1a2f3e"
[email protected].1:
version "14.3.1"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.3.1.tgz#b3aa50e61a841ada3c1f9ccda101c483f8e8c807"
dependencies:
iterall "^1.2.2"

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.5.0",
"class-transformer": "0.2.3",
"class-validator": "0.9.1",
"graphql": "14.3.0",
"graphql": "14.3.1",
"graphql-subscriptions": "1.1.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.2",
Expand Down

0 comments on commit ab59258

Please sign in to comment.