Skip to content

Commit 71d822f

Browse files
committed
chore: Bump socket.io to 4.8.1 and socket.io-client to 4.8.1
1 parent dd99ea9 commit 71d822f

File tree

3 files changed

+77
-62
lines changed

3 files changed

+77
-62
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@nuxt/kit": "^3.14.159",
4040
"fast-glob": "^3.3.2",
4141
"pathe": "^1.1.2",
42-
"socket.io": "^4.7.5",
43-
"socket.io-client": "^4.7.5"
42+
"socket.io": "^4.8.1",
43+
"socket.io-client": "^4.8.1"
4444
},
4545
"devDependencies": {
4646
"@nuxt/devtools": "^1.6.0",

playground/server/api/hello.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
export default eventHandler((event) => {
1+
export default eventHandler(() => {
2+
// @ts-expect-error: todo fix types
23
console.log(globalThis.__io)
34

45
return {

0 commit comments

Comments
 (0)