Skip to content

Commit

Permalink
fix(deps): update apollo graphql packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 16, 2021
1 parent c67a172 commit 507889f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 27 deletions.
6 changes: 3 additions & 3 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "nest start --watch"
},
"dependencies": {
"@apollo/federation": "0.33.0",
"@apollo/federation": "0.33.3",
"@nestjs-query/core": "0.30.0",
"@nestjs-query/query-graphql": "0.30.0",
"@nestjs-query/query-mongoose": "0.30.0",
Expand All @@ -29,8 +29,8 @@
"@nestjs/sequelize": "8.0.0",
"@nestjs/typeorm": "8.0.2",
"@typegoose/typegoose": "8.0.0-beta.7",
"apollo-server-core": "3.3.0",
"apollo-server-express": "3.3.0",
"apollo-server-core": "3.4.0",
"apollo-server-express": "3.4.0",
"apollo-server-plugin-base": "3.3.0",
"apollo-server-types": "3.3.0",
"class-validator": "0.13.1",
Expand Down
55 changes: 32 additions & 23 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 packages/query-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"ts-morph": "^11.0.0 || ^12.0.0"
},
"devDependencies": {
"@apollo/gateway": "0.42.0",
"@apollo/gateway": "0.42.3",
"@nestjs/common": "8.1.1",
"@nestjs/core": "8.1.1",
"@nestjs/graphql": "9.0.6",
Expand Down

0 comments on commit 507889f

Please sign in to comment.