Skip to content

Commit

Permalink
Merge pull request #11783 from nestjs/renovate/major-graphql-tools-mo…
Browse files Browse the repository at this point in the history
…norepo

fix(deps): update graphql-tools monorepo (major)
  • Loading branch information
kamilmysliwiec committed Jun 14, 2023
2 parents f9f2331 + a722c15 commit 513cc14
Show file tree
Hide file tree
Showing 14 changed files with 571 additions and 84 deletions.
59 changes: 54 additions & 5 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 @@ -20,7 +20,7 @@
},
"dependencies": {
"@apollo/server": "4.7.3",
"@graphql-tools/utils": "9.2.1",
"@graphql-tools/utils": "10.0.1",
"@nestjs/apollo": "11.0.6",
"@nestjs/common": "9.4.3",
"@nestjs/core": "9.4.3",
Expand Down
99 changes: 90 additions & 9 deletions sample/31-graphql-federation-code-first/gateway/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@nestjs/graphql": "11.0.6",
"@nestjs/platform-express": "9.4.3",
"graphql": "16.6.0",
"graphql-tools": "8.3.20",
"graphql-tools": "9.0.0",
"reflect-metadata": "0.1.13",
"rimraf": "4.4.1",
"rxjs": "7.8.1",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@nestjs/graphql": "11.0.6",
"@nestjs/platform-express": "9.4.3",
"graphql": "16.6.0",
"graphql-tools": "8.3.20",
"graphql-tools": "9.0.0",
"reflect-metadata": "0.1.13",
"rimraf": "4.4.1",
"rxjs": "7.8.1",
Expand Down
Loading

0 comments on commit 513cc14

Please sign in to comment.