Skip to content

Commit

Permalink
fix(deps): resolution for app-runtime alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Apr 5, 2024
1 parent 7beeedf commit 91a3169
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test": "d2-app-scripts test"
},
"peerDependencies": {
"@dhis2/app-runtime": "alpha",
"@dhis2/app-runtime": "^3.10.4-alpha.1",
"@dhis2/d2-i18n": "^1",
"@dhis2/ui": ">=9.2.0",
"classnames": "^2",
Expand Down
5 changes: 4 additions & 1 deletion shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@dhis2/app-adapter": "11.1.1-alpha.1",
"@dhis2/app-runtime": "alpha",
"@dhis2/app-runtime": "^3.10.4-alpha.1",
"@dhis2/d2-i18n": "^1.1.1",
"@dhis2/pwa": "11.1.1-alpha.1",
"@dhis2/ui": "^9.2.0",
Expand All @@ -32,6 +32,9 @@
"typeface-roboto": "^0.0.75",
"typescript": "^3.6.3"
},
"resolutions": {
"@dhis2/app-runtime": "^3.10.4-alpha.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand Down

0 comments on commit 91a3169

Please sign in to comment.