Skip to content

Commit

Permalink
fix: @dhis2/[email protected] (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland authored Sep 23, 2019
1 parent 0b643c7 commit ffce4e5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"private": true,
"license": "BSD-3-Clause",
"dependencies": {
"@dhis2/analytics": "^2.3.4",
"@dhis2/analytics": "^2.4.0",
"@dhis2/d2-i18n": "^1.0.4",
"@dhis2/d2-ui-core": "^6.0.1",
"@dhis2/d2-ui-interpretations": "^6.0.1",
"@dhis2/d2-ui-mentions-wrapper": "^6.0.1",
"@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": "^33.1.0",
"@dhis2/data-visualizer-plugin": "^33.1.1",
"@dhis2/ui": "1.0.0-beta.15",
"@dhis2/ui-core": "2.5.1",
"@material-ui/core": "^3.9.2",
Expand Down
31 changes: 25 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,26 @@
resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
integrity sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==

"@dhis2/[email protected]", "@dhis2/analytics@^2.1.0", "@dhis2/analytics@^2.3.4":
"@dhis2/[email protected]", "@dhis2/analytics@^2.4.0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@dhis2/analytics/-/analytics-2.4.0.tgz#4b77694891c41df4595605d0ae46075687923a38"
integrity sha512-7GWWVlHjYEby+VWP4ASOqiTjArNmZGrd4x/aaj65BtemNhIpNA1IuGRKkD7C40VsUNwIn/k33PhIvtCA8C2jMw==
dependencies:
"@dhis2/d2-i18n" "^1.0.4"
"@dhis2/d2-ui-org-unit-dialog" "^6.1.0"
"@dhis2/d2-ui-period-selector-dialog" "^6.2.0"
"@dhis2/ui-core" "^3.4.0"
"@material-ui/core" "^3.9.3"
"@material-ui/icons" "^3.0.2"
classnames "^2.2.6"
d2-utilizr "^0.2.16"
d3-color "^1.2.3"
highcharts "^7.1.2"
lodash "^4.17.11"
react-beautiful-dnd "^10.1.1"
styled-jsx "^3.2.1"

"@dhis2/analytics@^2.1.0":
version "2.3.4"
resolved "https://registry.yarnpkg.com/@dhis2/analytics/-/analytics-2.3.4.tgz#7132738b957f7342423f039f31b871465c9f4966"
integrity sha512-eLbCGtRRMUWZpvjlAAAfj0zr32J9CpS3oE3yXJlRVcPJwIT7S3xFAkjcgRwazchr5pZnKR/TBwoXmm84mF18zQ==
Expand Down Expand Up @@ -1213,12 +1232,12 @@
react-select "^2.0.0"
rxjs "^5.5.7"

"@dhis2/data-visualizer-plugin@^33.0.3":
version "33.1.0"
resolved "https://registry.yarnpkg.com/@dhis2/data-visualizer-plugin/-/data-visualizer-plugin-33.1.0.tgz#c9e54dd88a04337d38fa70a04ed1786cdc923bfa"
integrity sha512-XdaXkQ1PyOpCxkXcUGnaXHLb8Mzxn5wsvVv25oQxy+VyKjRNhD7n1eWfSRIW/t1FpUmSNfOVL9r0HfJqz92IMw==
"@dhis2/data-visualizer-plugin@^33.1.1":
version "33.1.1"
resolved "https://registry.yarnpkg.com/@dhis2/data-visualizer-plugin/-/data-visualizer-plugin-33.1.1.tgz#962e322744e174e6989220ee450036abeaaf96d4"
integrity sha512-5BgLRo7wjj0SHuakzQRCjKClcd6BwB8xQiA01WCbMMrrIVOC+9ZVy3d6t8+ykpKqFkQC31KKnHi1dUaxmLS+oQ==
dependencies:
"@dhis2/analytics" "2.3.4"
"@dhis2/analytics" "2.4"
"@material-ui/core" "^3.1.2"
lodash-es "^4.17.11"
react "^16.6.0"
Expand Down

0 comments on commit ffce4e5

Please sign in to comment.