Skip to content

Commit

Permalink
downgrade viem to 2.21.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Rihyx committed Nov 19, 2024
1 parent 86008f4 commit 2efa028
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"tsup": "^8.3.5",
"turbo": "^2.3.0",
"typescript": "^5.6.3",
"viem": "^2.21.48",
"viem": "^2.21.7",
"vitest": "^2.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"@polkadot/util-crypto": "^13.2.3",
"@wormhole-foundation/sdk-connect": "^0.10.7",
"@wormhole-foundation/sdk-evm": "^0.10.7",
"viem": "^2.21.48"
"viem": "^2.21.7"
}
}
2 changes: 1 addition & 1 deletion packages/mrl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"@polkadot/util": "^13.2.3",
"@wormhole-foundation/sdk-connect": "^0.10.7",
"@wormhole-foundation/sdk-evm": "^0.10.7",
"viem": "^2.21.48"
"viem": "^2.21.7"
}
}
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@polkadot/api-augment": "^14.3.1",
"@polkadot/types": "^14.3.1",
"@polkadot/util": "^13.2.3",
"viem": "^2.21.48"
"viem": "^2.21.7"
},
"devDependencies": {
"@types/big.js": "^6.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"@wormhole-foundation/sdk-connect": "^0.10.7"
},
"peerDependencies": {
"viem": "^2.21.48"
"viem": "^2.21.7"
}
}
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2efa028

Please sign in to comment.