Skip to content

Commit

Permalink
Merge pull request #1791 from carbon-design-system/fix-timeseries-scale
Browse files Browse the repository at this point in the history
fix(charts): there was a null pointer in the carbon charts zoom bar fix
  • Loading branch information
davidicus authored Nov 12, 2020
2 parents b737def + be23902 commit 0dceb12
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
},
"dependencies": {
"@babel/runtime": "^7.10.2",
"@carbon/charts": "^0.40.13",
"@carbon/charts": "^0.41.1",
"@carbon/charts-react": "^0.40.13",
"@carbon/colors": "10.15.0",
"@carbon/icons-react": "10.17.0",
Expand Down
11 changes: 11 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2545,6 +2545,17 @@
lodash-es "4.17.15"
resize-observer-polyfill "1.5.0"

"@carbon/charts@^0.41.1":
version "0.41.1"
resolved "https://registry.yarnpkg.com/@carbon/charts/-/charts-0.41.1.tgz#766ad4ed306ad3df0b4fa3a4e97dec9cdd649f55"
integrity sha512-nCWNMOsiV0E0Tdulf9TcsUSFvkhY5onkdqfZ8NEKX40LQzSWO/nGG1fRAlPxfZpFDuZr7rAW9l0/Z8W5QzkddQ==
dependencies:
"@carbon/colors" "10.15.0"
"@carbon/utils-position" "1.1.1"
date-fns "2.8.1"
lodash-es "4.17.15"
resize-observer-polyfill "1.5.0"

"@carbon/[email protected]":
version "10.15.0"
resolved "https://registry.yarnpkg.com/@carbon/colors/-/colors-10.15.0.tgz#1a7f211a9e92b51c838995f5f3ffae002a3fed8b"
Expand Down

0 comments on commit 0dceb12

Please sign in to comment.