Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
fix(common): osmosis keepkey swaps (#1221)
Browse files Browse the repository at this point in the history
chore: bump hdwallet dependencies
  • Loading branch information
pastaghost committed Mar 3, 2023
1 parent 2006b21 commit 156f2ac
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions packages/chain-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
},
"peerDependencies": {
"@shapeshiftoss/caip": "^8.0.0",
"@shapeshiftoss/hdwallet-core": "^1.43.0",
"@shapeshiftoss/hdwallet-native": "^1.43.0",
"@shapeshiftoss/hdwallet-core": "^1.46.0",
"@shapeshiftoss/hdwallet-native": "^1.46.0",
"@shapeshiftoss/types": "^8.1.0",
"@shapeshiftoss/unchained-client": "^10.11.0",
"bs58check": "^2.0.2"
},
"devDependencies": {
"@shapeshiftoss/caip": "^8.0.0",
"@shapeshiftoss/hdwallet-core": "^1.43.0",
"@shapeshiftoss/hdwallet-native": "^1.43.0",
"@shapeshiftoss/hdwallet-core": "^1.46.0",
"@shapeshiftoss/hdwallet-native": "^1.46.0",
"@shapeshiftoss/types": "^8.1.0",
"@shapeshiftoss/unchained-client": "^10.0.1",
"@types/bs58check": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/investor-foxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"peerDependencies": {
"@shapeshiftoss/caip": "^8.0.0",
"@shapeshiftoss/chain-adapters": "^11.0.0",
"@shapeshiftoss/hdwallet-core": "^1.43.0",
"@shapeshiftoss/hdwallet-core": "^1.46.0",
"@shapeshiftoss/types": "^8.1.0"
},
"devDependencies": {
"@shapeshiftoss/caip": "^8.0.0",
"@shapeshiftoss/chain-adapters": "^11.0.0",
"@shapeshiftoss/hdwallet-core": "^1.43.0",
"@shapeshiftoss/hdwallet-core": "^1.46.0",
"@shapeshiftoss/types": "^8.1.0",
"@shapeshiftoss/unchained-client": "^10.0.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/investor-idle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"peerDependencies": {
"@shapeshiftoss/caip": "^8.4.2",
"@shapeshiftoss/chain-adapters": "^11.0.0",
"@shapeshiftoss/hdwallet-core": "^1.43.0",
"@shapeshiftoss/hdwallet-core": "^1.46.0",
"@shapeshiftoss/investor": "^3.0.0",
"@shapeshiftoss/types": "^8.3.1"
},
"devDependencies": {
"@shapeshiftoss/caip": "^8.4.2",
"@shapeshiftoss/chain-adapters": "^11.0.0",
"@shapeshiftoss/hdwallet-core": "^1.43.0",
"@shapeshiftoss/hdwallet-core": "^1.46.0",
"@shapeshiftoss/investor": "^3.0.0",
"@shapeshiftoss/types": "^8.3.1",
"@shapeshiftoss/unchained-client": "^10.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/investor-yearn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"peerDependencies": {
"@shapeshiftoss/caip": "^8.4.2",
"@shapeshiftoss/chain-adapters": "^11.0.0",
"@shapeshiftoss/hdwallet-core": "^1.43.0",
"@shapeshiftoss/hdwallet-core": "^1.46.0",
"@shapeshiftoss/investor": "^3.0.0",
"@shapeshiftoss/types": "^8.3.1"
},
"devDependencies": {
"@shapeshiftoss/caip": "^8.4.2",
"@shapeshiftoss/chain-adapters": "^11.0.0",
"@shapeshiftoss/hdwallet-core": "^1.43.0",
"@shapeshiftoss/hdwallet-core": "^1.46.0",
"@shapeshiftoss/investor": "^3.0.0",
"@shapeshiftoss/types": "^8.3.1",
"@shapeshiftoss/unchained-client": "^10.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/investor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test": "jest --coverage"
},
"devDependencies": {
"@shapeshiftoss/hdwallet-core": "^1.43.0",
"@shapeshiftoss/hdwallet-core": "^1.46.0",
"@shapeshiftoss/types": "8.1.0",
"bignumber.js": "^9.1.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/swapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"@shapeshiftoss/caip": "^8.0.0",
"@shapeshiftoss/chain-adapters": "^11.0.0",
"@shapeshiftoss/errors": "^1.1.2",
"@shapeshiftoss/hdwallet-core": "^1.43.0",
"@shapeshiftoss/hdwallet-core": "^1.46.0",
"@shapeshiftoss/types": "^8.1.0"
},
"devDependencies": {
"@shapeshiftoss/asset-service": "^8.0.1",
"@shapeshiftoss/caip": "^8.0.0",
"@shapeshiftoss/chain-adapters": "^11.0.0",
"@shapeshiftoss/errors": "^1.1.2",
"@shapeshiftoss/hdwallet-core": "^1.43.0",
"@shapeshiftoss/hdwallet-core": "^1.46.0",
"@shapeshiftoss/types": "^8.1.0",
"@shapeshiftoss/unchained-client": "^10.0.1",
"@types/readline-sync": "^1.4.4",
Expand Down

0 comments on commit 156f2ac

Please sign in to comment.