From 8b3e6205c4a84b6b4b6eb65117187d2cd40b57bb Mon Sep 17 00:00:00 2001 From: druchniewicz Date: Thu, 6 Feb 2025 23:12:00 +0100 Subject: [PATCH] Update reporting modules versions --- distro/pom.xml | 4 ++-- frontend/spa-assemble-config.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/distro/pom.xml b/distro/pom.xml index b197a52ba..85e9ac435 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -39,8 +39,8 @@ 2.0.0-20240305.062514-14 2.0.0-20230831.113926-1 3.7.2 - 1.26.0 - 1.14.0 + 1.27.0 + 1.15.0 1.3.0 1.11.0 diff --git a/frontend/spa-assemble-config.json b/frontend/spa-assemble-config.json index 523b4fe3c..0cff7e38e 100644 --- a/frontend/spa-assemble-config.json +++ b/frontend/spa-assemble-config.json @@ -40,7 +40,8 @@ "@openmrs/esm-user-onboarding-app": "next", "@openmrs/esm-ward-app": "next", "@openmrs/esm-stock-management-app": "next", - "@openmrs/esm-billing-app": "next" + "@openmrs/esm-billing-app": "next", + "@openmrs/esm-reports-app": "next" }, "excludedFrontendModules": [] }