Skip to content

Commit 3bc379f

Browse files
Merge pull request #2233 from nestjs/renovate/fastify-4.x
chore(deps): update dependency fastify to v4
2 parents 889d494 + c0087e7 commit 3bc379f

File tree

2 files changed

+191
-32
lines changed

2 files changed

+191
-32
lines changed

packages/mercurius/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
"@nestjs/common": "8.4.7",
3131
"@nestjs/platform-fastify": "8.4.7",
3232
"@nestjs/testing": "8.4.7",
33-
"fastify": "3.29.1",
33+
"fastify": "4.2.0",
3434
"mercurius": "8.12.2",
3535
"mercurius-integration-testing": "5.0.0"
3636
},
3737
"peerDependencies": {
3838
"@nestjs/common": "^8.2.3",
3939
"@nestjs/graphql": "^10.0.0",
40-
"fastify": "^3.25.0",
40+
"fastify": "^3.25.0 || ^4.0.0",
4141
"mercurius": "^8.12.0 || ^9.0.0"
4242
}
4343
}

0 commit comments

Comments
 (0)