From 7dbbd2717d355f438fc555497361b4899169875b Mon Sep 17 00:00:00 2001 From: Thomas Zemp Date: Thu, 9 Feb 2023 16:36:51 +0100 Subject: [PATCH 1/2] chore: update dhis2/ui dependency --- shell/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/package.json b/shell/package.json index e3ab93af8..e106be097 100644 --- a/shell/package.json +++ b/shell/package.json @@ -19,7 +19,7 @@ "@dhis2/app-runtime": "^3.6.1", "@dhis2/d2-i18n": "^1.1.0", "@dhis2/pwa": "10.2.0", - "@dhis2/ui": "^8.6.2", + "@dhis2/ui": "^8.7.4", "classnames": "^2.2.6", "moment": "^2.29.1", "prop-types": "^15.7.2", From 9d5a37868adebe26461717103ced01e0a93ab63a Mon Sep 17 00:00:00 2001 From: Thomas Zemp Date: Mon, 13 Feb 2023 14:49:59 +0100 Subject: [PATCH 2/2] fix: bump ui package --- shell/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/package.json b/shell/package.json index e106be097..aa8184045 100644 --- a/shell/package.json +++ b/shell/package.json @@ -19,7 +19,7 @@ "@dhis2/app-runtime": "^3.6.1", "@dhis2/d2-i18n": "^1.1.0", "@dhis2/pwa": "10.2.0", - "@dhis2/ui": "^8.7.4", + "@dhis2/ui": "^8.10.1", "classnames": "^2.2.6", "moment": "^2.29.1", "prop-types": "^15.7.2",