Skip to content

Commit

Permalink
update fastify deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Aug 1, 2024
1 parent e7177d8 commit 24a7378
Showing 1 changed file with 3 additions and 3 deletions.
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.1",
"@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 24a7378

Please sign in to comment.