Skip to content

Commit

Permalink
Fix/update framework version
Browse files Browse the repository at this point in the history
Fix/update framework version
  • Loading branch information
Michaelndula authored Jan 28, 2025
2 parents b0dae88 + fc45a33 commit 000fbb5
Show file tree
Hide file tree
Showing 15 changed files with 169 additions and 452 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"peerDependencies": {
"@carbon/react": "1.x",
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-framework": "*",
"@openmrs/esm-patient-common-lib": "*",
"dayjs": "1.x",
"lodash-es": "4.x",
Expand Down
8 changes: 4 additions & 4 deletions packages/esm-admin-nav-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ehospital/esm-admin-nav-app",
"version": "1.0.7",
"version": "1.0.8",
"description": "Admin micro-frontend to navigate to all admin apps",
"browser": "dist/ehospital-esm-admin-nav-app.js",
"main": "src/index.ts",
Expand Down Expand Up @@ -38,17 +38,17 @@
},
"dependencies": {
"@carbon/react": "^1.42.1",
"@openmrs/esm-patient-common-lib": "^8.0.0",
"@openmrs/esm-patient-common-lib": "next",
"lodash-es": "^4.17.15"
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-framework": "next",
"react": "^18.1.0",
"react-i18next": "11.x",
"react-router-dom": "6.x"
},
"devDependencies": {
"webpack": "^5.74.0"
},
"gitHead": "67d31fc3afff1adad7cbdd1507407cfe23ccd1a3"
"gitHead": "784dcb688faafdd325af974d79cebd5bf38f4c49"
}
10 changes: 5 additions & 5 deletions packages/esm-ai-model-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ehospital/esm-ai-model-app",
"version": "1.0.0",
"version": "1.0.1",
"description": "Patient flags microfrontend for the OpenMRS SPA",
"browser": "dist/ehospital-esm-patient-flags-app.js",
"main": "src/index.ts",
Expand Down Expand Up @@ -41,15 +41,15 @@
"lodash-es": "^4.17.15"
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-patient-common-lib": "7.x",
"@openmrs/esm-framework": "next",
"@openmrs/esm-patient-common-lib": "next",
"react": "^18.1.0",
"react-i18next": "11.x",
"react-router-dom": "6.x"
},
"devDependencies": {
"@openmrs/esm-patient-common-lib": "^8.x",
"@openmrs/esm-patient-common-lib": "next",
"webpack": "^5.74.0"
},
"gitHead": "5ee94ab717cf44ee2bbbb9faed4e5e4a38f95238"
"gitHead": "784dcb688faafdd325af974d79cebd5bf38f4c49"
}
4 changes: 2 additions & 2 deletions packages/esm-ai-model-app/src/ai-model/ai-model.workspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ const AIModel: React.FC = () => {
</div>
</div>

<div className={styles.chat}>
{/* <div className={styles.chat}>
<p>Type any question or request to improve the summary if not accurate</p>
<CustomTextArea />
</div>
</div> */}
</div>
)
}
Expand Down
10 changes: 5 additions & 5 deletions packages/esm-billing-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ehospital/esm-billing-app",
"version": "1.3.6",
"version": "1.3.7",
"description": "Billing frontend module for use in O3",
"browser": "dist/ehospital-esm-billing-app.js",
"main": "src/index.ts",
Expand Down Expand Up @@ -55,8 +55,8 @@
"zod": "^3.22.4"
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-patient-common-lib": "7.x",
"@openmrs/esm-framework": "next",
"@openmrs/esm-patient-common-lib": "next",
"react": "18.x",
"react-dom": "18.x",
"react-i18next": "11.x",
Expand All @@ -65,7 +65,7 @@
},
"devDependencies": {
"@openmrs/esm-framework": "next",
"@openmrs/esm-patient-common-lib": "^8.2.0",
"@openmrs/esm-patient-common-lib": "next",
"@playwright/test": "^1.41.1",
"@swc/cli": "^0.3.2",
"@swc/core": "^1.3.106",
Expand Down Expand Up @@ -121,5 +121,5 @@
"*.{js,jsx,ts,tsx}": "eslint --cache --fix"
},
"packageManager": "[email protected]",
"gitHead": "afe26646a2d1b6c25cb7ff9c133e6add840c1131"
"gitHead": "784dcb688faafdd325af974d79cebd5bf38f4c49"
}
8 changes: 4 additions & 4 deletions packages/esm-import-export-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ehospital/esm-import-export-app",
"version": "1.0.1",
"version": "1.0.2",
"description": "Import and Export Micro-frontend for OpenMRS3",
"browser": "dist/sjthc-esm-import-export-app.js",
"main": "src/index.ts",
Expand Down Expand Up @@ -41,8 +41,8 @@
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-patient-common-lib": "7.x",
"@openmrs/esm-framework": "next",
"@openmrs/esm-patient-common-lib": "next",
"react": "18.x",
"react-dom": "18.x",
"react-i18next": "11.x",
Expand All @@ -52,5 +52,5 @@
"devDependencies": {
"webpack": "^5.74.0"
},
"gitHead": "5c98b15de606d8ed20e545aab6be67546a6dc3df"
"gitHead": "784dcb688faafdd325af974d79cebd5bf38f4c49"
}
6 changes: 3 additions & 3 deletions packages/esm-login-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ehospital/esm-login-app",
"version": "1.0.4",
"version": "1.0.5",
"license": "MPL-2.0",
"description": "The login microfrontend for the OpenMRS SPA",
"browser": "dist/ehospital-esm-login-app.js",
Expand Down Expand Up @@ -55,7 +55,7 @@
"swr": "2.x"
},
"devDependencies": {
"@openmrs/esm-framework": "6.x",
"@openmrs/esm-framework": "next",
"@openmrs/webpack-config": "6.x",
"jest": "^29.7.0",
"react": "^18.1.0",
Expand All @@ -66,5 +66,5 @@
"swr": "^2.2.5",
"webpack": "^5.88.0"
},
"gitHead": "14bbf80758f656e1710e9d147c23b9cef18a5b94"
"gitHead": "784dcb688faafdd325af974d79cebd5bf38f4c49"
}
6 changes: 3 additions & 3 deletions packages/esm-patient-flags-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ehospital/esm-patient-flags-app",
"version": "1.0.1",
"version": "1.0.2",
"description": "Patient flags microfrontend for the OpenMRS SPA",
"browser": "dist/sjthc-esm-patient-flags-app.js",
"main": "src/index.ts",
Expand Down Expand Up @@ -41,13 +41,13 @@
"lodash-es": "^4.17.15"
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-framework": "next",
"react": "^18.1.0",
"react-i18next": "11.x",
"react-router-dom": "6.x"
},
"devDependencies": {
"webpack": "^5.74.0"
},
"gitHead": "6d1ff3b609779a0c042281ed67c8cde0450bfe18"
"gitHead": "f6949e482a046de66c16a550ce8875fc3a27e7a4"
}
8 changes: 4 additions & 4 deletions packages/esm-patient-list-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ehospital/esm-patient-list-app",
"version": "1.0.0",
"version": "1.0.2",
"license": "MPL-2.0",
"description": "Custom Patient list microfrontend for the OpenMRS SPA",
"browser": "dist/sjthc-esm-patient-list-app.js",
Expand Down Expand Up @@ -45,8 +45,8 @@
},
"peerDependencies": {
"@carbon/react": "1.x",
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-patient-common-lib": "*",
"@openmrs/esm-framework": "next",
"@openmrs/esm-patient-common-lib": "next",
"dayjs": "1.x",
"lodash-es": "4.x",
"react": "18.x",
Expand All @@ -60,5 +60,5 @@
"@types/uuid": "^9.0.4",
"webpack": "^5.88.2"
},
"gitHead": "88728baaf0c8c1127aa782d7957c18ef4d1d2fdf"
"gitHead": "f6949e482a046de66c16a550ce8875fc3a27e7a4"
}
6 changes: 3 additions & 3 deletions packages/esm-patient-registration-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ehospital/esm-patient-registration-app",
"version": "1.0.1",
"version": "1.0.2",
"description": "Patient registration microfrontend for O3",
"browser": "dist/sjthc-esm-patient-registration-app.js",
"main": "src/index.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"yup": "^0.29.1"
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-framework": "*",
"react": "18.x",
"react-i18next": "11.x",
"react-router-dom": "6.x",
Expand All @@ -54,5 +54,5 @@
"devDependencies": {
"webpack": "^5.74.0"
},
"gitHead": "12c269b30d0cbaf91537798bd9f2ca42d62213c4"
"gitHead": "784dcb688faafdd325af974d79cebd5bf38f4c49"
}
6 changes: 3 additions & 3 deletions packages/esm-patient-visits-report-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ehospital/esm-patient-visits-report-app",
"version": "1.0.1",
"version": "1.0.2",
"license": "MPL-2.0",
"description": "Custom Patient Visits Reports microfrontend for the OpenMRS SPA",
"browser": "dist/ehospital-esm-patient-visits-report-app.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"peerDependencies": {
"@carbon/react": "1.x",
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-framework": "*",
"@openmrs/esm-patient-common-lib": "*",
"dayjs": "1.x",
"lodash-es": "4.x",
Expand All @@ -60,5 +60,5 @@
"@types/uuid": "^9.0.4",
"webpack": "^5.88.2"
},
"gitHead": "b6304f1acad784ecdf3f39838e50f62ece78f140"
"gitHead": "784dcb688faafdd325af974d79cebd5bf38f4c49"
}
6 changes: 3 additions & 3 deletions packages/esm-procedure-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ehospital/esm-procedure-app",
"version": "1.0.1",
"version": "1.0.2",
"license": "MPL-2.0",
"description": "An OpenMRS seed application for building microfrontends",
"browser": "dist/sjthc-esm-procedure-app.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
"zod": "^3.22.4"
},
"peerDependencies": {
"@openmrs/esm-framework": "^5.6.0",
"@openmrs/esm-framework": "*",
"@openmrs/esm-patient-common-lib": "^8.x",
"dayjs": "1.x",
"react": "18.x",
Expand Down Expand Up @@ -113,5 +113,5 @@
"webpack-cli": "^5.1.4"
},
"packageManager": "[email protected]",
"gitHead": "b6304f1acad784ecdf3f39838e50f62ece78f140"
"gitHead": "784dcb688faafdd325af974d79cebd5bf38f4c49"
}
4 changes: 2 additions & 2 deletions packages/esm-reports-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ehospital/esm-reports-app",
"version": "1.0.1",
"version": "1.0.2",
"license": "MPL-2.0",
"description": "Reports Admin page for OpenMRS",
"browser": "dist/sjthc-esm-reports-app.js",
Expand Down Expand Up @@ -54,5 +54,5 @@
"rxjs": "6.x"
},
"packageManager": "[email protected]",
"gitHead": "b6304f1acad784ecdf3f39838e50f62ece78f140"
"gitHead": "784dcb688faafdd325af974d79cebd5bf38f4c49"
}
6 changes: 3 additions & 3 deletions packages/esm-service-queues-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ehospital/esm-service-queues-app",
"version": "1.0.2",
"version": "1.0.3",
"description": "Outpatient front-end module for the OpenMRS SPA",
"browser": "dist/sjthc-esm-service-queues-app.js",
"main": "src/index.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"zod": "^3.22.4"
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-framework": "*",
"react": "^18.1.0",
"react-i18next": "11.x",
"react-router-dom": "6.x",
Expand All @@ -54,5 +54,5 @@
"devDependencies": {
"webpack": "^5.74.0"
},
"gitHead": "b97c995097838922bedd0f3074f04bbc93fb0179"
"gitHead": "784dcb688faafdd325af974d79cebd5bf38f4c49"
}
Loading

0 comments on commit 000fbb5

Please sign in to comment.