add dependencies rxjs & socket.io-client

This commit is contained in:
NyxiumYuuki 2021-05-28 21:04:06 +02:00
parent ecdc07af9d
commit 0b53af00f0
2 changed files with 109 additions and 8 deletions

View file

@ -25,7 +25,8 @@
"@types/socket.io-client": "^3.0.0",
"bootstrap": "^4.6.0",
"jquery": "^3.6.0",
"rxjs": "~6.6.0",
"rxjs": "^7.1.0",
"socket.io-client": "^4.1.2",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},