Skip to content

Commit 0a76a1c

Browse files
committed
updating highcharts is a pain.
yarn upgrade angular2-highcharts yarn upgrade angular2-highcharts --latest // the sub-dependency has not changed. yarnpkg/yarn#2394 yarn remove angular2-highcharts yarn add angular2-highcharts after all that.... still nothing: dependencies: "@types/highcharts" "^4.2.47" highcharts "^5.0.7" `yarn dev-up` now fails in highcharts/highcharts-angular#107 someone mentioned that setting the version # fixed the issue. Reverted the version number to 2.0.0: `yarn add [email protected]`
1 parent 3da97cf commit 0a76a1c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"core-js": "^2.5.3",
8585
"d3": "^4.12.2",
8686
"highcharts": "^6.2.0",
87-
"highcharts-react-official": "^2.0.0",
87+
"highcharts-react-official": "2.0.0",
8888
"js-cookie": "^2.2.0",
8989
"lodash": "^4.17.13",
9090
"moment": "^2.24.0",

ui/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4318,10 +4318,10 @@ hash.js@^1.0.0, hash.js@^1.0.3:
43184318
inherits "^2.0.3"
43194319
minimalistic-assert "^1.0.1"
43204320

4321-
highcharts-react-official@^2.0.0:
4322-
version "2.2.2"
4323-
resolved "https://registry.yarnpkg.com/highcharts-react-official/-/highcharts-react-official-2.2.2.tgz#1a83558f4501b73c99e79aa65325f7bd522d6574"
4324-
integrity sha512-Xj9JOOL20Vmbl8gjgF2jN89Fx5zqbonjaK6SqwiM4vCjC/ZwtwXEquk+LkymzIVcd4H9Wb/9ASKhBJn5fNtN4g==
4321+
4322+
version "2.0.0"
4323+
resolved "https://registry.yarnpkg.com/highcharts-react-official/-/highcharts-react-official-2.0.0.tgz#3e4a8a2cd9a894a55f72ff7967b6573e47ec30c1"
4324+
integrity sha512-pEf1HBCmkJlIY6lAkjKXjjxaqZWUwcNcKrEIM2CFhXtLcl5VntiSgiVXe/pkDXyZG94mM90c72Z+8rnJ8ua6Dw==
43254325

43264326
highcharts@^5.0.7:
43274327
version "5.0.15"

0 commit comments

Comments
 (0)