Skip to content

Commit a219f40

Browse files
chore(): bump peer deps
1 parent 4ba6e19 commit a219f40

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/apollo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
},
4444
"peerDependencies": {
4545
"@apollo/gateway": "^0.44.1 || ^0.46.0 || ^0.48.0 || ^0.49.0 || ^0.50.0 || ^2.0.0",
46-
"@nestjs/common": "^8.2.3",
47-
"@nestjs/core": "^8.2.3",
46+
"@nestjs/common": "^8.2.3 || ^9.0.0",
47+
"@nestjs/core": "^8.2.3 || ^9.0.0",
4848
"@nestjs/graphql": "^10.0.0",
4949
"apollo-server-core": "^3.5.0",
5050
"apollo-server-express": "^3.5.0",

packages/graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
},
4545
"peerDependencies": {
4646
"@apollo/subgraph": "^0.1.5 || ^0.3.0 || ^0.4.0 || ^2.0.0",
47-
"@nestjs/common": "^8.2.3",
48-
"@nestjs/core": "^8.2.3",
47+
"@nestjs/common": "^8.2.3 || ^9.0.0",
48+
"@nestjs/core": "^8.2.3 || ^9.0.0",
4949
"graphql": "^15.8.0 || ^16.0.0",
5050
"reflect-metadata": "^0.1.13",
5151
"ts-morph": "^13.0.2 || ^14.0.0 || ^15.0.0"

packages/mercurius/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"mercurius-integration-testing": "5.0.0"
3636
},
3737
"peerDependencies": {
38-
"@nestjs/common": "^8.2.3",
38+
"@nestjs/common": "^8.2.3 || ^9.0.0",
3939
"@nestjs/graphql": "^10.0.0",
4040
"fastify": "^3.25.0 || ^4.0.0",
41-
"mercurius": "^8.12.0 || ^9.0.0"
41+
"mercurius": "^8.12.0 || ^9.0.0 || ^10.0.0"
4242
}
4343
}

0 commit comments

Comments
 (0)