Skip to content

Commit

Permalink
Merge pull request nestjs#2503 from nestjs/renovate/graphql-14.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency graphql to v14.4.2
  • Loading branch information
kamilmysliwiec authored Jul 7, 2019
2 parents d528c10 + 29953ab commit f55c27d
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.4.0",
"@nestjs/graphql": "6.2.4",
"apollo-server-express": "2.6.7",
"graphql": "14.4.1",
"graphql": "14.4.2",
"graphql-tools": "4.0.5",
"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.6.7",
"class-transformer": "0.2.3",
"class-validator": "0.9.1",
"graphql": "14.4.1",
"graphql": "14.4.2",
"graphql-tools": "4.0.5",
"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 @@ -55,7 +55,7 @@
"fastify-cors": "2.1.3",
"fastify-formbody": "3.1.0",
"fastify-multipart": "1.0.1",
"graphql": "14.4.1",
"graphql": "14.4.2",
"grpc": "1.21.1",
"http2": "3.3.7",
"iterare": "1.2.0",
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.6.7",
"class-transformer": "0.2.3",
"class-validator": "0.9.1",
"graphql": "14.4.1",
"graphql": "14.4.2",
"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.4",
"@nestjs/platform-express": "6.4.0",
"apollo-server-express": "2.6.7",
"graphql": "14.4.1",
"graphql": "14.4.2",
"graphql-tools": "4.0.5",
"prisma-binding": "2.3.15",
"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 @@ -1636,9 +1636,9 @@ graphql-upload@^8.0.2:
http-errors "^1.7.1"
object-path "^0.11.4"

[email protected].1:
version "14.4.1"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.4.1.tgz#7a7818d3f63f66b9528ba5416b6c88460db62280"
[email protected].2:
version "14.4.2"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.4.2.tgz#553a7d546d524663eda49ed6df77577be3203ae3"
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.6.7",
"class-transformer": "0.2.3",
"class-validator": "0.9.1",
"graphql": "14.4.1",
"graphql": "14.4.2",
"graphql-subscriptions": "1.1.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.2",
Expand Down

0 comments on commit f55c27d

Please sign in to comment.