docs: update the webtransport example

Reference: https://github.com/fails-components/webtransport#changes-for-version-1xx
This commit is contained in:
Damien Arrachequesne
2024-01-17 13:00:06 +01:00
parent 0bbe8aec77
commit e36062ca2d

View File

@@ -5,7 +5,8 @@
"private": true,
"type": "module",
"dependencies": {
"@fails-components/webtransport": "^0.1.7",
"socket.io": "^4.7.1"
"@fails-components/webtransport": "^1.0.8",
"@fails-components/webtransport-transport-http3-quiche": "^1.0.8",
"socket.io": "^4.7.4"
}
}