Skip to content

Commit

Permalink
fix: pie tooltip v32 (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Oct 14, 2019
1 parent 59aed20 commit 77b2628
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.6",
"@dhis2/data-visualizer-plugin": "32.0.7",
"@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.6",
"d2-charts-api": "32.0.7",
"d2-manifest": "^1.0.0",
"dotenv": "6.0.0",
"dotenv-expand": "4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@dhis2/data-visualizer-plugin",
"version": "32.0.6",
"version": "32.0.7",
"description": "DHIS2 Data Visualizer plugin",
"main": "./build/index.js",
"license": "BSD-3-Clause",
"dependencies": {
"@material-ui/core": "^3.1.2",
"d2-charts-api": "32.0.6",
"d2-charts-api": "32.0.7",
"lodash-es": "^4.17.11",
"react": "^16.6.0",
"react-dom": "^16.6.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4270,10 +4270,10 @@ cypress@^3.1.1:
url "0.11.0"
yauzl "2.10.0"

d2-charts-api@32.0.6:
version "32.0.6"
resolved "https://registry.yarnpkg.com/d2-charts-api/-/d2-charts-api-32.0.6.tgz#e733a5417a78186a0c4a9cce72bc616aa9dfbf79"
integrity sha512-pV+f+6oajrRcFn38Zo0m7arIcKUcMeQaGqkFLeg71YuGJC/iojEUQjhixPoTl+arHz+PTtok3o0nN73hKISU3Q==
d2-charts-api@32.0.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==
dependencies:
d2-utilizr "0.2.13"
d3-color "1.0.1"
Expand Down

0 comments on commit 77b2628

Please sign in to comment.