Skip to content

Commit

Permalink
add some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
avral committed Aug 15, 2022
1 parent 60bc914 commit 02510c7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
"@proton/web-sdk": "^4.1.11",
"@scatterjs/core": "^2.7.54",
"@scatterjs/eosjs2": "^1.5.36",
"@socket.io/cluster-adapter": "^0.2.0",
"@socket.io/sticky": "^1.0.1",
"@vue/eslint-config-standard": "^5.0.0",
"@waxio/waxjs": "https://github.com/worldwide-asset-exchange/waxjs#develop",
"anchor-link": "^3.4.1",
Expand Down
18 changes: 18 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2021,11 +2021,24 @@
resolved "https://registry.npmjs.org/@sindresorhus/is/-/is-0.7.0.tgz"
integrity sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==

"@socket.io/cluster-adapter@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@socket.io/cluster-adapter/-/cluster-adapter-0.2.0.tgz#656e6c5492556dbad5dd3d3f959ba8a70f3f39ed"
integrity sha512-CZctHZdBNB9RIR3KBBwLdFKCZwILWeryoGeTHCChTs0vbnbjn2iwgB4AlYJEe0aJsFkwrYo/uY3pMGWNd0YbDQ==
dependencies:
debug "~4.3.1"
socket.io-adapter "~2.4.0"

"@socket.io/component-emitter@~3.0.0":
version "3.0.0"
resolved "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.0.0.tgz"
integrity sha512-2pTGuibAXJswAPJjaKisthqS/NOK5ypG4LYT6tEAV0S/mxW0zOIvYvGK0V8w8+SHxAm6vRMSjqSalFXeBAqs+Q==

"@socket.io/sticky@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@socket.io/sticky/-/sticky-1.0.1.tgz#d0ea2f2da7177ba900c7065c92c8af39915fbcdf"
integrity sha512-g5vmW25QZ1sDA6/NqgKJHhUKWI6b11BPWqwQBvPTVodGqbYMkfuY7hQtEXDoUPf+0WhySgcdVLf9o2AgOAXUhA==

"@szmarczak/http-timer@^1.1.2":
version "1.1.2"
resolved "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz"
Expand Down Expand Up @@ -11291,6 +11304,11 @@ socket.io-adapter@~2.3.2:
resolved "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.3.2.tgz"
integrity sha512-PBZpxUPYjmoogY0aoaTmo1643JelsaS1CiAwNjRVdrI0X9Seuc19Y2Wife8k88avW6haG8cznvwbubAZwH4Mtg==

socket.io-adapter@~2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/socket.io-adapter/-/socket.io-adapter-2.4.0.tgz#b50a4a9ecdd00c34d4c8c808224daa1a786152a6"
integrity sha512-W4N+o69rkMEGVuk2D/cvca3uYsvGlMwsySWV447y99gUPghxq42BxqLNMndb+a1mm/5/7NeXVQS7RLa2XyXvYg==

socket.io-client@^2.3.0:
version "2.4.0"
resolved "https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.4.0.tgz"
Expand Down

0 comments on commit 02510c7

Please sign in to comment.