Skip to content

Commit 2c900e3

Browse files
authored
bump fastify version (#244)
1 parent 553c9b3 commit 2c900e3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,6 @@ function close (fastify, done) {
191191
}
192192

193193
module.exports = fp(fastifyWebsocket, {
194-
fastify: '>= 3.11.0',
194+
fastify: '>= 4.0.0',
195195
name: '@fastify/websocket'
196196
})

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
"@fastify/pre-commit": "^2.0.2",
2929
"@fastify/type-provider-typebox": "^2.3.0",
3030
"@sinclair/typebox": "^0.25.10",
31+
"@types/node": "^18.15.0",
3132
"@types/ws": "^8.2.2",
32-
"fastify": "^4.0.0-rc.2",
33+
"fastify": "^4.0.0",
3334
"split2": "^4.1.0",
3435
"standard": "^17.0.0",
3536
"tap": "^16.0.0",

0 commit comments

Comments
 (0)