Skip to content

Commit fbc8066

Browse files
Fdawgsjsumnersclimba03003
authored
chore: update min fastify version (#303)
* chore: update min fastify version * update fastify deps * test: fix type-provider error --------- Co-authored-by: James Sumners <git@zifbang.com> Co-authored-by: KaKa <kaka@kakang.dev>
1 parent 7488a38 commit fbc8066

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
test:
20-
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.1.0
20+
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5.0.0
2121
with:
2222
lint: true
2323
license-check: true

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ function fastifyWebsocket (fastify, opts, next) {
234234
}
235235

236236
module.exports = fp(fastifyWebsocket, {
237-
fastify: '^4.16.0',
237+
fastify: '5.x',
238238
name: '@fastify/websocket'
239239
})
240240
module.exports.default = fastifyWebsocket

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"homepage": "https://github.com/fastify/fastify-websocket#readme",
2828
"devDependencies": {
2929
"@fastify/pre-commit": "^2.1.0",
30-
"@fastify/type-provider-typebox": "^4.0.0",
30+
"@fastify/type-provider-typebox": "^5.0.0-pre.fv5.2",
3131
"@types/node": "^22.0.0",
3232
"@types/ws": "^8.5.10",
33-
"fastify": "^4.26.2",
33+
"fastify": "^5.0.0-alpha.3",
3434
"fastify-tsconfig": "^2.0.0",
3535
"split2": "^4.2.0",
3636
"standard": "^17.1.0",
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"duplexify": "^4.1.3",
42-
"fastify-plugin": "^4.5.1",
42+
"fastify-plugin": "^5.0.0-pre.fv5.1",
4343
"ws": "^8.16.0"
4444
},
4545
"publishConfig": {

0 commit comments

Comments
 (0)