diff --git a/packages/neuron-ui/package.json b/packages/neuron-ui/package.json index f2e4dad3ca..43df7dabc7 100644 --- a/packages/neuron-ui/package.json +++ b/packages/neuron-ui/package.json @@ -51,7 +51,7 @@ ], "dependencies": { "@ckb-lumos/base": "0.21.0-next.2", - "@ckb-lumos/codec": "0.21.0-next.2", + "@ckb-lumos/codec": "0.21.0-next.3", "@nervosnetwork/ckb-sdk-core": "0.109.0", "@nervosnetwork/ckb-sdk-utils": "0.109.0", "canvg": "2.0.0", diff --git a/packages/neuron-wallet/package.json b/packages/neuron-wallet/package.json index 1fc9dbfece..188eed4b6f 100644 --- a/packages/neuron-wallet/package.json +++ b/packages/neuron-wallet/package.json @@ -45,7 +45,7 @@ "@ckb-lumos/base": "0.21.0-next.2", "@ckb-lumos/bi": "0.21.0-next.2", "@ckb-lumos/ckb-indexer": "0.21.0-next.2", - "@ckb-lumos/codec": "0.21.0-next.2", + "@ckb-lumos/codec": "0.21.0-next.3", "@ckb-lumos/common-scripts": "0.21.0-next.2", "@ckb-lumos/config-manager": "0.21.0-next.2", "@ckb-lumos/hd": "0.21.0-next.2", diff --git a/yarn.lock b/yarn.lock index e25f46faad..584b1bddf8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1785,6 +1785,13 @@ dependencies: jsbi "^4.1.0" +"@ckb-lumos/bi@0.21.0-next.3": + version "0.21.0-next.3" + resolved "https://registry.yarnpkg.com/@ckb-lumos/bi/-/bi-0.21.0-next.3.tgz#73c7a8b4e1b02735e31564ea62ef0e2d24f743a1" + integrity sha512-cAlro0Avxfi88XxQUJ02oz2LtuNjjx7Te+1XupF2LggDhwRAOdQmNd58vsQ9G55WXKYtpHHNlV1OWthMP/tfpA== + dependencies: + jsbi "^4.1.0" + "@ckb-lumos/ckb-indexer@0.20.0": version "0.20.0" resolved "https://registry.yarnpkg.com/@ckb-lumos/ckb-indexer/-/ckb-indexer-0.20.0.tgz#c6792821e3b903f998a891b14892ff67229d3957" @@ -1824,6 +1831,13 @@ dependencies: "@ckb-lumos/bi" "0.21.0-next.2" +"@ckb-lumos/codec@0.21.0-next.3": + version "0.21.0-next.3" + resolved "https://registry.yarnpkg.com/@ckb-lumos/codec/-/codec-0.21.0-next.3.tgz#b7dddbe85ccca565029fdb154c57e66921803539" + integrity sha512-Y8iZBi01sXcJ+rWb8DEgX0P0IVwtElqkXmiIRsi0bs2kbF38CZ8i+5ZLKjEy/b/D0bu+rtWiBPvVf4HkHoRkHw== + dependencies: + "@ckb-lumos/bi" "0.21.0-next.3" + "@ckb-lumos/common-scripts@0.20.0": version "0.20.0" resolved "https://registry.yarnpkg.com/@ckb-lumos/common-scripts/-/common-scripts-0.20.0.tgz#7f95fb91d3c275ff557197269225a15a634811b6"