From accc60e226aefa2e7570d41b58d44d89339bc66d Mon Sep 17 00:00:00 2001 From: Tarcisio Ferraz Date: Wed, 11 Oct 2023 10:44:48 -0300 Subject: [PATCH] update deps --- bfx-hf-ui-core | 2 +- package-lock.json | 6 +++--- package.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bfx-hf-ui-core b/bfx-hf-ui-core index f9b0dd47..25bd0d0f 160000 --- a/bfx-hf-ui-core +++ b/bfx-hf-ui-core @@ -1 +1 @@ -Subproject commit f9b0dd4708c8b92cfb782f24ee03f95f54c6f488 +Subproject commit 25bd0d0f72933b3cfb3b487a10e94fcd56c27bdf diff --git a/package-lock.json b/package-lock.json index 96354600..fdd65d1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bfx-hf-ui", - "version": "3.31.6", + "version": "3.31.7-rc.1", "lockfileVersion": 3, "requires": true, "packages": { @@ -11,11 +11,11 @@ "license": "Apache-2.0", "dependencies": { "adm-zip": "^0.5.10", - "bfx-hf-data-server": "git+https://github.com/bitfinexcom/bfx-hf-data-server.git#v4.4.0", + "bfx-hf-data-server": "git+https://github.com/bitfinexcom/bfx-hf-data-server.git#v5.0.0", "bfx-hf-ext-plugin-bitfinex": "git+https://github.com/bitfinexcom/bfx-hf-ext-plugin-bitfinex.git#v1.0.13", "bfx-hf-models": "git+https://github.com/bitfinexcom/bfx-hf-models.git#v4.0.1", "bfx-hf-models-adapter-lowdb": "git+https://github.com/bitfinexcom/bfx-hf-models-adapter-lowdb.git#v1.0.6", - "bfx-hf-server": "git+https://github.com/bitfinexcom/bfx-hf-server.git#v9.9.3", + "bfx-hf-server": "git+https://github.com/bitfinexcom/bfx-hf-server.git#v10.0.0", "bfx-hf-util": "git+https://github.com/bitfinexcom/bfx-hf-util#v1.0.12", "concurrently": "^8.2.1", "cross-env": "^7.0.3", diff --git a/package.json b/package.json index 456d19e4..78d351fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bfx-hf-ui", - "version": "3.31.6", + "version": "3.31.7-rc.1", "description": "Official Bitfinex Honey UI - for live trading and executing algorithmic orders/strategies", "engines": { "node": ">=18" @@ -136,11 +136,11 @@ }, "dependencies": { "adm-zip": "^0.5.10", - "bfx-hf-data-server": "git+https://github.com/bitfinexcom/bfx-hf-data-server.git#v4.4.0", + "bfx-hf-data-server": "git+https://github.com/bitfinexcom/bfx-hf-data-server.git#v5.0.0", "bfx-hf-ext-plugin-bitfinex": "git+https://github.com/bitfinexcom/bfx-hf-ext-plugin-bitfinex.git#v1.0.13", "bfx-hf-models": "git+https://github.com/bitfinexcom/bfx-hf-models.git#v4.0.1", "bfx-hf-models-adapter-lowdb": "git+https://github.com/bitfinexcom/bfx-hf-models-adapter-lowdb.git#v1.0.6", - "bfx-hf-server": "git+https://github.com/bitfinexcom/bfx-hf-server.git#v9.9.3", + "bfx-hf-server": "git+https://github.com/bitfinexcom/bfx-hf-server.git#v10.0.0", "bfx-hf-util": "git+https://github.com/bitfinexcom/bfx-hf-util#v1.0.12", "concurrently": "^8.2.1", "cross-env": "^7.0.3",