diff --git a/bfx-hf-ui-core b/bfx-hf-ui-core index 0a0b7b09..89b6fb53 160000 --- a/bfx-hf-ui-core +++ b/bfx-hf-ui-core @@ -1 +1 @@ -Subproject commit 0a0b7b09503fa31d05eda4392a5f77cef979c7d5 +Subproject commit 89b6fb53f38ed10b82c976f4bf9b73c7e3888c66 diff --git a/package-lock.json b/package-lock.json index 4bd6bf46..90cbac7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bfx-hf-ui", - "version": "4.0.0-rc.1", + "version": "4.0.0-rc.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bfx-hf-ui", - "version": "3.31.7", + "version": "4.0.0-rc.2", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { @@ -15,7 +15,7 @@ "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#v10.1.0", + "bfx-hf-server": "git+https://github.com/bitfinexcom/bfx-hf-server.git#v10.1.1", "bfx-hf-util": "git+https://github.com/bitfinexcom/bfx-hf-util#v1.0.12", "concurrently": "^8.2.1", "cross-env": "^7.0.3", @@ -3617,8 +3617,8 @@ } }, "node_modules/bfx-hf-server": { - "version": "10.1.0", - "resolved": "git+ssh://git@github.com/bitfinexcom/bfx-hf-server.git#562a71f524c918524c3e65baaed2dcc1031229dd", + "version": "10.1.1", + "resolved": "git+ssh://git@github.com/bitfinexcom/bfx-hf-server.git#a447b62854a250793c42aa5ee2d76faf13bca5fb", "license": "Apache-2.0", "dependencies": { "aes-js": "^3.1.2", @@ -3633,7 +3633,7 @@ "bfx-hf-strategy": "git+https://github.com/bitfinexcom/bfx-hf-strategy#v3.0.0", "bfx-hf-strategy-exec": "git+https://github.com/bitfinexcom/bfx-hf-strategy-exec#v3.1.0", "bfx-hf-strategy-perf": "git+https://github.com/bitfinexcom/bfx-hf-strategy-perf#v3.1.0", - "bfx-hf-ui-config": "git+https://github.com/bitfinexcom/bfx-hf-ui-config#v1.11.1", + "bfx-hf-ui-config": "git+https://github.com/bitfinexcom/bfx-hf-ui-config#v1.12.0", "bfx-hf-util": "git+https://github.com/bitfinexcom/bfx-hf-util.git#v1.0.12", "bignumber.js": "^9.0.0", "bluebird": "^3.7.2", diff --git a/package.json b/package.json index 404ebe37..3aa7c4d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bfx-hf-ui", - "version": "4.0.0-rc.1", + "version": "4.0.0-rc.2", "description": "Official Bitfinex Honey UI - for live trading and executing algorithmic orders/strategies", "engines": { "node": ">=18" @@ -140,7 +140,7 @@ "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#v10.1.0", + "bfx-hf-server": "git+https://github.com/bitfinexcom/bfx-hf-server.git#v10.1.1", "bfx-hf-util": "git+https://github.com/bitfinexcom/bfx-hf-util#v1.0.12", "concurrently": "^8.2.1", "cross-env": "^7.0.3",