Skip to content

Commit

Permalink
chore: update min fastify version (#303)
Browse files Browse the repository at this point in the history
* chore: update min fastify version

* update fastify deps

* test: fix type-provider error

---------

Co-authored-by: James Sumners <[email protected]>
Co-authored-by: KaKa <[email protected]>
  • Loading branch information
3 people authored Aug 16, 2024
1 parent 7488a38 commit fbc8066
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.1.0
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5.0.0
with:
lint: true
license-check: true
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function fastifyWebsocket (fastify, opts, next) {
}

module.exports = fp(fastifyWebsocket, {
fastify: '^4.16.0',
fastify: '5.x',
name: '@fastify/websocket'
})
module.exports.default = fastifyWebsocket
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"homepage": "https://github.com/fastify/fastify-websocket#readme",
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"@fastify/type-provider-typebox": "^4.0.0",
"@fastify/type-provider-typebox": "^5.0.0-pre.fv5.2",
"@types/node": "^22.0.0",
"@types/ws": "^8.5.10",
"fastify": "^4.26.2",
"fastify": "^5.0.0-alpha.3",
"fastify-tsconfig": "^2.0.0",
"split2": "^4.2.0",
"standard": "^17.1.0",
Expand All @@ -39,7 +39,7 @@
},
"dependencies": {
"duplexify": "^4.1.3",
"fastify-plugin": "^4.5.1",
"fastify-plugin": "^5.0.0-pre.fv5.1",
"ws": "^8.16.0"
},
"publishConfig": {
Expand Down

0 comments on commit fbc8066

Please sign in to comment.