Skip to content

Commit

Permalink
fix(deps): update dependency @ckb-lumos/base to v0.23.0 (#361)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 10, 2024
1 parent 54f3f3a commit 7a92c15
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@ant-design/icons": "4.8.1",
"@ckb-lumos/base": "0.22.2",
"@ckb-lumos/base": "0.23.0",
"@ckb-lumos/codec": "0.22.2",
"@ckb-lumos/config-manager": "0.22.2",
"@ckb-lumos/helpers": "0.22.2",
Expand Down
35 changes: 35 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2689,6 +2689,20 @@
js-xxhash "^1.0.4"
lodash.isequal "^4.5.0"

"@ckb-lumos/[email protected]":
version "0.23.0"
resolved "https://registry.yarnpkg.com/@ckb-lumos/base/-/base-0.23.0.tgz#507e2860dd49547268e9088e10aa2051507d4343"
integrity sha512-8aLFsUyWIK0rT7GQlYFuXyiG5lQ2bLRK2GvUsxv5G7I3nJ1UyxjwvVOdtlsR/cwhzOam3ujwqASqBIayBL6GLA==
dependencies:
"@ckb-lumos/bi" "0.23.0"
"@ckb-lumos/codec" "0.23.0"
"@ckb-lumos/toolkit" "0.23.0"
"@types/blake2b" "^2.1.0"
"@types/lodash.isequal" "^4.5.5"
blake2b "^2.1.3"
js-xxhash "^1.0.4"
lodash.isequal "^4.5.0"

"@ckb-lumos/[email protected]":
version "0.21.1"
resolved "https://registry.yarnpkg.com/@ckb-lumos/bi/-/bi-0.21.1.tgz#dfaa0968a9ffd990c1c4fcfc0711f20f09eb0485"
Expand All @@ -2710,6 +2724,13 @@
dependencies:
jsbi "^4.1.0"

"@ckb-lumos/[email protected]":
version "0.23.0"
resolved "https://registry.yarnpkg.com/@ckb-lumos/bi/-/bi-0.23.0.tgz#8439d712b823234b858bffff2636ffc21d98199f"
integrity sha512-KAy+lyVpL+Al4XD+c9tHrA9DSpHkMusyXtTS81aNZi5MyL6F9jrVmFcqLorhfyfl8Fsv2sEjMe5Neo2Y+w/RJQ==
dependencies:
jsbi "^4.1.0"

"@ckb-lumos/[email protected]":
version "0.22.0-next.5"
resolved "https://registry.yarnpkg.com/@ckb-lumos/ckb-indexer/-/ckb-indexer-0.22.0-next.5.tgz#d7f930fbd3bfbfa7804b891788ab73c3876560ea"
Expand Down Expand Up @@ -2744,6 +2765,13 @@
dependencies:
"@ckb-lumos/bi" "0.22.2"

"@ckb-lumos/[email protected]":
version "0.23.0"
resolved "https://registry.yarnpkg.com/@ckb-lumos/codec/-/codec-0.23.0.tgz#abc8c2da95931859d3347608af4b461d27c5daff"
integrity sha512-FwYooXnsFDjlHHnlFnCTB1UbBzV72I0VjkRpeauFk5nQ4+/75xl28ywK3J14M+0aHTnYU9msXUTRDAGqC0CaNQ==
dependencies:
"@ckb-lumos/bi" "0.23.0"

"@ckb-lumos/[email protected]":
version "0.22.0-next.5"
resolved "https://registry.yarnpkg.com/@ckb-lumos/common-scripts/-/common-scripts-0.22.0-next.5.tgz#3151331b24867b198d99e236bbfc976aa8a67bd4"
Expand Down Expand Up @@ -2908,6 +2936,13 @@
dependencies:
"@ckb-lumos/bi" "0.22.2"

"@ckb-lumos/[email protected]":
version "0.23.0"
resolved "https://registry.yarnpkg.com/@ckb-lumos/toolkit/-/toolkit-0.23.0.tgz#4f5d25ea4292bd77dfc191506984ffc2c38078f7"
integrity sha512-7LTsUFfoNCBWJLgh+V/QFnemjGw+y4mmLeQvubwYuJqIPIhIpwKUuKRzkvVG8snA8xVQSfjSSQOs5m3mKp66Kg==
dependencies:
"@ckb-lumos/bi" "0.23.0"

"@ckb-lumos/[email protected]":
version "0.22.0-next.5"
resolved "https://registry.yarnpkg.com/@ckb-lumos/transaction-manager/-/transaction-manager-0.22.0-next.5.tgz#a7538aca9d173be4c3ba119c70db2e84c505a2cb"
Expand Down

0 comments on commit 7a92c15

Please sign in to comment.