Skip to content

Commit

Permalink
upgrade utils
Browse files Browse the repository at this point in the history
  • Loading branch information
theothersideofgods committed May 8, 2024
1 parent 8a6c525 commit 4c79f8d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@chain-registry/types": "0.16.0",
"@chain-registry/utils": "^1.29.11",
"@chain-registry/utils": "^1.30.0",
"bignumber.js": "9.1.2",
"chain-registry": "^1.46.7",
"decimal.js-light": "^2.5.1",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,11 @@
resolved "https://registry.yarnpkg.com/@chain-registry/types/-/types-0.28.2.tgz#5218f2c51a80193ec233a7f66a0c7218a73848d7"
integrity sha512-JcBNM3kMgpwe/PTmDhXmSEQuGE2iKXPgiCoRUW4SH7vveF66sTRpBKYMZWa4wS7AGe49YvQUttQv/EMofbEhCw==

"@chain-registry/types@^0.29.0":
version "0.29.0"
resolved "https://registry.yarnpkg.com/@chain-registry/types/-/types-0.29.0.tgz#04751885c687df18feebfdfef446d8d45658a519"
integrity sha512-62oOUxD4tgSkv04drULpaLtCLW6IpnQ9ieNGLg5pVvbrD886yE6m3iO9ddOLqf6z6tcMFlxKxZ5c9vl6jdnIZg==

"@chain-registry/utils@^1.17.0", "@chain-registry/utils@^1.29.2":
version "1.29.2"
resolved "https://registry.yarnpkg.com/@chain-registry/utils/-/utils-1.29.2.tgz#891a7cfd424303a3e631202167a608baacd99450"
Expand All @@ -1151,12 +1156,12 @@
bignumber.js "9.1.1"
sha.js "^2.4.11"

"@chain-registry/utils@^1.29.11":
version "1.29.11"
resolved "https://registry.yarnpkg.com/@chain-registry/utils/-/utils-1.29.11.tgz#ddd1e5fea3b64a1e775f1958cc41d345f803c9d9"
integrity sha512-JzoWuU1CFG2cZpsk1WqnkHlKst94BnbcC2NPyRdgRIJEOqahhcuZd7azWdybCBcEPdWgzPTo1NqbNsywBBSp1g==
"@chain-registry/utils@^1.30.0":
version "1.30.0"
resolved "https://registry.yarnpkg.com/@chain-registry/utils/-/utils-1.30.0.tgz#4fa6493941b7c750bb357100ddbbcd60cd7d9ddc"
integrity sha512-qVXAH4X3h3/b4cr/YTr7JlEMH00Mh2g8alJV/+L5oZL/rkuZuuLbopv6m73xgcbvSMQe2JvvAhIqaYSJjv/TIw==
dependencies:
"@chain-registry/types" "^0.28.11"
"@chain-registry/types" "^0.29.0"
bignumber.js "9.1.1"
sha.js "^2.4.11"

Expand Down

0 comments on commit 4c79f8d

Please sign in to comment.