Skip to content

Commit

Permalink
fix(deps): update graphql-tools monorepo (#4253)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 14, 2022
1 parent 04f0d6f commit 51e52d3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion typescript/graphql-express-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"trailingComma": "all"
},
"dependencies": {
"@graphql-tools/schema": "9.0.9",
"@graphql-tools/schema": "9.0.10",
"@prisma/client": "4.6.1",
"express": "4.18.2",
"express-graphql": "0.12.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-fastify-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"trailingComma": "all"
},
"dependencies": {
"@graphql-tools/schema": "9.0.9",
"@graphql-tools/schema": "9.0.10",
"@prisma/client": "4.6.1",
"fastify": "4.9.2",
"graphql": "16.5.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-hapi-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "ts-node src/index.ts"
},
"dependencies": {
"@graphql-tools/schema": "9.0.9",
"@graphql-tools/schema": "9.0.10",
"@hapi/hapi": "21.0.0",
"@prisma/client": "4.6.1",
"apollo-server-hapi": "3.11.1",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-nestjs-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"apollo-server-express": "3.11.1",
"graphql": "16.5.0",
"graphql-scalars": "1.20.1",
"graphql-tools": "8.3.11",
"graphql-tools": "8.3.12",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.5.7"
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"apollo-server-express": "3.11.1",
"class-validator": "0.13.2",
"graphql": "16.5.0",
"graphql-tools": "8.3.11",
"graphql-tools": "8.3.12",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.5.7"
Expand Down

0 comments on commit 51e52d3

Please sign in to comment.