Skip to content

Commit

Permalink
fix: epi curve bug v32 (v2) (#530)
Browse files Browse the repository at this point in the history
* fix: epi curve, missing import

* v32.0.8

* fix: epi curve bug, missing dep upgrade
  • Loading branch information
janhenrikoverland authored Dec 16, 2019
1 parent 2908206 commit de40d3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@dhis2/d2-ui-core": "^6.2.1",
"@dhis2/d2-ui-file-menu": "^6.2.1",
"@dhis2/d2-ui-interpretations": "^6.2.1",
"@dhis2/data-visualizer-plugin": "32.0.7",
"@dhis2/data-visualizer-plugin": "^32.0.8",
"@dhis2/ui": "^1.0.0-beta.11",
"@material-ui/core": "^3.1.2",
"@material-ui/icons": "^3.0.1",
Expand All @@ -46,7 +46,7 @@
"chalk": "2.4.1",
"css-loader": "0.28.7",
"d2": "31.2.1",
"d2-charts-api": "32.0.7",
"d2-charts-api": "^32.0.8",
"d2-manifest": "^1.0.0",
"dotenv": "6.0.0",
"dotenv-expand": "4.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4339,10 +4339,10 @@ cypress@^3.1.1:
url "0.11.0"
yauzl "2.10.0"

[email protected].7:
version "32.0.7"
resolved "https://registry.yarnpkg.com/d2-charts-api/-/d2-charts-api-32.0.7.tgz#e83c1385e9f127ab7d2aa9e703590a27cc38304d"
integrity sha512-Me3lewujGouP2RSKlR+uE4ixdhZkPdmjazcC+YqP2twoJ0tAuRkyfVrYZU8ofXe1dqnjXMj1/XYhRPRwhOyyZw==
[email protected].8, d2-charts-api@^32.0.8:
version "32.0.8"
resolved "https://registry.yarnpkg.com/d2-charts-api/-/d2-charts-api-32.0.8.tgz#5e79e91ce6744bcd039d27f0527c2908c075361e"
integrity sha512-bxWlcb3EylOjunUZwPw18eVDVGsFLUtrNTTYQmrSzab5HzfpeODvOJ/IDdlUK8ltJV8qp6q71+bV6Z/FnFwPLQ==
dependencies:
d2-utilizr "0.2.13"
d3-color "1.0.1"
Expand Down

0 comments on commit de40d3d

Please sign in to comment.