Skip to content

Commit 534ed92

Browse files
committed
chore: update the dependencies for compatibility with fastify v5.x
1 parent de79c39 commit 534ed92

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

packages/mercurius/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,24 @@
2727
"tslib": "2.8.1"
2828
},
2929
"devDependencies": {
30-
"@mercuriusjs/federation": "3.0.0",
31-
"@mercuriusjs/gateway": "3.0.1",
32-
"@nestjs/common": "10.4.15",
33-
"@nestjs/platform-fastify": "10.4.15",
34-
"@nestjs/testing": "10.4.15",
35-
"fastify": "4.29.0",
36-
"mercurius": "14.1.0",
30+
"@mercuriusjs/federation": "4.0.0",
31+
"@mercuriusjs/gateway": "4.0.0",
32+
"@nestjs/common": "^11.0.0-next.1",
33+
"@nestjs/platform-fastify": "^11.0.0-next.1",
34+
"@nestjs/testing": "^11.0.0-next.1",
35+
"fastify": "5.1.0",
36+
"mercurius": "15.1.0",
3737
"mercurius-integration-testing": "9.0.0"
3838
},
3939
"peerDependencies": {
4040
"@apollo/subgraph": "^2.0.0",
41-
"@mercuriusjs/federation": "^1.0.0 || ^2.0.0 || ^3.0.0",
42-
"@mercuriusjs/gateway": "^1.0.0 || ^2.0.0 || ^3.0.0",
43-
"@nestjs/common": "^9.3.8 || ^10.0.0",
41+
"@mercuriusjs/federation": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0",
42+
"@mercuriusjs/gateway": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0",
43+
"@nestjs/common": "^9.3.8 || ^10.0.0 || ^11.0.0-next.1",
4444
"@nestjs/graphql": "^12.0.0",
45-
"fastify": "^4.12.0",
45+
"fastify": "^5.1.0",
4646
"graphql": "^16.0.0",
47-
"mercurius": "^12.0.0 || ^13.0.0 || ^14.0.0"
47+
"mercurius": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0"
4848
},
4949
"peerDependenciesMeta": {
5050
"@apollo/subgraph": {

0 commit comments

Comments
 (0)