Skip to content

Commit

Permalink
Merge pull request #8697 from nestjs/renovate/nestjs-graphql-9.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency @nestjs/graphql to v9.1.2
  • Loading branch information
kamilmysliwiec committed Nov 25, 2021
2 parents 408923d + 76c7274 commit efc366b
Show file tree
Hide file tree
Showing 20 changed files with 296 additions and 191 deletions.
51 changes: 12 additions & 39 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 @@ -78,7 +78,7 @@
"@commitlint/config-angular": "15.0.0",
"@grpc/grpc-js": "1.4.4",
"@grpc/proto-loader": "0.6.7",
"@nestjs/graphql": "9.1.1",
"@nestjs/graphql": "9.1.2",
"@nestjs/mongoose": "9.0.1",
"@nestjs/typeorm": "8.0.2",
"@types/amqplib": "0.8.2",
Expand Down
44 changes: 19 additions & 25 deletions sample/12-graphql-schema-first/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/12-graphql-schema-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@nestjs/common": "8.2.2",
"@nestjs/core": "8.2.2",
"@nestjs/graphql": "9.1.1",
"@nestjs/graphql": "9.1.2",
"@nestjs/platform-express": "8.2.2",
"apollo-server": "3.5.0",
"apollo-server-express": "3.5.0",
Expand Down
40 changes: 20 additions & 20 deletions sample/22-graphql-prisma/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/22-graphql-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@nestjs/common": "8.2.2",
"@nestjs/core": "8.2.2",
"@nestjs/graphql": "9.1.1",
"@nestjs/graphql": "9.1.2",
"@nestjs/platform-express": "8.2.2",
"apollo-server-express": "3.5.0",
"graphql": "15.7.2",
Expand Down

0 comments on commit efc366b

Please sign in to comment.