Skip to content

Commit

Permalink
fix: fix crash when instance url contains api
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Dec 11, 2023
1 parent 006146f commit b9e7f19
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@dhis2/d2-ui-header-bar": "^1.1.4",
"@dhis2/d2-ui-sharing-dialog": "^1.0.12",
"ckeditor": "4.6.1",
"d2": "30.0.4",
"d2": "^30.2.3",
"d2-ui": "29.0.34",
"lodash": "^4.17.11",
"material-design-icons-iconfont": "^4.0.5",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2940,19 +2940,19 @@ d2-utilizr@^0.2.15, d2-utilizr@^0.2.9:
lodash.isset "^4.3.0"
lodash.isstring "^4.0.1"

d2@30.0.4:
version "30.0.4"
resolved "https://registry.yarnpkg.com/d2/-/d2-30.0.4.tgz#ba51a43e7daedeb47e01c45aef71649bad1b2159"
integrity sha512-GjTfqPq7KAakeN398jnzh0DO7kTofy18UoARJqcASU6RvcVjlJNnRpanHbbaSe05BrjVZx4j05niwDn/VVqJ4w==
d2@^29.1.3:
version "29.1.5"
resolved "http://registry.npmjs.org/d2/-/d2-29.1.5.tgz#49007b31475be25486d38791534250735f64b1db"
integrity sha512-qYfo4eH7/bcQ46eYNCgDUKWMaPBsmyCP8QflpFznsVwpYBCGvCBz8TUmd25ekF5la2VN0ULUazKegi90fV8TLQ==
dependencies:
docdash "^0.4.0"
jsdoc "^3.5.5"
whatwg-fetch "^2.0.3"

d2@^29.1.3:
version "29.1.5"
resolved "http://registry.npmjs.org/d2/-/d2-29.1.5.tgz#49007b31475be25486d38791534250735f64b1db"
integrity sha512-qYfo4eH7/bcQ46eYNCgDUKWMaPBsmyCP8QflpFznsVwpYBCGvCBz8TUmd25ekF5la2VN0ULUazKegi90fV8TLQ==
d2@^30.2.3:
version "30.2.3"
resolved "https://registry.yarnpkg.com/d2/-/d2-30.2.3.tgz#4ac121dc8294a1f2e01cb6b9770bcf4e200dd6de"
integrity sha512-s1RWcjEs/me7fBB3/gZ/7OMiA2i/n1m1NHX5m/SmyWw5QaVb6lJ7sfneI5zlKawl1W3eWK/+NJiUPd/qmCkJvw==
dependencies:
docdash "^0.4.0"
jsdoc "^3.5.5"
Expand Down

0 comments on commit b9e7f19

Please sign in to comment.