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] authored Aug 30, 2023
1 parent 9c388ad commit 6491d8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.38.1",
"@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.12.1",
"apollo-server-express": "3.12.1",
"apollo-server-plugin-base": "3.4.0",
"apollo-server-types": "3.4.0",
"class-validator": "0.13.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/query-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"upper-case-first": "^2.0.1"
},
"peerDependencies": {
"@apollo/gateway": "^0.41.0 || ^0.42.0",
"@apollo/gateway": "^0.41.0 || ^0.42.0 || ^0.54.0",
"@nestjs/common": "^8.0.4",
"@nestjs/core": "^8.0.4",
"@nestjs/graphql": "^9.0.0",
Expand All @@ -59,7 +59,7 @@
"ts-morph": "^11.0.0 || ^12.0.0"
},
"devDependencies": {
"@apollo/gateway": "0.42.0",
"@apollo/gateway": "0.54.1",
"@nestjs/common": "8.4.0",
"@nestjs/core": "8.4.0",
"@nestjs/graphql": "9.0.6",
Expand Down

0 comments on commit 6491d8a

Please sign in to comment.