feature(package) socket.io-client v4.0.0

This commit is contained in:
coderaiser 2021-03-16 17:46:09 +02:00
parent a3f0f4ecae
commit bb3e07def3
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
], ],
"remote": [{ "remote": [{
"name": "socket", "name": "socket",
"version": "3.1.0", "version": "4.0.0",
"local": "/socket.io/socket.io.js", "local": "/socket.io/socket.io.js",
"remote": "https://cdnjs.cloudflare.com/ajax/libs/socket.io/{{ version }}/socket.io.js" "remote": "https://cdnjs.cloudflare.com/ajax/libs/socket.io/{{ version }}/socket.io.js"
}], }],

View file

@ -128,7 +128,7 @@
"shortdate": "^2.0.0", "shortdate": "^2.0.0",
"simport": "^1.0.1", "simport": "^1.0.1",
"socket.io": "^4.0.0", "socket.io": "^4.0.0",
"socket.io-client": "^3.0.5", "socket.io-client": "^4.0.0",
"squad": "^3.0.0", "squad": "^3.0.0",
"table": "^6.0.1", "table": "^6.0.1",
"thread-it": "^1.1.0", "thread-it": "^1.1.0",