Skip to content

Commit

Permalink
chore: upgrade ccxt
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Aug 29, 2024
1 parent 4f532c5 commit 5f4b7be
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@prisma/client": "5.17.0",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"ccxt": "4.3.59",
"ccxt": "4.3.89",
"commander": "^12.1.0",
"execa": "^9.3.1",
"express": "^4.19.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@opentrader/processing": "workspace:*",
"@opentrader/tools": "workspace:*",
"async": "^3.2.6",
"ccxt": "4.3.59",
"ccxt": "4.3.89",
"cron": "^3.1.7"
}
}
2 changes: 1 addition & 1 deletion packages/exchanges/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"dependencies": {
"@opentrader/db": "workspace:*",
"@opentrader/tools": "workspace:*",
"ccxt": "4.3.59"
"ccxt": "4.3.89"
}
}
2 changes: 1 addition & 1 deletion packages/processing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"@opentrader/logger": "workspace:*",
"@opentrader/tools": "workspace:*",
"@prisma/client": "5.19.0",
"ccxt": "4.3.59"
"ccxt": "4.3.89"
}
}
2 changes: 1 addition & 1 deletion packages/trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@opentrader/processing": "workspace:*",
"@opentrader/tools": "workspace:*",
"@trpc/server": "^10.45.2",
"ccxt": "4.3.59",
"ccxt": "4.3.89",
"superjson": "^2.2.1",
"zod": "3.23.8"
}
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pro
Submodule pro updated from e792f7 to e4a7fc

0 comments on commit 5f4b7be

Please sign in to comment.