Skip to content

Commit

Permalink
fix: only run empty check after all values have been added (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland committed Feb 7, 2020
1 parent e07d786 commit 75b6ae4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"redux-mock-store": "^1.5.3"
},
"dependencies": {
"@dhis2/analytics": "^3.1.1",
"@dhis2/analytics": "^3.1.2",
"@dhis2/d2-ui-core": "^6.5.2",
"@dhis2/d2-ui-file-menu": "^6.5.2",
"@dhis2/d2-ui-interpretations": "^6.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "./build/es/lib.js",
"license": "BSD-3-Clause",
"dependencies": {
"@dhis2/analytics": "^3.1.1",
"@dhis2/analytics": "^3.1.2",
"@material-ui/core": "^3.1.2",
"d2-analysis": "33.2.11",
"lodash-es": "^4.17.11",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1442,10 +1442,10 @@
react-beautiful-dnd "^10.1.1"
styled-jsx "^3.2.1"

"@dhis2/analytics@^3.1.1":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@dhis2/analytics/-/analytics-3.1.1.tgz#d1748b169b36e90ee71550c179900c8962b752b8"
integrity sha512-64p818t8hst1nu/+xWVsaWO/gs9CxLgbE9MerHwYgmxjTlqCYvNaEuWwxeorb6lnjGnd+LPiH1k+AN7Fsh0JYg==
"@dhis2/analytics@^3.1.2":
version "3.1.2"
resolved "https://registry.yarnpkg.com/@dhis2/analytics/-/analytics-3.1.2.tgz#155795478ce9a2a1043513db764ba483435b3da3"
integrity sha512-phd61NTZ00/R6ktHlsQVg0T+kt0NOvE/aiQDQHWgBaL557B+iG1sEag1IpXymyGuGEkuSvr+oZX3pYPlCEqlkw==
dependencies:
"@dhis2/d2-i18n" "^1.0.4"
"@dhis2/d2-ui-org-unit-dialog" "^6.3.2"
Expand Down

0 comments on commit 75b6ae4

Please sign in to comment.