remove unused deps
This commit is contained in:
parent
6ad9e4df33
commit
bfcb948bae
|
@ -49,25 +49,16 @@
|
|||
"@solana/spl-token-v2": "npm:@solana/spl-token@^0.2.0",
|
||||
"@solana/web3.js": "^1.66.2",
|
||||
"@switchboard-xyz/common": "^2.1.3",
|
||||
"assert": "^2.0.0",
|
||||
"big.js": "^6.2.1",
|
||||
"bs58": "^5.0.0",
|
||||
"chan": "^0.6.1",
|
||||
"crypto-js": "^4.0.0",
|
||||
"glob": "^8.0.3",
|
||||
"lodash": "^4.17.21",
|
||||
"long": "^4.0.0",
|
||||
"mocha": "^9.1.1",
|
||||
"node-fetch": "^3.3.0"
|
||||
"mocha": "^9.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/big.js": "^6.1.6",
|
||||
"@types/long": "^4.0.1",
|
||||
"@types/mocha": "^9.0.0",
|
||||
"@types/node": "^17.0.45",
|
||||
"shx": "^0.3.4",
|
||||
"ts-mocha": "^9.0.2",
|
||||
"typedoc": "^0.23.8",
|
||||
"typescript": "^4.7"
|
||||
},
|
||||
"gitHead": "9ee13d31a3577767061bd90f57fe4629b9a89e1a"
|
||||
|
|
Loading…
Reference in New Issue