Skip to content

Commit

Permalink
Upgraded crypto-markets
Browse files Browse the repository at this point in the history
  • Loading branch information
soulmachine committed Jun 30, 2020
1 parent a1cf866 commit 6afe13f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "crypto-crawler",
"version": "2.9.9",
"version": "3.0.0",
"description": "Crawl orderbook and trade messages from crypto exchanges.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -46,19 +46,19 @@
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/figlet": "^1.2.0",
"@types/node": "^14.0.13",
"@types/node": "^14.0.14",
"@types/pako": "^1.0.1",
"@types/ws": "^7.2.5",
"@types/ws": "^7.2.6",
"@types/yargs": "^15.0.5",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"eslint": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"eslint": "^7.3.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jest": "^23.13.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.17.1",
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.2.5",
"prettier": "^2.0.5",
"typescript": "^3.9.5"
Expand All @@ -70,7 +70,7 @@
"bitfinex-api-node": "^4.0.13",
"chalk": "^4.1.0",
"coinbase-pro": "^0.9.0",
"crypto-markets": "0.3.3",
"crypto-markets": "0.3.4",
"debug": "^4.1.1",
"figlet": "^1.4.0",
"pako": "^1.0.11",
Expand Down

0 comments on commit 6afe13f

Please sign in to comment.