feat: add socket.io-client version selector menu (#1867)

This commit is contained in:
Akash Hamirwasia
2021-10-12 11:22:47 +05:30
committed by GitHub
parent ab9b3e47b9
commit b8ffa872c7
3 changed files with 212 additions and 8 deletions

View File

@@ -56,7 +56,9 @@
"nuxt": "^2.15.8",
"paho-mqtt": "^1.1.0",
"rxjs": "^7.4.0",
"socket.io-client": "^4.2.0",
"socket.io-client-v2": "npm:socket.io-client@2.4.0",
"socket.io-client-v3": "npm:socket.io-client@3.1.3",
"socket.io-client-v4": "npm:socket.io-client@4.2.0",
"socketio-wildcard": "^2.0.0",
"splitpanes": "^2.3.8",
"tern": "^0.24.3",