Allow to use socket.io-client version 3 and 4

This commit is contained in:
Andrej Hudec 2021-07-14 15:19:42 +02:00 committed by GitHub
parent 4f00019283
commit b159e79a6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@
},
"homepage": "https://github.com/MetinSeylan/Vue-Socket.io",
"dependencies": {
"socket.io-client": "^2.1.1"
"socket.io-client": "^2.1.1 || ^3.1.3 || ^4.1.3"
},
"devDependencies": {
"@babel/core": "^7.1.2",