diff --git a/package-lock.json b/package-lock.json index 3aaf4505..81f900fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16993,15 +16993,15 @@ "@moonbeam-network/xcm-config": "1.2.0", "@moonbeam-network/xcm-types": "1.0.1", "@moonbeam-network/xcm-utils": "1.0.2", - "big.js": "^6.2.1", - "ethers": "^5.7.2", - "viem": "^1.10.3" + "big.js": "^6.2.1" }, "peerDependencies": { "@polkadot/api": "^10.9.1", "@polkadot/api-augment": "^10.9.1", "@polkadot/types": "^10.9.1", - "@polkadot/util": "^12.3.2" + "@polkadot/util": "^12.3.2", + "ethers": "^5.7.2", + "viem": "^1.10.3" } }, "packages/types": { diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 28b89055..3b3954b8 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -51,14 +51,14 @@ "@moonbeam-network/xcm-config": "1.2.0", "@moonbeam-network/xcm-types": "1.0.1", "@moonbeam-network/xcm-utils": "1.0.2", - "big.js": "^6.2.1", - "ethers": "^5.7.2", - "viem": "^1.10.3" + "big.js": "^6.2.1" }, "peerDependencies": { "@polkadot/api": "^10.9.1", "@polkadot/api-augment": "^10.9.1", "@polkadot/types": "^10.9.1", - "@polkadot/util": "^12.3.2" + "@polkadot/util": "^12.3.2", + "ethers": "^5.7.2", + "viem": "^1.10.3" } }