Add missing dependecies in package.json (#12)
This commit is contained in:
parent
7ecd3eefa8
commit
2a9223fdd3
@ -26,6 +26,11 @@
|
|||||||
"@ipld/dag-cbor": "^7.0.1",
|
"@ipld/dag-cbor": "^7.0.1",
|
||||||
"@ipld/dag-json": "^8.0.9",
|
"@ipld/dag-json": "^8.0.9",
|
||||||
"@metamask/eth-sig-util": "^4.0.0",
|
"@metamask/eth-sig-util": "^4.0.0",
|
||||||
|
"@tharsis/address-converter": "^0.1.7",
|
||||||
|
"@tharsis/eip712": "^0.2.1",
|
||||||
|
"@tharsis/proto": "^0.1.16",
|
||||||
|
"@tharsis/provider": "^0.2.4",
|
||||||
|
"@tharsis/transactions": "^0.2.2",
|
||||||
"axios": "^0.26.1",
|
"axios": "^0.26.1",
|
||||||
"bip32": "^3.0.1",
|
"bip32": "^3.0.1",
|
||||||
"bip39": "^3.0.4",
|
"bip39": "^3.0.4",
|
||||||
@ -38,7 +43,9 @@
|
|||||||
"js-yaml": "^3.14.1",
|
"js-yaml": "^3.14.1",
|
||||||
"jsonschema": "^1.4.0",
|
"jsonschema": "^1.4.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
|
"multiformats": "^9.5.4",
|
||||||
"node-yaml": "^4.0.1",
|
"node-yaml": "^4.0.1",
|
||||||
|
"secp256k1": "^4.0.1",
|
||||||
"semver": "^7.3.5",
|
"semver": "^7.3.5",
|
||||||
"tiny-secp256k1": "^1.1.6"
|
"tiny-secp256k1": "^1.1.6"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user