diff --git a/package-lock.json b/package-lock.json index 141a938a..8554eece 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,11 @@ "dependencies": { "@certusone/wormhole-sdk": "^0.10.15", "@wormhole-foundation/sdk-base": "^0.6.7", - "@wormhole-foundation/sdk-solana": "^0.6.7" + "@wormhole-foundation/sdk-definitions": "^0.6.7", + "@wormhole-foundation/sdk-evm": "^0.6.7", + "@wormhole-foundation/sdk-evm-core": "^0.6.7", + "@wormhole-foundation/sdk-solana": "^0.6.7", + "@wormhole-foundation/sdk-solana-core": "^0.6.7" }, "devDependencies": { "prettier": "^2.8.1", @@ -26305,11 +26309,6 @@ "@mysten/sui.js": "^0.33.0", "@solana/web3.js": "^1.73.0", "@types/bn.js": "^5.1.5", - "@wormhole-foundation/sdk-definitions": "^0.6.3", - "@wormhole-foundation/sdk-evm": "^0.6.3", - "@wormhole-foundation/sdk-evm-core": "^0.6.3", - "@wormhole-foundation/sdk-solana": "^0.6.3", - "@wormhole-foundation/sdk-solana-core": "^0.6.3", "@wormhole-foundation/wormhole-monitor-common": "^0.0.1", "algosdk": "^2.4.0", "aptos": "^1.4.0", @@ -33643,11 +33642,6 @@ "@mysten/sui.js": "^0.33.0", "@solana/web3.js": "^1.73.0", "@types/bn.js": "^5.1.5", - "@wormhole-foundation/sdk-definitions": "^0.6.3", - "@wormhole-foundation/sdk-evm": "^0.6.3", - "@wormhole-foundation/sdk-evm-core": "^0.6.3", - "@wormhole-foundation/sdk-solana": "^0.6.3", - "@wormhole-foundation/sdk-solana-core": "^0.6.3", "@wormhole-foundation/wormhole-monitor-common": "^0.0.1", "algosdk": "^2.4.0", "aptos": "^1.4.0", diff --git a/package.json b/package.json index ca48a124..37e3fb6e 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,10 @@ "dependencies": { "@certusone/wormhole-sdk": "^0.10.15", "@wormhole-foundation/sdk-base": "^0.6.7", - "@wormhole-foundation/sdk-solana": "^0.6.7" + "@wormhole-foundation/sdk-definitions": "^0.6.7", + "@wormhole-foundation/sdk-evm": "^0.6.7", + "@wormhole-foundation/sdk-evm-core": "^0.6.7", + "@wormhole-foundation/sdk-solana": "^0.6.7", + "@wormhole-foundation/sdk-solana-core": "^0.6.7" } } diff --git a/watcher/package.json b/watcher/package.json index 59c23a48..c685ebbc 100644 --- a/watcher/package.json +++ b/watcher/package.json @@ -34,11 +34,6 @@ "@mysten/sui.js": "^0.33.0", "@solana/web3.js": "^1.73.0", "@types/bn.js": "^5.1.5", - "@wormhole-foundation/sdk-definitions": "^0.6.3", - "@wormhole-foundation/sdk-evm": "^0.6.3", - "@wormhole-foundation/sdk-evm-core": "^0.6.3", - "@wormhole-foundation/sdk-solana": "^0.6.3", - "@wormhole-foundation/sdk-solana-core": "^0.6.3", "@wormhole-foundation/wormhole-monitor-common": "^0.0.1", "algosdk": "^2.4.0", "aptos": "^1.4.0",