Skip to content

Commit

Permalink
fix: upgrade app-runtime-adapter-d2 to fix missing sharing translatio…
Browse files Browse the repository at this point in the history
…ns (#1016)
  • Loading branch information
jenniferarnesen authored Aug 24, 2020
1 parent 4e63032 commit a0841ae
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 @@ -7,7 +7,7 @@
"dependencies": {
"@dhis2/analytics": "^8.9.1",
"@dhis2/app-runtime": "^2.2.2",
"@dhis2/app-runtime-adapter-d2": "^1.0.0",
"@dhis2/app-runtime-adapter-d2": "^1.0.1",
"@dhis2/d2-i18n": "^1.0.6",
"@dhis2/d2-ui-core": "^7.0.3",
"@dhis2/d2-ui-interpretations": "^7.0.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1346,10 +1346,10 @@
dependencies:
moment "^2.24.0"

"@dhis2/app-runtime-adapter-d2@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@dhis2/app-runtime-adapter-d2/-/app-runtime-adapter-d2-1.0.0.tgz#65b54a3d12ed97f776bf9e17ba3b1dfae639e242"
integrity sha512-wTNE+X9Lh2fdNEMiQu373q+KjN+kAbludWLcbmmFrXogFw+1JVFZrOIT1UG/MeGuLKvYBCTwVhEM8BiIhNe7eA==
"@dhis2/app-runtime-adapter-d2@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@dhis2/app-runtime-adapter-d2/-/app-runtime-adapter-d2-1.0.1.tgz#25181152b61545772b2016481570cf08f2c1290e"
integrity sha512-+B2eifeRfG4DpuIHjIu16p06qNxjz5WJf0EMQoFIg9/X/mUlF6qPd+YND0z355PjpStLCVMLrg2NshNhMZPA7w==
dependencies:
"@dhis2/ui-core" "^4.6.1"
prop-types "^15.7.2"
Expand Down

0 comments on commit a0841ae

Please sign in to comment.