Skip to content

Commit

Permalink
chore: remove carets
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis committed Oct 18, 2023
1 parent 2978d37 commit 4665259
Show file tree
Hide file tree
Showing 25 changed files with 54 additions and 54 deletions.
30 changes: 15 additions & 15 deletions examples/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"clean": "rm -rf dist node_modules public .parcel-cache"
},
"dependencies": {
"@shapeshiftoss/hdwallet-core": "^1.52.3",
"@shapeshiftoss/hdwallet-keepkey-tcp": "^1.52.3",
"@shapeshiftoss/hdwallet-keepkey-webusb": "^1.52.3",
"@shapeshiftoss/hdwallet-keplr": "^1.52.3",
"@shapeshiftoss/hdwallet-ledger": "^1.52.3",
"@shapeshiftoss/hdwallet-ledger-webhid": "^1.52.3",
"@shapeshiftoss/hdwallet-ledger-webusb": "^1.52.3",
"@shapeshiftoss/hdwallet-metamask": "^1.52.3",
"@shapeshiftoss/hdwallet-native": "^1.52.3",
"@shapeshiftoss/hdwallet-portis": "^1.52.3",
"@shapeshiftoss/hdwallet-tallyho": "^1.52.3",
"@shapeshiftoss/hdwallet-trezor": "^1.52.3",
"@shapeshiftoss/hdwallet-trezor-connect": "^1.52.3",
"@shapeshiftoss/hdwallet-walletconnect": "^1.52.3",
"@shapeshiftoss/hdwallet-xdefi": "^1.52.3",
"@shapeshiftoss/hdwallet-core": "1.52.3",
"@shapeshiftoss/hdwallet-keepkey-tcp": "1.52.3",
"@shapeshiftoss/hdwallet-keepkey-webusb": "1.52.3",
"@shapeshiftoss/hdwallet-keplr": "1.52.3",
"@shapeshiftoss/hdwallet-ledger": "1.52.3",
"@shapeshiftoss/hdwallet-ledger-webhid": "1.52.3",
"@shapeshiftoss/hdwallet-ledger-webusb": "1.52.3",
"@shapeshiftoss/hdwallet-metamask": "1.52.3",
"@shapeshiftoss/hdwallet-native": "1.52.3",
"@shapeshiftoss/hdwallet-portis": "1.52.3",
"@shapeshiftoss/hdwallet-tallyho": "1.52.3",
"@shapeshiftoss/hdwallet-trezor": "1.52.3",
"@shapeshiftoss/hdwallet-trezor-connect": "1.52.3",
"@shapeshiftoss/hdwallet-walletconnect": "1.52.3",
"@shapeshiftoss/hdwallet-xdefi": "1.52.3",
"bip32": "^2.0.4",
"jquery": "^3.4.1",
"json": "^9.0.6",
Expand Down
18 changes: 9 additions & 9 deletions integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"dev": "lerna run test --scope integration --parallel --include-filtered-dependencies"
},
"dependencies": {
"@shapeshiftoss/hdwallet-core": "^1.52.3",
"@shapeshiftoss/hdwallet-keepkey": "^1.52.3",
"@shapeshiftoss/hdwallet-keepkey-nodewebusb": "^1.52.3",
"@shapeshiftoss/hdwallet-keepkey-tcp": "^1.52.3",
"@shapeshiftoss/hdwallet-ledger": "^1.52.3",
"@shapeshiftoss/hdwallet-native": "^1.52.3",
"@shapeshiftoss/hdwallet-portis": "^1.52.3",
"@shapeshiftoss/hdwallet-trezor": "^1.52.3",
"@shapeshiftoss/hdwallet-xdefi": "^1.52.3",
"@shapeshiftoss/hdwallet-core": "1.52.3",
"@shapeshiftoss/hdwallet-keepkey": "1.52.3",
"@shapeshiftoss/hdwallet-keepkey-nodewebusb": "1.52.3",
"@shapeshiftoss/hdwallet-keepkey-tcp": "1.52.3",
"@shapeshiftoss/hdwallet-ledger": "1.52.3",
"@shapeshiftoss/hdwallet-native": "1.52.3",
"@shapeshiftoss/hdwallet-portis": "1.52.3",
"@shapeshiftoss/hdwallet-trezor": "1.52.3",
"@shapeshiftoss/hdwallet-xdefi": "1.52.3",
"fast-json-stable-stringify": "^2.1.0",
"msw": "^0.27.1",
"whatwg-fetch": "^3.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet-coinbase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.6.6",
"@shapeshiftoss/hdwallet-core": "^1.52.3",
"@shapeshiftoss/hdwallet-core": "1.52.3",
"eth-rpc-errors": "^4.0.3",
"lodash": "^4.17.21"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/hdwallet-keepkey-chromeusb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prepublishOnly": "yarn clean && yarn build"
},
"dependencies": {
"@shapeshiftoss/hdwallet-core": "^1.52.3",
"@shapeshiftoss/hdwallet-keepkey": "^1.52.3"
"@shapeshiftoss/hdwallet-core": "1.52.3",
"@shapeshiftoss/hdwallet-keepkey": "1.52.3"
}
}
2 changes: 1 addition & 1 deletion packages/hdwallet-keepkey-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prepublishOnly": "yarn clean && yarn build"
},
"dependencies": {
"@shapeshiftoss/hdwallet-keepkey": "^1.52.3",
"@shapeshiftoss/hdwallet-keepkey": "1.52.3",
"uuid": "^8.3.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet-keepkey-nodehid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prepublishOnly": "yarn clean && yarn build"
},
"dependencies": {
"@shapeshiftoss/hdwallet-keepkey": "^1.52.3"
"@shapeshiftoss/hdwallet-keepkey": "1.52.3"
},
"peerDependencies": {
"node-hid": "^2.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/hdwallet-keepkey-nodewebusb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"prepublishOnly": "yarn clean && yarn build"
},
"dependencies": {
"@shapeshiftoss/hdwallet-core": "^1.52.3",
"@shapeshiftoss/hdwallet-keepkey": "^1.52.3"
"@shapeshiftoss/hdwallet-core": "1.52.3",
"@shapeshiftoss/hdwallet-keepkey": "1.52.3"
},
"peerDependencies": {
"usb": "^2.3.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/hdwallet-keepkey-tcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"prepublishOnly": "yarn clean && yarn build"
},
"dependencies": {
"@shapeshiftoss/hdwallet-core": "^1.52.3",
"@shapeshiftoss/hdwallet-keepkey": "^1.52.3",
"@shapeshiftoss/hdwallet-core": "1.52.3",
"@shapeshiftoss/hdwallet-keepkey": "1.52.3",
"axios": "^0.21.1"
}
}
4 changes: 2 additions & 2 deletions packages/hdwallet-keepkey-webusb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"prepublishOnly": "yarn clean && yarn build"
},
"dependencies": {
"@shapeshiftoss/hdwallet-core": "^1.52.3",
"@shapeshiftoss/hdwallet-keepkey": "^1.52.3"
"@shapeshiftoss/hdwallet-core": "1.52.3",
"@shapeshiftoss/hdwallet-keepkey": "1.52.3"
},
"devDependencies": {
"@types/w3c-web-usb": "^1.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet-keepkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@ethereumjs/tx": "^3.3.0",
"@keepkey/device-protocol": "^7.12.2",
"@shapeshiftoss/bitcoinjs-lib": "5.2.0-shapeshift.2",
"@shapeshiftoss/hdwallet-core": "^1.52.3",
"@shapeshiftoss/hdwallet-core": "1.52.3",
"@shapeshiftoss/proto-tx-builder": "^0.8.0",
"bignumber.js": "^9.0.1",
"bnb-javascript-sdk-nobroadcast": "^2.16.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet-keplr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@shapeshiftoss/caip": "8.15.0",
"@shapeshiftoss/hdwallet-core": "^1.52.3",
"@shapeshiftoss/hdwallet-core": "1.52.3",
"@shapeshiftoss/proto-tx-builder": "^0.8.0",
"@shapeshiftoss/types": "3.1.3",
"base64-js": "^1.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/hdwallet-ledger-webhid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@ledgerhq/hw-transport": "^6.7.0",
"@ledgerhq/hw-transport-webhid": "^6.7.0",
"@ledgerhq/live-common": "^21.8.2",
"@shapeshiftoss/hdwallet-core": "^1.52.3",
"@shapeshiftoss/hdwallet-ledger": "^1.52.3",
"@shapeshiftoss/hdwallet-core": "1.52.3",
"@shapeshiftoss/hdwallet-ledger": "1.52.3",
"@types/w3c-web-hid": "^1.0.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hdwallet-ledger-webusb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@ledgerhq/hw-transport-webusb": "^6.7.0",
"@ledgerhq/live-common": "^21.8.2",
"@ledgerhq/logs": "^6.10.1",
"@shapeshiftoss/hdwallet-core": "^1.52.3",
"@shapeshiftoss/hdwallet-ledger": "^1.52.3",
"@shapeshiftoss/hdwallet-core": "1.52.3",
"@shapeshiftoss/hdwallet-ledger": "1.52.3",
"@types/w3c-web-usb": "^1.0.4",
"p-queue": "^7.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet-ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@ethereumjs/common": "^2.4.0",
"@ethereumjs/tx": "^3.3.0",
"@shapeshiftoss/bitcoinjs-lib": "5.2.0-shapeshift.2",
"@shapeshiftoss/hdwallet-core": "^1.52.3",
"@shapeshiftoss/hdwallet-core": "1.52.3",
"base64-js": "^1.5.1",
"bchaddrjs": "^0.4.4",
"bitcoinjs-message": "^2.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@metamask/detect-provider": "^1.2.0",
"@metamask/onboarding": "^1.0.1",
"@shapeshiftoss/common-api": "^9.3.0",
"@shapeshiftoss/hdwallet-core": "^1.52.3",
"@shapeshiftoss/hdwallet-core": "1.52.3",
"@shapeshiftoss/metamask-snaps-adapter": "^1.0.8",
"@shapeshiftoss/metamask-snaps-types": "^1.0.8",
"eth-rpc-errors": "^4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet-metamask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@metamask/detect-provider": "^1.2.0",
"@metamask/onboarding": "^1.0.1",
"@shapeshiftoss/hdwallet-core": "^1.52.3",
"@shapeshiftoss/hdwallet-core": "1.52.3",
"eth-rpc-errors": "^4.0.3",
"lodash": "^4.17.21"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet-native-vault/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prepublishOnly": "yarn clean && yarn build"
},
"dependencies": {
"@shapeshiftoss/hdwallet-native": "^1.52.3",
"@shapeshiftoss/hdwallet-native": "1.52.3",
"bip39": "^3.0.4",
"hash-wasm": "^4.9.0",
"idb-keyval": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@shapeshiftoss/bitcoinjs-lib": "5.2.0-shapeshift.2",
"@shapeshiftoss/fiosdk": "1.2.1-shapeshift.6",
"@shapeshiftoss/hdwallet-core": "^1.52.3",
"@shapeshiftoss/hdwallet-core": "1.52.3",
"@shapeshiftoss/proto-tx-builder": "^0.8.0",
"@zxing/text-encoding": "^0.9.0",
"bchaddrjs": "^0.4.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet-portis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@portis/web3": "3.0.10",
"@shapeshiftoss/hdwallet-core": "^1.52.3",
"@shapeshiftoss/hdwallet-core": "1.52.3",
"base64-js": "^1.5.1",
"bip32": "^2.0.4",
"bitcoinjs-lib": "^5.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet-tallyho/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prepublishOnly": "yarn clean && yarn build"
},
"dependencies": {
"@shapeshiftoss/hdwallet-core": "^1.52.3",
"@shapeshiftoss/hdwallet-core": "1.52.3",
"lodash": "^4.17.21",
"tallyho-onboarding": "^1.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/hdwallet-trezor-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"prepublishOnly": "yarn clean && yarn build"
},
"dependencies": {
"@shapeshiftoss/hdwallet-core": "^1.52.3",
"@shapeshiftoss/hdwallet-trezor": "^1.52.3",
"@shapeshiftoss/hdwallet-core": "1.52.3",
"@shapeshiftoss/hdwallet-trezor": "1.52.3",
"@trezor/rollout": "^1.2.0",
"trezor-connect": "^8.2.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet-trezor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@ethereumjs/common": "^2.4.0",
"@ethereumjs/tx": "^3.3.0",
"@shapeshiftoss/hdwallet-core": "^1.52.3",
"@shapeshiftoss/hdwallet-core": "1.52.3",
"base64-js": "^1.5.1",
"lodash": "^4.17.21"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet-walletconnect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prepublishOnly": "yarn clean && yarn build"
},
"dependencies": {
"@shapeshiftoss/hdwallet-core": "^1.52.3",
"@shapeshiftoss/hdwallet-core": "1.52.3",
"@walletconnect/qrcode-modal": "^1.7.8",
"@walletconnect/web3-provider": "^1.7.8",
"ethers": "^5.6.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet-walletconnectV2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prepublishOnly": "yarn clean && yarn build"
},
"dependencies": {
"@shapeshiftoss/hdwallet-core": "^1.52.3",
"@shapeshiftoss/hdwallet-core": "1.52.3",
"@walletconnect/ethereum-provider": "^2.10.1",
"@walletconnect/modal": "^2.6.2",
"ethers": "^5.6.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet-xdefi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prepublishOnly": "yarn clean && yarn build"
},
"dependencies": {
"@shapeshiftoss/hdwallet-core": "^1.52.3",
"@shapeshiftoss/hdwallet-core": "1.52.3",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down

0 comments on commit 4665259

Please sign in to comment.