Skip to content

Commit

Permalink
fix: compute subtotals/totals for boolean types (DHIS2-9155)
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Aug 28, 2024
1 parent 66cd146 commit fd3b6f5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"styled-jsx": "^4.0.1"
},
"dependencies": {
"@dhis2/analytics": "^26.8.3",
"@dhis2/multi-calendar-dates": "^1.2.2",
"@dnd-kit/core": "^6.0.7",
"@dnd-kit/sortable": "^7.0.2",
Expand Down
21 changes: 21 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2303,6 +2303,27 @@
classnames "^2.3.1"
prop-types "^15.7.2"

"@dhis2/analytics@^26.8.3":
version "26.8.3"
resolved "https://registry.yarnpkg.com/@dhis2/analytics/-/analytics-26.8.3.tgz#33569947ea9cba351e0aeffea627e1bf065c4a50"
integrity sha512-JTjKCc/vy1vRdYrAT4Jiyl8U+IzIZOx8kjNI9IJUbIBt5nDipcW/Rsp2ySLzEVUywta2EY8cz5HDsyWnQNWFkg==
dependencies:
"@dhis2/multi-calendar-dates" "^1.2.2"
"@dnd-kit/core" "^6.0.7"
"@dnd-kit/sortable" "^7.0.2"
"@dnd-kit/utilities" "^3.2.1"
"@react-hook/debounce" "^4.0.0"
classnames "^2.3.1"
crypto-js "^4.1.1"
d2-utilizr "^0.2.16"
d3-color "^1.2.3"
highcharts "^10.3.3"
lodash "^4.17.21"
markdown-it "^13.0.1"
mathjs "^9.4.2"
react-beautiful-dnd "^10.1.1"
resize-observer-polyfill "^1.5.1"

"@dhis2/[email protected]":
version "9.0.1"
resolved "https://registry.yarnpkg.com/@dhis2/app-adapter/-/app-adapter-9.0.1.tgz#a924e753023f1423819e0d98fa98888cb86181cd"
Expand Down

0 comments on commit fd3b6f5

Please sign in to comment.