Skip to content

Commit

Permalink
fix: only run empty check after all values have been added (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland committed Feb 9, 2020
1 parent 11dc47a commit e0fedd9
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 @@ -25,7 +25,7 @@
"webpack-bundle-analyzer": "^3.0.3"
},
"dependencies": {
"@dhis2/analytics": "2.4.7",
"@dhis2/analytics": "2.4.8",
"@dhis2/d2-i18n": "^1.0.6",
"@dhis2/d2-ui-core": "^6.2.1",
"@dhis2/d2-ui-file-menu": "^6.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./build/index.js",
"license": "BSD-3-Clause",
"dependencies": {
"@dhis2/analytics": "2.4.7",
"@dhis2/analytics": "2.4.8",
"@material-ui/core": "^3.1.2",
"lodash-es": "^4.17.11",
"react": "^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 @@ -164,10 +164,10 @@
debug "^3.1.0"
lodash.once "^4.1.1"

"@dhis2/analytics@2.4.7":
version "2.4.7"
resolved "https://registry.yarnpkg.com/@dhis2/analytics/-/analytics-2.4.7.tgz#0cbe4e44db69e690b08a2b284ce08b630142d73f"
integrity sha512-mESuLf4x224WacDRGju6i5GIVQgtEghHR/tCxtqref1kT1o4NN+ZGjbBn7+fmE7FqIjBt7J0/1/IR58Fq0+GRg==
"@dhis2/analytics@2.4.8":
version "2.4.8"
resolved "https://registry.yarnpkg.com/@dhis2/analytics/-/analytics-2.4.8.tgz#3be92fb144dcfb639fbf7a75196fe28a604bf631"
integrity sha512-KPwmdpcj9TNv5E+5W9zchBbFwDWrkRydiwauLdFnxLLTeR8Uw/XnVMPo5rFlTAM1gZOWRh72fo12fkW0Ih06Iw==
dependencies:
"@dhis2/d2-i18n" "^1.0.4"
"@dhis2/d2-ui-org-unit-dialog" "^6.3.0"
Expand Down

0 comments on commit e0fedd9

Please sign in to comment.