Skip to content

Commit

Permalink
fix: migrate away from deprecated userCredentials object (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland authored Jun 25, 2024
1 parent 7738023 commit 1998c4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/dhis2/event-reports-app#readme",
"dependencies": {
"d2-analysis": "^33.3.1",
"d2-analysis": "^33.3.2",
"d2-utilizr": "0.2.13"
},
"devDependencies": {
Expand Down Expand Up @@ -66,7 +66,7 @@
"dhis": {
"href": "..",
"auth": "admin:district",
"devHref": "https://debug.dhis2.org/dev"
"devHref": "http://localhost:8080"
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1734,10 +1734,10 @@ currently-unhandled@^0.4.1:
dependencies:
array-find-index "^1.0.1"

d2-analysis@^33.3.1:
version "33.3.1"
resolved "https://registry.yarnpkg.com/d2-analysis/-/d2-analysis-33.3.1.tgz#6299beb6b79bc252d21c535db86ccab301700c95"
integrity sha512-VhGB5BWiyZrGFpwRDOMJt0SpK0mboFe50VGE7GRUP8JzqGNUG0FXxuzC5wepKcPuPOEimU+PjrqGtmPZFBo0XQ==
d2-analysis@^33.3.2:
version "33.3.2"
resolved "https://registry.yarnpkg.com/d2-analysis/-/d2-analysis-33.3.2.tgz#2497f20a9630a07ca68472496fe44a62e6367700"
integrity sha512-TegC9xvkBcTYnFDxzJoqqLW50kSYSqT8qBzH/4DdeaSbLB0X0h3VLf61nmVux7Vt3jI/lry38FnFWBp70CgODg==
dependencies:
"@dhis2/d2-ui-rich-text" "^5.1.0"
d2-utilizr "^0.2.16"
Expand Down

0 comments on commit 1998c4d

Please sign in to comment.