Skip to content

Commit 279bc15

Browse files
authored
Preparing for Fastify v5 release (#1110)
Fixes #1107
1 parent b6ec1a1 commit 279bc15

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ const mercurius = fp(async function (app, opts) {
585585
}
586586
}, {
587587
name: 'mercurius',
588-
fastify: '4.x'
588+
fastify: '5.x'
589589
})
590590

591591
mercurius.ErrorWithProps = ErrorWithProps

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
"@graphql-tools/utils": "^10.0.0",
3434
"@sinonjs/fake-timers": "^11.0.0",
3535
"@types/isomorphic-form-data": "^2.0.0",
36-
"@types/node": "^20.1.4",
36+
"@types/node": "^22.0.0",
3737
"@types/ws": "^8.2.0",
3838
"autocannon": "^7.3.0",
3939
"concurrently": "^8.0.1",
4040
"docsify-cli": "^4.4.3",
4141
"eslint": "^9.9.1",
42-
"fastify": "^4.17.0",
42+
"fastify": "^5.0.0-alpha.4",
4343
"graphql": "^16.0.0",
4444
"graphql-tag": "^2.12.6",
4545
"graphql-ws": "^5.11.2",
@@ -55,10 +55,10 @@
5555
"wait-on": "^7.0.1"
5656
},
5757
"dependencies": {
58-
"@fastify/error": "^3.0.0",
59-
"@fastify/static": "^7.0.0",
60-
"@fastify/websocket": "^10.0.0",
61-
"fastify-plugin": "^4.2.0",
58+
"@fastify/error": "^4.0.0",
59+
"@fastify/static": "^8.0.0",
60+
"@fastify/websocket": "^11.0.0",
61+
"fastify-plugin": "^5.0.0",
6262
"graphql-jit": "0.8.4",
6363
"mqemitter": "^5.0.0",
6464
"p-map": "^4.0.0",

0 commit comments

Comments
 (0)