Skip to content

Commit

Permalink
Fix lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
axtezy committed Dec 4, 2024
1 parent 50f4225 commit cfc95f3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"grpc-web": "^1.4.2",
"iziswap-sdk": "1.5.1",
"lodash.clonedeep": "^4.5.0",
"rpc-websockets": "7.9.0",
"rxjs": "7.8.1",
"tronweb": "^5.3.2",
"viem": "^1.3.1",
Expand Down
15 changes: 14 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@
dependencies:
regenerator-runtime "^0.14.0"

"@babel/runtime@^7.23.4":
"@babel/runtime@^7.17.2", "@babel/runtime@^7.23.4":
version "7.26.0"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1"
integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
Expand Down Expand Up @@ -9637,6 +9637,19 @@ rlp@^2.2.3, rlp@^2.2.4:
dependencies:
bn.js "^5.2.0"

[email protected]:
version "7.9.0"
resolved "https://registry.yarnpkg.com/rpc-websockets/-/rpc-websockets-7.9.0.tgz#a3938e16d6f134a3999fdfac422a503731bf8973"
integrity sha512-DwKewQz1IUA5wfLvgM8wDpPRcr+nWSxuFxx5CbrI2z/MyyZ4nXLM86TvIA+cI1ZAdqC8JIBR1mZR55dzaLU+Hw==
dependencies:
"@babel/runtime" "^7.17.2"
eventemitter3 "^4.0.7"
uuid "^8.3.2"
ws "^8.5.0"
optionalDependencies:
bufferutil "^4.0.1"
utf-8-validate "^5.0.2"

rpc-websockets@^7.5.1:
version "7.11.2"
resolved "https://registry.yarnpkg.com/rpc-websockets/-/rpc-websockets-7.11.2.tgz#582910c425b9f2c860327481c1d1e0e431bf4a6d"
Expand Down

0 comments on commit cfc95f3

Please sign in to comment.