From f592cc3cf9b3ca01f2cae2efe8eb0a9c18961e3f Mon Sep 17 00:00:00 2001 From: Carles Tubio Date: Sun, 15 Dec 2024 14:55:22 +0000 Subject: [PATCH] Updated highcharts UI dependency. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ████ ███ To request new features or in case this commit breaks something for you, ████ ███ please, create a new github issue with all possible information for me, ▓███▀█▄ but never share your API Keys! ▒▓██ ███ ░▒▓█ ███ Signed-off-by: Carles Tubio _________________________________________ / Hello, WORLD! \ | | \ pssst.. 1.00000000 BTC = 97877.89 EUR. / ----------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || || --- Makefile | 2 +- src/lib/Krypto.ninja-client/Makefile | 8 ++++---- src/lib/Krypto.ninja-client/www/js/Shared.ts | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index d9da45c94..efa24c1d3 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ K ?= K.sh MAJOR = 0 MINOR = 7 PATCH = 0 -BUILD = 54 +BUILD = 55 OBLIGATORY = DISCLAIMER: This is strict non-violent software: \n$\ if you hurt other living creatures, please stop; \n$\ diff --git a/src/lib/Krypto.ninja-client/Makefile b/src/lib/Krypto.ninja-client/Makefile index 0425b1b12..920ffcf64 100644 --- a/src/lib/Krypto.ninja-client/Makefile +++ b/src/lib/Krypto.ninja-client/Makefile @@ -83,16 +83,16 @@ export define PACKAGE_JSON "@angular/platform-browser": "^18.2.8", "@angular/platform-browser-dynamic": "^18.2.8", "@angular/router": "^18.2.8", - "@types/node": "^22.7.8", + "@types/node": "^22.10.2", "ag-grid-angular": "^32.2.2", "ag-grid-community": "^32.2.2", "bootstrap": "^5.3.3", "esbuild": "^0.24.0", - "highcharts": "^11.4.8", + "highcharts": "^12.0.2", "highcharts-angular": "^4.0.1", "rxjs": "^7.8.1", - "sass": "^1.80.3", - "typescript": "^5.6.3", + "sass": "^1.83.0", + "typescript": "^5.7.2", "uglify-js": "^3.19.3", "zone.js": "^0.14.10" }, diff --git a/src/lib/Krypto.ninja-client/www/js/Shared.ts b/src/lib/Krypto.ninja-client/www/js/Shared.ts index 1c4217241..7c1c2f17f 100644 --- a/src/lib/Krypto.ninja-client/www/js/Shared.ts +++ b/src/lib/Krypto.ninja-client/www/js/Shared.ts @@ -4,7 +4,7 @@ import {BrowserModule} from '@angular/platform-bro import {FormsModule} from '@angular/forms'; import * as Highcharts from 'highcharts'; -require('highcharts/highcharts-more')(Highcharts); +require('highcharts/highcharts-more'); export {Highcharts}; import {HighchartsChartModule} from 'highcharts-angular';