Skip to content

Commit d13b832

Browse files
committed
chore: clean up dependencies
1 parent 640c2e1 commit d13b832

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,10 @@
5858
"@interlay/monetary-js": "0.7.3",
5959
"@polkadot/api": "10.9.1",
6060
"big.js": "6.1.1",
61-
"bitcoin-core": "^3.0.0",
6261
"bitcoinjs-lib": "^5.2.0",
6362
"bn.js": "4.12.0",
6463
"cross-fetch": "^4.0.0",
65-
"isomorphic-fetch": "^3.0.0",
66-
"regtest-client": "^0.2.0"
64+
"yargs": "^17.5.1"
6765
},
6866
"devDependencies": {
6967
"@polkadot/typegen": "10.9.1",
@@ -74,22 +72,21 @@
7472
"@types/yargs": "^17.0.10",
7573
"@typescript-eslint/eslint-plugin": "^5.59.7",
7674
"@typescript-eslint/parser": "^5.59.7",
75+
"bitcoin-core": "^3.0.0",
7776
"cli-table3": "0.6.3",
7877
"eslint": "^8.41.0",
7978
"eslint-config-prettier": "^8.8.0",
8079
"eslint-plugin-unused-imports": "^2.0.0",
8180
"husky": "^8.0.3",
8281
"jest": "^29.6.2",
8382
"npm-run-all": "^4.1.5",
84-
"nyc": "^15.1.0",
8583
"prettier": "^3.0.1",
8684
"shelljs": "0.8.5",
8785
"ts-jest": "^29.1.1",
8886
"ts-node": "10.9.1",
8987
"typedoc": "^0.25.0",
9088
"typedoc-plugin-markdown": "^3.16.0",
91-
"typescript": "5.2.2",
92-
"yargs": "^17.5.1"
89+
"typescript": "5.2.2"
9390
},
9491
"resolutions": {
9592
"bn.js": "4.12.0"

0 commit comments

Comments
 (0)