Skip to content

Commit

Permalink
Merge pull request nestjs#2156 from nestjs/renovate/graphql-14.x
Browse files Browse the repository at this point in the history
Update dependency graphql to v14.3.0
  • Loading branch information
kamilmysliwiec authored May 9, 2019
2 parents 662213b + 4c8ed7f commit 111deb3
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.1.1",
"@nestjs/graphql": "6.0.5",
"apollo-server-express": "2.4.8",
"graphql": "14.2.1",
"graphql": "14.3.0",
"graphql-tools": "4.0.4",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.1",
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.2",
"class-validator": "0.9.1",
"graphql": "14.2.1",
"graphql": "14.3.0",
"graphql-tools": "4.0.4",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.1",
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 @@ -55,7 +55,7 @@
"fastify-cors": "2.1.3",
"fastify-formbody": "3.1.0",
"fastify-multipart": "0.8.1",
"graphql": "14.2.1",
"graphql": "14.3.0",
"grpc": "1.20.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.2",
"class-validator": "0.9.1",
"graphql": "14.2.1",
"graphql": "14.3.0",
"graphql-subscriptions": "1.1.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.1",
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.5",
"@nestjs/platform-express": "6.1.1",
"apollo-server-express": "2.4.8",
"graphql": "14.2.1",
"graphql": "14.3.0",
"graphql-tools": "4.0.4",
"prisma-binding": "2.3.10",
"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 @@ -1490,9 +1490,9 @@ graphql-upload@^8.0.2:
http-errors "^1.7.1"
object-path "^0.11.4"

graphql@14.2.1:
version "14.2.1"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.2.1.tgz#779529bf9a01e7207b977a54c20670b48ca6e95c"
graphql@14.3.0:
version "14.3.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.3.0.tgz#34dd36faa489ff642bcd25df6c3b4f988a1a2f3e"
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.4.8",
"class-transformer": "0.2.2",
"class-validator": "0.9.1",
"graphql": "14.2.1",
"graphql": "14.3.0",
"graphql-subscriptions": "1.1.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.1",
Expand Down

0 comments on commit 111deb3

Please sign in to comment.