diff --git a/adapter/package.json b/adapter/package.json index 0c75c7c2..7544c3db 100644 --- a/adapter/package.json +++ b/adapter/package.json @@ -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", diff --git a/shell/package.json b/shell/package.json index e1a93462..97569582 100644 --- a/shell/package.json +++ b/shell/package.json @@ -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", @@ -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",