This commit is contained in:
discountry
2026-02-03 18:48:06 +08:00
parent 52b6a8a076
commit d0154e5721
2 changed files with 38 additions and 40 deletions
+11 -11
View File
@@ -21,21 +21,21 @@
"vitest": "^3.2.4"
},
"peerDependencies": {
"typescript": "^5"
"typescript": "^5.9.2"
},
"dependencies": {
"@grvt/client": "^1.6.4",
"@nadohq/client": "^0.1.0-alpha.41",
"@grvt/client": "^1.6.25",
"@nadohq/client": "^0.1.0-alpha.45",
"@noble/ed25519": "^3.0.0",
"axios": "^1.12.2",
"axios": "^1.13.4",
"bignumber.js": "^9.3.1",
"ccxt": "^4.5.12",
"dotenv": "^17.2.2",
"ethereum-cryptography": "^2.1.3",
"ink": "^6.3.1",
"react": "^19.1.1",
"ccxt": "^4.5.35",
"dotenv": "^17.2.3",
"ethereum-cryptography": "^2.2.1",
"ink": "^6.6.0",
"react": "^19.2.4",
"trading-signals": "^7.4.3",
"viem": "^2.43.1",
"ws": "^8.18.3"
"viem": "^2.45.1",
"ws": "^8.19.0"
}
}