Skip to content

Commit

Permalink
Updated highcharts UI dependency.
Browse files Browse the repository at this point in the history
████ ███  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 <ctubio@users.noreply.github.com>
 _________________________________________
/ Hello, WORLD!                           \
|                                         |
\ pssst.. 1.00000000 BTC = 97877.89 EUR.  /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
  • Loading branch information
ctubio committed Dec 15, 2024
1 parent e1c31a9 commit f592cc3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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$\
Expand Down
8 changes: 4 additions & 4 deletions src/lib/Krypto.ninja-client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Krypto.ninja-client/www/js/Shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit f592cc3

Please sign in to comment.