Skip to content

Commit fd81e1b

Browse files
Merge pull request #2705 from dariuszkuc/peer_deps
chore: update peer deps to @nestjs/graphql v11
2 parents 39f77a8 + 20ce1a2 commit fd81e1b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/apollo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@as-integrations/fastify": "^1.3.0",
5050
"@nestjs/common": "^9.0.0",
5151
"@nestjs/core": "^9.3.8",
52-
"@nestjs/graphql": "^10.1.7",
52+
"@nestjs/graphql": "^11.0.0",
5353
"graphql": "^16.6.0"
5454
},
5555
"peerDependenciesMeta": {
@@ -60,4 +60,4 @@
6060
"optional": true
6161
}
6262
}
63-
}
63+
}

packages/mercurius/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@mercuriusjs/federation": "^1.0.0",
4242
"@mercuriusjs/gateway": "^1.0.0",
4343
"@nestjs/common": "^9.3.8",
44-
"@nestjs/graphql": "^10.1.7",
44+
"@nestjs/graphql": "^11.0.0",
4545
"fastify": "^4.12.0",
4646
"graphql": "^16.0.0",
4747
"mercurius": "^12.0.0"
@@ -57,4 +57,4 @@
5757
"optional": true
5858
}
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)