add dependencies rxjs & socket.io-client
This commit is contained in:
parent
ecdc07af9d
commit
0b53af00f0
2 changed files with 109 additions and 8 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Reference in a new issue