allowed socket-io-client version 3 and 4

This commit is contained in:
rijan adhikari 2023-02-09 11:15:03 +09:00
parent 61614c865e
commit 294cde7790
2 changed files with 4 additions and 6 deletions

File diff suppressed because one or more lines are too long

View file

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