Update SDK, registry, and widget libs to latest (#90)

pull/92/head
J M Rossy 5 months ago committed by GitHub
commit ad05a0b8f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      package.json
  2. 1378
      yarn.lock

@ -1,14 +1,14 @@
{ {
"name": "@hyperlane-xyz/explorer", "name": "@hyperlane-xyz/explorer",
"description": "An interchain explorer for the Hyperlane protocol and network.", "description": "An interchain explorer for the Hyperlane protocol and network.",
"version": "3.11.0", "version": "3.13.0",
"author": "J M Rossy", "author": "J M Rossy",
"dependencies": { "dependencies": {
"@headlessui/react": "^1.7.17", "@headlessui/react": "^1.7.17",
"@hyperlane-xyz/registry": "^1.1.2", "@hyperlane-xyz/registry": "2.1.0",
"@hyperlane-xyz/sdk": "3.11.1", "@hyperlane-xyz/sdk": "3.13.0",
"@hyperlane-xyz/utils": "3.11.1", "@hyperlane-xyz/utils": "3.13.0",
"@hyperlane-xyz/widgets": "3.11.0", "@hyperlane-xyz/widgets": "3.13.1",
"@metamask/jazzicon": "https://github.com/jmrossy/jazzicon#7a8df28974b4e81129bfbe3cab76308b889032a6", "@metamask/jazzicon": "https://github.com/jmrossy/jazzicon#7a8df28974b4e81129bfbe3cab76308b889032a6",
"@tanstack/react-query": "^5.35.5", "@tanstack/react-query": "^5.35.5",
"bignumber.js": "^9.1.2", "bignumber.js": "^9.1.2",

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save