Skip to content

Commit 9ca6618

Browse files
committed
Bumped v11.0.0
Signed-off-by: Matteo Collina <[email protected]>
1 parent 8fe344c commit 9ca6618

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fastify/websocket",
3-
"version": "11.0.0-pre.fv5.2",
3+
"version": "11.0.0",
44
"description": "basic websocket support for fastify",
55
"main": "index.js",
66
"type": "commonjs",
@@ -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": "^5.0.0-pre.fv5.2",
30+
"@fastify/type-provider-typebox": "^5.0.0",
3131
"@types/node": "^22.0.0",
3232
"@types/ws": "^8.5.10",
33-
"fastify": "^5.0.0-alpha.3",
33+
"fastify": "^5.0.0-alpha.4",
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": "^5.0.0-pre.fv5.1",
42+
"fastify-plugin": "^5.0.0",
4343
"ws": "^8.16.0"
4444
},
4545
"publishConfig": {

0 commit comments

Comments
 (0)