Skip to content

Commit

Permalink
Merge pull request #4138 from nestjs/renovate/nestjs-graphql-6.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency @nestjs/graphql to v6.6.1
  • Loading branch information
kamilmysliwiec committed Feb 23, 2020
2 parents 4d3cce3 + 89d46b0 commit 581d1ae
Show file tree
Hide file tree
Showing 11 changed files with 1,102 additions and 183 deletions.
268 changes: 235 additions & 33 deletions integration/graphql/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integration/graphql/package.json
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@nestjs/common": "6.11.8",
"@nestjs/core": "6.11.8",
"@nestjs/graphql": "6.5.5",
"@nestjs/graphql": "6.6.1",
"apollo-server-express": "2.10.1",
"graphql": "14.6.0",
"graphql-tools": "4.0.7",
Expand Down
261 changes: 230 additions & 31 deletions integration/typegraphql/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integration/typegraphql/package.json
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@nestjs/common": "6.11.8",
"@nestjs/core": "6.11.8",
"@nestjs/graphql": "6.5.5",
"@nestjs/graphql": "6.6.1",
"apollo-server-express": "2.10.1",
"class-transformer": "0.2.3",
"class-validator": "0.11.0",
Expand Down
207 changes: 177 additions & 30 deletions sample/12-graphql-apollo/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sample/12-graphql-apollo/package.json
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@nestjs/common": "6.11.8",
"@nestjs/core": "6.11.8",
"@nestjs/graphql": "6.5.5",
"@nestjs/graphql": "6.6.1",
"@nestjs/platform-express": "6.11.8",
"apollo-server-express": "2.10.1",
"class-transformer": "0.2.3",
Expand Down

0 comments on commit 581d1ae

Please sign in to comment.