Skip to content

Commit

Permalink
Fixed versions of dependencies after merge from main
Browse files Browse the repository at this point in the history
  • Loading branch information
ekenigs committed Sep 10, 2024
1 parent 79c9ac0 commit 74a7ddd
Show file tree
Hide file tree
Showing 5 changed files with 442 additions and 43 deletions.
2 changes: 1 addition & 1 deletion examples/mrl-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@moonbeam-network/xcm-utils": "workspace:*"
},
"devDependencies": {
"bun": "^1.1.21"
"bun": "^1.1.25"
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"glob": "^11.0.0",
"lefthook": "^1.7.11",
"prettier": "^3.3.3",
"syncpack": "^13.0.0",
"tsup": "^8.2.4",
"turbo": "^2.0.14",
"typescript": "^5.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"@polkadot/util-crypto": "^13.0.2",
"@wormhole-foundation/sdk-connect": "^0.8.2",
"@wormhole-foundation/sdk-evm": "^0.8.2",
"viem": "^2.18.5"
"viem": "^2.20.0"
}
}
8 changes: 4 additions & 4 deletions packages/mrl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"big.js": "^6.2.1"
},
"peerDependencies": {
"@polkadot/api": "^12.2.3",
"@polkadot/api-augment": "^12.2.3",
"@polkadot/types": "^12.2.3",
"@polkadot/api": "^12.4.2",
"@polkadot/api-augment": "^12.4.2",
"@polkadot/types": "^12.4.2",
"@polkadot/util": "^13.0.2",
"@wormhole-foundation/sdk-connect": "^0.8.2",
"@wormhole-foundation/sdk-evm": "^0.8.2",
"viem": "^2.18.5"
"viem": "^2.20.0"
}
}
Loading

0 comments on commit 74a7ddd

Please sign in to comment.