Skip to content

Commit

Permalink
fix(deps): update apollo graphql packages to v2.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 26, 2021
1 parent 7476fc5 commit 4544cb7
Show file tree
Hide file tree
Showing 6 changed files with 403 additions and 314 deletions.
283 changes: 135 additions & 148 deletions sample/12-graphql-schema-first/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sample/12-graphql-schema-first/package.json
Expand Up @@ -23,8 +23,8 @@
"@nestjs/core": "7.6.15",
"@nestjs/graphql": "7.10.3",
"@nestjs/platform-express": "7.6.15",
"apollo-server": "2.21.2",
"apollo-server-express": "2.21.2",
"apollo-server": "2.22.1",
"apollo-server-express": "2.22.1",
"class-transformer": "0.4.0",
"class-validator": "0.13.1",
"graphql": "15.5.0",
Expand Down
149 changes: 132 additions & 17 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
Expand Up @@ -23,7 +23,7 @@
"@nestjs/core": "7.6.15",
"@nestjs/graphql": "7.10.3",
"@nestjs/platform-express": "7.6.15",
"apollo-server-express": "2.21.2",
"apollo-server-express": "2.22.1",
"graphql": "15.5.0",
"graphql-tools": "7.0.4",
"prisma-binding": "2.3.16",
Expand Down

0 comments on commit 4544cb7

Please sign in to comment.