Skip to content

Commit

Permalink
opd updates (#1829)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyjemutai authored Apr 8, 2024
1 parent b695910 commit 97f8931
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
6 changes: 3 additions & 3 deletions packages/esm-opd-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
},
"dependencies": {
"@carbon/react": "^1.13.0",
"@ohri/esm-patient-chart-app": "7.1.0-2"
"@ohri/esm-patient-chart-app": "7.1.0-3"
},
"peerDependencies": {
"@ohri/esm-patient-chart-app": "7.1.0-2",
"@ohri/esm-patient-chart-app": "7.1.0-3",
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-patient-common-lib": "6.x",
"dayjs": "1.x",
Expand All @@ -49,7 +49,7 @@
"swr": "2.x"
},
"devDependencies": {
"@ohri/esm-patient-chart-app": "7.1.0-2",
"@ohri/esm-patient-chart-app": "7.1.0-3",
"webpack": "^5.88.2"
}
}
3 changes: 1 addition & 2 deletions packages/esm-opd-app/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { defineConfigSchema, getAsyncLifecycle, getSyncLifecycle, registerFeatureFlag } from '@openmrs/esm-framework';
import { opdFolderMeta } from './dashboard.meta';
import { opdFolderMeta, activeVisitDashboardMeta } from './dashboard.meta';
import { createDashboardGroup, createDashboardLink } from '@openmrs/esm-patient-common-lib';
import { configSchema } from './config-schema';
import { activeVisitDashboardMeta } from '@ohri/esm-patient-chart-app/src/dashboard.meta';

export const importTranslation = require.context('../translations', false, /.json$/, 'lazy');

Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2721,9 +2721,9 @@ __metadata:
languageName: node
linkType: hard

"@ohri/esm-patient-chart-app@npm:7.1.0-2":
version: 7.1.0-2
resolution: "@ohri/esm-patient-chart-app@npm:7.1.0-2"
"@ohri/esm-patient-chart-app@npm:7.1.0-3":
version: 7.1.0-3
resolution: "@ohri/esm-patient-chart-app@npm:7.1.0-3"
dependencies:
lodash-es: "npm:^4.17.21"
uuid: "npm:^8.3.2"
Expand All @@ -2740,7 +2740,7 @@ __metadata:
single-spa: 6.x
single-spa-react: 6.x
swr: 2.x
checksum: 4652f57696856673c720277a93ef65c14afc890a8335729dfa6d4babe3b132db04770f1964a0a88b7331854be65d6266e6c6c8f513a19867903b92dd9c599e60
checksum: 6a3bda0fcc12e221b774af1c50612192d9b85e2951fca2a1e8f0e3a319bc027d661aec83933c313d119a59c04d25b449641bc8852c97489db01a43cab0bc990a
languageName: node
linkType: hard

Expand Down Expand Up @@ -2856,10 +2856,10 @@ __metadata:
resolution: "@ohri/openmrs-esm-ohri-opd-app@workspace:packages/esm-opd-app"
dependencies:
"@carbon/react": "npm:^1.13.0"
"@ohri/esm-patient-chart-app": "npm:7.1.0-2"
"@ohri/esm-patient-chart-app": "npm:7.1.0-3"
webpack: "npm:^5.88.2"
peerDependencies:
"@ohri/esm-patient-chart-app": 7.1.0-2
"@ohri/esm-patient-chart-app": 7.1.0-3
"@openmrs/esm-framework": 5.x
"@openmrs/esm-patient-common-lib": 6.x
dayjs: 1.x
Expand Down

0 comments on commit 97f8931

Please sign in to comment.