Skip to content

Commit 5f03554

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

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

packages/mercurius/package.json

Lines changed: 8 additions & 8 deletions
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",
30+
"@mercuriusjs/federation": "4.0.0",
31+
"@mercuriusjs/gateway": "4.0.0",
3232
"@nestjs/common": "10.4.15",
3333
"@nestjs/platform-fastify": "10.4.15",
3434
"@nestjs/testing": "10.4.15",
35-
"fastify": "4.29.0",
36-
"mercurius": "14.1.0",
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",
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",
4343
"@nestjs/common": "^9.3.8 || ^10.0.0",
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)