Skip to content

Commit

Permalink
Merge pull request #206 from pollum-io/chore/update-sysweb3-pkgs
Browse files Browse the repository at this point in the history
chore: update sysweb3 packages
  • Loading branch information
lucasgabrielgsp authored Nov 10, 2023
2 parents f46ccb4 + 2fef58e commit 1f7e3aa
Show file tree
Hide file tree
Showing 2 changed files with 642 additions and 649 deletions.
31 changes: 13 additions & 18 deletions packages/sysweb3-keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,45 +26,40 @@
"localTest": "yarn prebuild && yarn build && yarn copy"
},
"dependencies": {
"@bitcoinerlab/descriptors": "^1.1.1",
"@bitcoinerlab/descriptors": "^2.0.1",
"@bitcoinerlab/secp256k1": "^1.0.5",
"@ledgerhq/hw-app-eth": "^6.34.7",
"@ledgerhq/hw-app-eth": "^6.34.8",
"@ledgerhq/hw-transport-webhid": "^6.27.19",
"@ledgerhq/logs": "^6.10.1",
"@metamask/obs-store": "^7.0.0",
"@metamask/safe-event-emitter": "^2.0.0",
"@pollum-io/sysweb3-core": "1.0.26",
"@pollum-io/sysweb3-network": "1.0.94",
"@pollum-io/sysweb3-utils": "^1.1.231",
"@trezor/connect-web": "^9.0.7",
"@trezor/utxo-lib": "^1.0.4",
"axios": "^0.26.1",
"@trezor/connect-web": "^9.1.5",
"@trezor/utxo-lib": "^1.0.12",
"axios": "^1.6.0",
"bip32-path": "^0.4.2",
"bip39": "^3.0.4",
"bip84": "^0.2.7",
"bitcoin-ops": "^1.4.1",
"bitcoinjs-lib": "^6.1.0",
"bitcoinjs-lib": "^6.1.5",
"bs58check": "^3.0.1",
"coinselectsyscoin": "^1.0.77",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"eth-chains": "^1.0.0",
"crypto-js": "^4.2.0",
"dotenv": "^16.3.1",
"eth-chains": "^2.0.0",
"eth-sig-util": "^3.0.1",
"ethereum-cryptography": "^1.1.2",
"ethereumjs-util": "^7.1.5",
"ethereumjs-wallet": "^1.0.2",
"ethers": "^5.6.4",
"ethers-eip712": "^0.2.0",
"lodash": "^4.17.21",
"satoshi-bitcoin": "^1.0.5",
"syscoinjs-lib": "^1.0.218",
"syscointx-js": "^1.0.106",
"web3": "^1.7.1",
"web3-utils": "^1.7.1"
"web3": "^1.7.1"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/lodash": "^4.14.179",
"@types/node": "^17.0.23"
"@types/crypto-js": "^4.1.3",
"@types/lodash": "^4.14.200",
"@types/node": "^20.8.10"
}
}
Loading

0 comments on commit 1f7e3aa

Please sign in to comment.