Skip to content

Commit

Permalink
Merge pull request #45 from EyeSeeTea/feature/update-d2-api-wrapped-r…
Browse files Browse the repository at this point in the history
…esponses

Update d2-api to support dhis2 >= 2.38
  • Loading branch information
adrianq authored Jun 27, 2024
2 parents 42045d7 + b2458b7 commit 3a31eca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "EyeSeeTea <arnau@eyeseetea.com>",
"license": "MIT",
"dependencies": {
"@eyeseetea/d2-api": "1.14.1-beta.1",
"@eyeseetea/d2-api": "1.16.0-beta.2",
"@types/json-diff": "^0.7.0",
"async-parallel": "^1.2.3",
"cmd-ts": "^0.10.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@eyeseetea/d2-api@1.14.1-beta.1":
version "1.14.1-beta.1"
resolved "https://registry.yarnpkg.com/@eyeseetea/d2-api/-/d2-api-1.14.1-beta.1.tgz#b2bc356658420a084f01728580deee5b527d25f3"
integrity sha512-hBshlfcJu8KTts16lkvVkt27Lxs/eiT1MCvjL9bGVTjDRuuzgDQjtBHyvdujs7kYpDcRuY5V8oFC1teK+A33kw==
"@eyeseetea/d2-api@1.16.0-beta.2":
version "1.16.0-beta.2"
resolved "https://registry.yarnpkg.com/@eyeseetea/d2-api/-/d2-api-1.16.0-beta.2.tgz#4b2ce8bebb234896c84550fcc1b893487f424548"
integrity sha512-BebVaD0h0TdAv4EALC4+NZT0KGrgaQvnEaC9rS1TrjG/BcMq/P8pxQxBRfJ4KDzX31SkI9UKnhVI33wH+hwinQ==
dependencies:
"@babel/runtime" "^7.5.4"
"@dhis2/d2-i18n" "^1.0.5"
Expand Down

0 comments on commit 3a31eca

Please sign in to comment.