Skip to content

Commit d35b3a8

Browse files
Merge pull request #16303 from nestjs/renovate/nest-graphql-monorepo
fix(deps): update nest-graphql monorepo to v13.2.4
2 parents e50e3e7 + 7b9f885 commit d35b3a8

File tree

12 files changed

+69
-44
lines changed

12 files changed

+69
-44
lines changed

package-lock.json

Lines changed: 48 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"@fastify/view": "11.1.1",
9595
"@grpc/grpc-js": "1.14.3",
9696
"@grpc/proto-loader": "0.8.0",
97-
"@nestjs/apollo": "13.2.3",
97+
"@nestjs/apollo": "13.2.4",
9898
"@nestjs/graphql": "13.2.4",
9999
"@nestjs/mongoose": "11.0.4",
100100
"@nestjs/typeorm": "11.0.0",

sample/12-graphql-schema-first/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"dependencies": {
2222
"@apollo/server": "5.4.0",
2323
"@graphql-tools/utils": "11.0.0",
24-
"@nestjs/apollo": "13.2.3",
24+
"@nestjs/apollo": "13.2.4",
2525
"@nestjs/common": "11.1.13",
2626
"@nestjs/core": "11.1.13",
27-
"@nestjs/graphql": "13.2.3",
27+
"@nestjs/graphql": "13.2.4",
2828
"@nestjs/platform-express": "11.1.13",
2929
"class-transformer": "0.5.1",
3030
"class-validator": "0.14.3",

sample/22-graphql-prisma/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
},
2222
"dependencies": {
2323
"@apollo/server": "5.4.0",
24-
"@nestjs/apollo": "13.2.3",
24+
"@nestjs/apollo": "13.2.4",
2525
"@nestjs/common": "11.1.13",
2626
"@nestjs/core": "11.1.13",
27-
"@nestjs/graphql": "13.2.3",
27+
"@nestjs/graphql": "13.2.4",
2828
"@nestjs/platform-express": "11.1.13",
2929
"@prisma/adapter-better-sqlite3": "7.3.0",
3030
"@prisma/client": "7.3.0",

sample/23-graphql-code-first/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
},
2121
"dependencies": {
2222
"@apollo/server": "5.4.0",
23-
"@nestjs/apollo": "13.2.3",
23+
"@nestjs/apollo": "13.2.4",
2424
"@nestjs/common": "11.1.13",
2525
"@nestjs/core": "11.1.13",
26-
"@nestjs/graphql": "13.2.3",
26+
"@nestjs/graphql": "13.2.4",
2727
"@nestjs/platform-express": "11.1.13",
2828
"class-transformer": "0.5.1",
2929
"class-validator": "0.14.3",

sample/31-graphql-federation-code-first/gateway/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"dependencies": {
2222
"@apollo/gateway": "2.13.0",
2323
"@apollo/server": "5.4.0",
24-
"@nestjs/apollo": "13.2.3",
24+
"@nestjs/apollo": "13.2.4",
2525
"@nestjs/common": "11.1.13",
2626
"@nestjs/core": "11.1.13",
27-
"@nestjs/graphql": "13.2.3",
27+
"@nestjs/graphql": "13.2.4",
2828
"@nestjs/platform-express": "11.1.13",
2929
"graphql": "16.10.0",
3030
"graphql-tools": "9.0.26",

sample/31-graphql-federation-code-first/posts-application/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"@apollo/gateway": "2.13.0",
2424
"@apollo/server": "5.4.0",
2525
"@apollo/subgraph": "2.13.0",
26-
"@nestjs/apollo": "13.2.3",
26+
"@nestjs/apollo": "13.2.4",
2727
"@nestjs/common": "11.1.13",
2828
"@nestjs/core": "11.1.13",
29-
"@nestjs/graphql": "13.2.3",
29+
"@nestjs/graphql": "13.2.4",
3030
"@nestjs/platform-express": "11.1.13",
3131
"graphql": "16.10.0",
3232
"graphql-tools": "9.0.26",

sample/31-graphql-federation-code-first/users-application/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"@apollo/gateway": "2.13.0",
2323
"@apollo/server": "5.4.0",
2424
"@apollo/subgraph": "2.13.0",
25-
"@nestjs/apollo": "13.2.3",
25+
"@nestjs/apollo": "13.2.4",
2626
"@nestjs/common": "11.1.13",
2727
"@nestjs/core": "11.1.13",
28-
"@nestjs/graphql": "13.2.3",
28+
"@nestjs/graphql": "13.2.4",
2929
"@nestjs/platform-express": "11.1.13",
3030
"graphql": "16.10.0",
3131
"graphql-tools": "9.0.26",

sample/32-graphql-federation-schema-first/gateway/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"dependencies": {
2424
"@apollo/gateway": "2.13.0",
2525
"@apollo/server": "^5.0.0",
26-
"@nestjs/apollo": "13.2.3",
26+
"@nestjs/apollo": "13.2.4",
2727
"@nestjs/common": "11.1.13",
2828
"@nestjs/core": "11.1.13",
29-
"@nestjs/graphql": "13.2.3",
29+
"@nestjs/graphql": "13.2.4",
3030
"@nestjs/platform-express": "11.1.13",
3131
"graphql": "16.10.0",
3232
"graphql-tools": "9.0.26",

sample/32-graphql-federation-schema-first/posts-application/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"@apollo/gateway": "2.13.0",
2525
"@apollo/server": "^5.0.0",
2626
"@apollo/subgraph": "2.13.0",
27-
"@nestjs/apollo": "13.2.3",
27+
"@nestjs/apollo": "13.2.4",
2828
"@nestjs/common": "11.1.13",
2929
"@nestjs/core": "11.1.13",
30-
"@nestjs/graphql": "13.2.3",
30+
"@nestjs/graphql": "13.2.4",
3131
"@nestjs/platform-express": "11.1.13",
3232
"graphql": "16.10.0",
3333
"graphql-tools": "9.0.26",

0 commit comments

Comments
 (0)