chore: Upgrade registry to 2.1.1 (#4033)

### Description

To pickup fix in
https://github.com/hyperlane-xyz/hyperlane-registry/pull/71

### Backward compatibility

Yes
pull/4037/head
J M Rossy 5 months ago committed by GitHub
parent b54c14cd31
commit 6398aab727
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      .changeset/clean-numbers-know.md
  2. 2
      typescript/cli/package.json
  3. 2
      typescript/helloworld/package.json
  4. 2
      typescript/infra/package.json
  5. 14
      yarn.lock

@ -0,0 +1,7 @@
---
'@hyperlane-xyz/helloworld': minor
'@hyperlane-xyz/infra': minor
'@hyperlane-xyz/cli': minor
---
Upgrade registry to 2.1.1

@ -5,7 +5,7 @@
"dependencies": {
"@aws-sdk/client-kms": "^3.577.0",
"@aws-sdk/client-s3": "^3.577.0",
"@hyperlane-xyz/registry": "1.3.0",
"@hyperlane-xyz/registry": "2.1.1",
"@hyperlane-xyz/sdk": "3.16.0",
"@hyperlane-xyz/utils": "3.16.0",
"@inquirer/prompts": "^3.0.0",

@ -4,7 +4,7 @@
"version": "3.16.0",
"dependencies": {
"@hyperlane-xyz/core": "3.16.0",
"@hyperlane-xyz/registry": "1.3.0",
"@hyperlane-xyz/registry": "2.1.1",
"@hyperlane-xyz/sdk": "3.16.0",
"@openzeppelin/contracts-upgradeable": "^4.9.3",
"ethers": "^5.7.2"

@ -14,7 +14,7 @@
"@ethersproject/providers": "^5.7.2",
"@google-cloud/secret-manager": "^5.5.0",
"@hyperlane-xyz/helloworld": "3.16.0",
"@hyperlane-xyz/registry": "1.3.0",
"@hyperlane-xyz/registry": "2.1.1",
"@hyperlane-xyz/sdk": "3.16.0",
"@hyperlane-xyz/utils": "3.16.0",
"@nomiclabs/hardhat-etherscan": "^3.0.3",

@ -5683,7 +5683,7 @@ __metadata:
"@aws-sdk/client-s3": "npm:^3.577.0"
"@ethersproject/abi": "npm:*"
"@ethersproject/providers": "npm:*"
"@hyperlane-xyz/registry": "npm:1.3.0"
"@hyperlane-xyz/registry": "npm:2.1.1"
"@hyperlane-xyz/sdk": "npm:3.16.0"
"@hyperlane-xyz/utils": "npm:3.16.0"
"@inquirer/prompts": "npm:^3.0.0"
@ -5774,7 +5774,7 @@ __metadata:
resolution: "@hyperlane-xyz/helloworld@workspace:typescript/helloworld"
dependencies:
"@hyperlane-xyz/core": "npm:3.16.0"
"@hyperlane-xyz/registry": "npm:1.3.0"
"@hyperlane-xyz/registry": "npm:2.1.1"
"@hyperlane-xyz/sdk": "npm:3.16.0"
"@nomiclabs/hardhat-ethers": "npm:^2.2.3"
"@nomiclabs/hardhat-waffle": "npm:^2.0.6"
@ -5823,7 +5823,7 @@ __metadata:
"@ethersproject/providers": "npm:^5.7.2"
"@google-cloud/secret-manager": "npm:^5.5.0"
"@hyperlane-xyz/helloworld": "npm:3.16.0"
"@hyperlane-xyz/registry": "npm:1.3.0"
"@hyperlane-xyz/registry": "npm:2.1.1"
"@hyperlane-xyz/sdk": "npm:3.16.0"
"@hyperlane-xyz/utils": "npm:3.16.0"
"@nomiclabs/hardhat-ethers": "npm:^2.2.3"
@ -5875,13 +5875,13 @@ __metadata:
languageName: unknown
linkType: soft
"@hyperlane-xyz/registry@npm:1.3.0":
version: 1.3.0
resolution: "@hyperlane-xyz/registry@npm:1.3.0"
"@hyperlane-xyz/registry@npm:2.1.1":
version: 2.1.1
resolution: "@hyperlane-xyz/registry@npm:2.1.1"
dependencies:
yaml: "npm:^2"
zod: "npm:^3.21.2"
checksum: 2cbdfd9e8958d0babde7104dfb0c98def7edb5f87f5f4679b09467a6a9b531884f187fcbc16fd85b00e304ef8fa3beb0a0779555b2c3edc1936541a0e878a73d
checksum: e0e1f36b9bc43dfb1e4f7c512091b31c6f1b4046687d076fc16c91fd9204af1bdbe7898c8c29ada3c6830f6961bb5aa0933357b73d500595689171f99b992922
languageName: node
linkType: hard

Loading…
Cancel
Save