fix denpendence

This commit is contained in:
discountry
2026-03-01 23:47:52 +08:00
parent 74d0a0a98b
commit 055bb445a9
2 changed files with 77 additions and 117 deletions
+12 -12
View File
@@ -26,25 +26,25 @@
"pm2:start:maker-points": "pm2 start bun --name ritmex-maker-points --cwd . --restart-delay 5000 -- run index.ts --strategy maker-points --exchange standx --silent"
},
"devDependencies": {
"@types/bun": "latest",
"vitest": "^3.2.4"
"@types/bun": "^1.3.9",
"vitest": "^4.0.18"
},
"peerDependencies": {
"typescript": "^5.9.2"
"typescript": "^5.9.3"
},
"dependencies": {
"@grvt/client": "^1.6.25",
"@nadohq/client": "^0.1.0-alpha.45",
"@grvt/client": "^1.6.27",
"@nadohq/client": "^0.1.0-alpha.51",
"@noble/ed25519": "^3.0.0",
"axios": "^1.13.4",
"bignumber.js": "^9.3.1",
"ccxt": "^4.5.35",
"dotenv": "^17.2.3",
"ethereum-cryptography": "^2.2.1",
"ink": "^6.6.0",
"axios": "^1.13.6",
"bignumber.js": "^10.0.2",
"ccxt": "^4.5.40",
"dotenv": "^17.3.1",
"ethereum-cryptography": "^3.2.0",
"ink": "^6.8.0",
"react": "^19.2.4",
"trading-signals": "^7.4.3",
"viem": "^2.45.1",
"viem": "^2.46.3",
"ws": "^8.19.0"
}
}