Skip to content

Commit

Permalink
fix: upgrade dv plugin to v34.3.28 (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee authored Mar 11, 2020
1 parent 1388a8d commit 6e9f30a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "BSD-3-Clause",
"dependencies": {
"@dhis2/analytics": "^4.3.15",
"@dhis2/analytics": "^4.3.18",
"@dhis2/app-runtime": "^2.0.3",
"@dhis2/d2-i18n": "^1.0.6",
"@dhis2/d2-ui-core": "^6.5.8",
Expand All @@ -14,7 +14,7 @@
"@dhis2/d2-ui-rich-text": "^6.0.1",
"@dhis2/d2-ui-sharing-dialog": "^6.0.1",
"@dhis2/d2-ui-translation-dialog": "^6.0.1",
"@dhis2/data-visualizer-plugin": "^34.3.26",
"@dhis2/data-visualizer-plugin": "^34.3.28",
"@dhis2/prop-types": "^1.2.1",
"@dhis2/ui-core": "^4.11.0",
"@dhis2/ui-widgets": "^2.0.5",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1174,10 +1174,10 @@
resize-observer-polyfill "^1.5.1"
styled-jsx "^3.2.1"

"@dhis2/analytics@^4.3.15":
version "4.3.15"
resolved "https://registry.yarnpkg.com/@dhis2/analytics/-/analytics-4.3.15.tgz#ff028d5e605bb0d77f6e41e630dcb45181861c51"
integrity sha512-oZsNKrTVxYTzXF0b6MhQ9MuFUlmsXipYLUJ4pTmCs/WN/nvN/e1rJIRL0yDehF1OYHcRTWE5kZKKGz7fmpgHwQ==
"@dhis2/analytics@^4.3.18":
version "4.3.18"
resolved "https://registry.yarnpkg.com/@dhis2/analytics/-/analytics-4.3.18.tgz#887c2cfc88d1404e0e2f5b14194769e4b5ce9f3a"
integrity sha512-5Fl1tPicYf/emuKfY33ibbGFYKNruI2Z/SIF2rir6V429Qu3HwZ4Kj6m1g1y92Y7lEqK2ymkCIozseVMC24oXA==
dependencies:
"@dhis2/d2-i18n" "^1.0.4"
"@dhis2/d2-ui-org-unit-dialog" "^6.5.9"
Expand Down Expand Up @@ -1438,12 +1438,12 @@
react-select "^2.0.0"
rxjs "^5.5.7"

"@dhis2/data-visualizer-plugin@^34.3.26":
version "34.3.26"
resolved "https://registry.yarnpkg.com/@dhis2/data-visualizer-plugin/-/data-visualizer-plugin-34.3.26.tgz#cdb8b148cb00dff4ff08714b1658af9b57df440d"
integrity sha512-YyDN9R4qjlDBVLVvt/EvWO+hKGNm8teX+RRGz7w69M55SRernzbw3NJddwblhJBfT7+v3LPlfvD4oBA7OuMzpA==
"@dhis2/data-visualizer-plugin@^34.3.28":
version "34.3.28"
resolved "https://registry.yarnpkg.com/@dhis2/data-visualizer-plugin/-/data-visualizer-plugin-34.3.28.tgz#5b614a40bc3dff8a03b8b8f4ef957a5b72385b84"
integrity sha512-NeFCySsibBXvfS6WcFDlpI0LU2O9j9rGVYXhT6WSasvNPYpXgU2vkRp8mmnjz0lURAkv4SVyp/ZYp/W9aHZU/A==
dependencies:
"@dhis2/analytics" "^4.3.15"
"@dhis2/analytics" "^4.3.18"
"@material-ui/core" "^3.1.2"
d2-analysis "33.2.11"
lodash-es "^4.17.11"
Expand Down

0 comments on commit 6e9f30a

Please sign in to comment.