Skip to content

Commit

Permalink
Upgrade packages to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Oct 3, 2023
1 parent 4795ca5 commit 384652b
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 37 deletions.
4 changes: 2 additions & 2 deletions solidity/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@hyperlane-xyz/core",
"description": "Core solidity contracts for Hyperlane",
"version": "1.5.2-beta0",
"version": "1.5.3",
"dependencies": {
"@eth-optimism/contracts": "^0.6.0",
"@hyperlane-xyz/utils": "1.5.2-beta0",
"@hyperlane-xyz/utils": "1.5.3",
"@openzeppelin/contracts": "^4.8.0",
"@openzeppelin/contracts-upgradeable": "^4.8.0"
},
Expand Down
6 changes: 3 additions & 3 deletions typescript/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@hyperlane-xyz/cli",
"version": "1.5.2-beta0",
"version": "1.5.3",
"description": "A command-line utility for common Hyperlane operations",
"dependencies": {
"@hyperlane-xyz/hyperlane-token": "1.5.2-beta0",
"@hyperlane-xyz/sdk": "1.5.2-beta0",
"@hyperlane-xyz/hyperlane-token": "1.5.3",
"@hyperlane-xyz/sdk": "1.5.3",
"@inquirer/prompts": "^3.0.0",
"chalk": "^5.3.0",
"ethers": "^5.7.2",
Expand Down
4 changes: 2 additions & 2 deletions typescript/helloworld/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@hyperlane-xyz/helloworld",
"description": "A basic skeleton of an Hyperlane app",
"version": "1.5.2-beta0",
"version": "1.5.3",
"dependencies": {
"@hyperlane-xyz/sdk": "1.5.2-beta0",
"@hyperlane-xyz/sdk": "1.5.3",
"@openzeppelin/contracts-upgradeable": "^4.8.0",
"ethers": "^5.7.2"
},
Expand Down
8 changes: 4 additions & 4 deletions typescript/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"@ethersproject/experimental": "^5.7.0",
"@ethersproject/hardware-wallets": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@hyperlane-xyz/helloworld": "1.5.2-beta0",
"@hyperlane-xyz/hyperlane-token": "1.5.2-beta0",
"@hyperlane-xyz/sdk": "1.5.2-beta0",
"@hyperlane-xyz/utils": "1.5.2-beta0",
"@hyperlane-xyz/helloworld": "1.5.3",
"@hyperlane-xyz/hyperlane-token": "1.5.3",
"@hyperlane-xyz/sdk": "1.5.3",
"@hyperlane-xyz/utils": "1.5.3",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@safe-global/api-kit": "^1.3.0",
"@safe-global/protocol-kit": "^1.2.0",
Expand Down
6 changes: 3 additions & 3 deletions typescript/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@hyperlane-xyz/sdk",
"description": "The official SDK for the Hyperlane Network",
"version": "1.5.2-beta0",
"version": "1.5.3",
"dependencies": {
"@hyperlane-xyz/core": "1.5.2-beta0",
"@hyperlane-xyz/utils": "1.5.2-beta0",
"@hyperlane-xyz/core": "1.5.3",
"@hyperlane-xyz/utils": "1.5.3",
"@solana/web3.js": "^1.78.0",
"@types/coingecko-api": "^1.0.10",
"@types/debug": "^4.1.7",
Expand Down
8 changes: 4 additions & 4 deletions typescript/token/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@hyperlane-xyz/hyperlane-token",
"description": "A template for interchain ERC20 and ERC721 tokens using Hyperlane",
"version": "1.5.2-beta0",
"version": "1.5.3",
"dependencies": {
"@hyperlane-xyz/core": "1.5.2-beta0",
"@hyperlane-xyz/sdk": "1.5.2-beta0",
"@hyperlane-xyz/utils": "1.5.2-beta0",
"@hyperlane-xyz/core": "1.5.3",
"@hyperlane-xyz/sdk": "1.5.3",
"@hyperlane-xyz/utils": "1.5.3",
"@openzeppelin/contracts-upgradeable": "^4.8.0",
"@solana/spl-token": "^0.3.8",
"ethers": "^5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion typescript/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperlane-xyz/utils",
"description": "General utilities and types for the Hyperlane network",
"version": "1.5.2-beta0",
"version": "1.5.3",
"dependencies": {
"@solana/web3.js": "^1.78.0",
"bignumber.js": "^9.1.1",
Expand Down
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3856,8 +3856,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/cli@workspace:typescript/cli"
dependencies:
"@hyperlane-xyz/hyperlane-token": 1.5.2-beta0
"@hyperlane-xyz/sdk": 1.5.2-beta0
"@hyperlane-xyz/hyperlane-token": 1.5.3
"@hyperlane-xyz/sdk": 1.5.3
"@inquirer/prompts": ^3.0.0
"@types/node": ^18.14.5
"@types/yargs": ^17.0.24
Expand All @@ -3877,12 +3877,12 @@ __metadata:
languageName: unknown
linkType: soft

"@hyperlane-xyz/[email protected].2-beta0, @hyperlane-xyz/core@workspace:solidity":
"@hyperlane-xyz/[email protected].3, @hyperlane-xyz/core@workspace:solidity":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/core@workspace:solidity"
dependencies:
"@eth-optimism/contracts": ^0.6.0
"@hyperlane-xyz/utils": 1.5.2-beta0
"@hyperlane-xyz/utils": 1.5.3
"@nomiclabs/hardhat-ethers": ^2.2.1
"@nomiclabs/hardhat-waffle": ^2.0.3
"@openzeppelin/contracts": ^4.8.0
Expand All @@ -3905,11 +3905,11 @@ __metadata:
languageName: unknown
linkType: soft

"@hyperlane-xyz/[email protected].2-beta0, @hyperlane-xyz/helloworld@workspace:typescript/helloworld":
"@hyperlane-xyz/[email protected].3, @hyperlane-xyz/helloworld@workspace:typescript/helloworld":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/helloworld@workspace:typescript/helloworld"
dependencies:
"@hyperlane-xyz/sdk": 1.5.2-beta0
"@hyperlane-xyz/sdk": 1.5.3
"@nomiclabs/hardhat-ethers": ^2.2.1
"@nomiclabs/hardhat-waffle": ^2.0.3
"@openzeppelin/contracts-upgradeable": ^4.8.0
Expand Down Expand Up @@ -3937,13 +3937,13 @@ __metadata:
languageName: unknown
linkType: soft

"@hyperlane-xyz/[email protected].2-beta0, @hyperlane-xyz/hyperlane-token@workspace:typescript/token":
"@hyperlane-xyz/[email protected].3, @hyperlane-xyz/hyperlane-token@workspace:typescript/token":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/hyperlane-token@workspace:typescript/token"
dependencies:
"@hyperlane-xyz/core": 1.5.2-beta0
"@hyperlane-xyz/sdk": 1.5.2-beta0
"@hyperlane-xyz/utils": 1.5.2-beta0
"@hyperlane-xyz/core": 1.5.3
"@hyperlane-xyz/sdk": 1.5.3
"@hyperlane-xyz/utils": 1.5.3
"@nomiclabs/hardhat-ethers": ^2.2.1
"@nomiclabs/hardhat-waffle": ^2.0.3
"@openzeppelin/contracts-upgradeable": ^4.8.0
Expand Down Expand Up @@ -3984,10 +3984,10 @@ __metadata:
"@ethersproject/experimental": ^5.7.0
"@ethersproject/hardware-wallets": ^5.7.0
"@ethersproject/providers": ^5.7.2
"@hyperlane-xyz/helloworld": 1.5.2-beta0
"@hyperlane-xyz/hyperlane-token": 1.5.2-beta0
"@hyperlane-xyz/sdk": 1.5.2-beta0
"@hyperlane-xyz/utils": 1.5.2-beta0
"@hyperlane-xyz/helloworld": 1.5.3
"@hyperlane-xyz/hyperlane-token": 1.5.3
"@hyperlane-xyz/sdk": 1.5.3
"@hyperlane-xyz/utils": 1.5.3
"@nomiclabs/hardhat-ethers": ^2.2.1
"@nomiclabs/hardhat-etherscan": ^3.0.3
"@nomiclabs/hardhat-waffle": ^2.0.3
Expand Down Expand Up @@ -4030,12 +4030,12 @@ __metadata:
languageName: unknown
linkType: soft

"@hyperlane-xyz/[email protected].2-beta0, @hyperlane-xyz/sdk@workspace:typescript/sdk":
"@hyperlane-xyz/[email protected].3, @hyperlane-xyz/sdk@workspace:typescript/sdk":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/sdk@workspace:typescript/sdk"
dependencies:
"@hyperlane-xyz/core": 1.5.2-beta0
"@hyperlane-xyz/utils": 1.5.2-beta0
"@hyperlane-xyz/core": 1.5.3
"@hyperlane-xyz/utils": 1.5.3
"@nomiclabs/hardhat-ethers": ^2.2.1
"@nomiclabs/hardhat-waffle": ^2.0.3
"@solana/web3.js": ^1.78.0
Expand Down Expand Up @@ -4064,7 +4064,7 @@ __metadata:
languageName: unknown
linkType: soft

"@hyperlane-xyz/[email protected].2-beta0, @hyperlane-xyz/utils@workspace:typescript/utils":
"@hyperlane-xyz/[email protected].3, @hyperlane-xyz/utils@workspace:typescript/utils":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/utils@workspace:typescript/utils"
dependencies:
Expand Down

0 comments on commit 384652b

Please sign in to comment.