Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
fix: set specific ccxt package version (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi authored Jul 12, 2022
1 parent e45d1ee commit 94d832f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dealer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"apollo-server-errors": "^3.3.1",
"apollo-server-express": "^3.9.0",
"black-scholes-model": "^1.0.10",
"ccxt": "^1.78.5",
"ccxt": "1.78.5",
"cross-fetch": "^3.1.5",
"csv-parse": "^5.2.2",
"dotenv": "^16.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2064,10 +2064,10 @@ caniuse-lite@^1.0.30001359:
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001363.tgz#26bec2d606924ba318235944e1193304ea7c4f15"
integrity sha512-HpQhpzTGGPVMnCjIomjt+jvyUu8vNFo3TaDiZ/RcoTrlOq/5+tC8zHdsbgFB6MxmaY+jCpsH09aD80Bb4Ow3Sg==

ccxt@^1.78.5:
version "1.90.29"
resolved "https://registry.yarnpkg.com/ccxt/-/ccxt-1.90.29.tgz#971a45ab705f82ca3d2ab3a9d7e3a0cd1576689d"
integrity sha512-8iyfWHtYYR8t7fzvJ3kv4/QOkg+kNMtuebmXqGMsOPnunJq3Y0RAy/mlwIKUhkwx2Ig1ywaYx06KFsfZprINwg==
ccxt@1.78.5:
version "1.78.5"
resolved "https://registry.yarnpkg.com/ccxt/-/ccxt-1.78.5.tgz#4a4b52e382df7b3a94760724ae70ee252f200ef8"
integrity sha512-/0Vxc+d6TxjfkzC0NuJEDgnVZX0FyvuEsXkg4z/Umuertsh72A8qUy8nThMQUdQGEzoINjgSbCmFdoJiqfO7cQ==

chalk@^2.0.0:
version "2.4.2"
Expand Down

0 comments on commit 94d832f

Please sign in to comment.