Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit b3c063f

Browse files
authored
Update socket.io version in package.json
1 parent 66991af commit b3c063f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • archive/Events and Hacks/Tech Talks/ContainerDemo/example-voting-app/result

archive/Events and Hacks/Tech Talks/ContainerDemo/example-voting-app/result/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"method-override": "^2.3.5",
1616
"async": "^1.5.0",
1717
"pg": "^4.4.3",
18-
"socket.io": "^1.3.7"
18+
"socket.io": ">=2.5.1"
19+
"devDependencies": {
20+
"socket.io": ">=2.5.1"
21+
}
1922
}
2023
}

0 commit comments

Comments
 (0)