Skip to content

Commit b2f8c67

Browse files
committed
Merge branch 'master' of https://github.com/METS-Programme/esm-ugandaemr-core into fix-clinical-views
2 parents 1e1dbdb + 16ab13e commit b2f8c67

File tree

61 files changed

+13882
-14505
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+13882
-14505
lines changed

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Lines changed: 0 additions & 541 deletions
This file was deleted.

.yarn/releases/yarn-3.2.4.cjs

Lines changed: 0 additions & 801 deletions
This file was deleted.

.yarn/releases/yarn-4.9.2.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
nodeLinker: node-modules
22

3-
plugins:
4-
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
5-
spec: "@yarnpkg/plugin-interactive-tools"
6-
7-
yarnPath: .yarn/releases/yarn-3.2.4.cjs
3+
yarnPath: .yarn/releases/yarn-4.9.2.cjs

package.json

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"react-to-print": "^2.14.13",
3333
"recharts": "^2.7.2",
3434
"swr": "^2.1.1",
35-
"zod": "^3.22.4"
35+
"zod": "^3.23.8"
3636
},
3737
"devDependencies": {
38-
"@carbon/react": "^1.64.1",
38+
"@carbon/react": "^1.83.0",
3939
"@ohri/openmrs-esm-ohri-commons-lib": "next",
4040
"@openmrs/esm-framework": "next",
4141
"@openmrs/esm-patient-common-lib": "next",
@@ -49,49 +49,47 @@
4949
"@testing-library/user-event": "^14.4.3",
5050
"@types/jest": "^28.1.8",
5151
"@types/lodash-es": "^4.17.3",
52-
"@types/react": "^18.2.14",
53-
"@types/react-dom": "^18.2.6",
54-
"@types/react-router": "^5.1.20",
55-
"@types/react-router-dom": "^5.3.3",
52+
"@types/react": "^18.3.2",
53+
"@types/react-dom": "^18.3.0",
5654
"@types/testing-library__jest-dom": "^5.14.1",
57-
"@types/webpack-env": "^1.18.1",
58-
"@typescript-eslint/eslint-plugin": "^5.61.0",
59-
"@typescript-eslint/parser": "^5.61.0",
60-
"clean-webpack-plugin": "^3.0.0",
61-
"concurrently": "^7.4.0",
55+
"@types/webpack-env": "^1.18.8",
56+
"@typescript-eslint/eslint-plugin": "^6.7.3",
57+
"@typescript-eslint/parser": "^6.7.3",
58+
"clean-webpack-plugin": "^4.0.0",
59+
"concurrently": "^8.2.1",
6260
"cross-env": "^7.0.3",
6361
"css-loader": "^6.8.1",
64-
"eslint": "^8.44.0",
62+
"eslint": "^8.50.0",
6563
"eslint-config-prettier": "^8.8.0",
6664
"eslint-config-ts-react-important-stuff": "^3.0.0",
67-
"eslint-plugin-prettier": "^4.2.1",
65+
"eslint-plugin-prettier": "^5.1.3",
6866
"husky": "^8.0.3",
6967
"i18next": "^23.2.8",
7068
"i18next-parser": "^8.0.0",
7169
"identity-obj-proxy": "^3.0.0",
7270
"install-peers": "^1.0.4",
73-
"jest": "^28.1.3",
74-
"jest-cli": "^28.1.3",
75-
"jest-environment-jsdom": "^28.1.3",
71+
"jest": "^29.7.0",
72+
"jest-cli": "^29.7.0",
73+
"jest-environment-jsdom": "^29.7.0",
7674
"lerna": "^5.6.1",
7775
"lodash": "^4.17.21",
7876
"openmrs": "next",
79-
"prettier": "^2.8.8",
77+
"prettier": "^3.0.3",
8078
"pretty-quick": "^3.1.3",
81-
"react": "^18.2.0",
82-
"react-dom": "^18.2.0",
79+
"react": "^18.3.1",
80+
"react-dom": "^18.3.1",
8381
"react-i18next": "^11.18.6",
8482
"react-router-dom": "^6.14.1",
8583
"rxjs": "^6.6.7",
8684
"sass": "^1.54.3",
8785
"swc-loader": "^0.2.3",
8886
"systemjs-webpack-interop": "^2.3.7",
89-
"turbo": "^1.10.13",
87+
"turbo": "^2.5.2",
9088
"typescript": "^5.0.2",
91-
"webpack": "^5.83.1",
89+
"webpack": "^5.99.9",
9290
"webpack-bundle-analyzer": "^4.4.0",
93-
"webpack-cli": "^4.10.0",
94-
"webpack-dev-server": "^4.8.1"
91+
"webpack-cli": "^6.0.1",
92+
"webpack-dev-server": "^5.2.1"
9593
},
96-
"packageManager": "yarn@3.2.4"
94+
"packageManager": "yarn@4.9.2"
9795
}

packages/esm-care-panel-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@
3333
"url": "git+https://github.com/METS-Programme/esm-ugandaemr-core/issues"
3434
},
3535
"dependencies": {
36-
"@carbon/react": "^1.64.1",
36+
"@carbon/react": "^1.83.0",
3737
"lodash-es": "^4.17.15",
3838
"react-to-print": "^2.14.13"
3939
},
4040
"peerDependencies": {
41-
"@openmrs/esm-framework": "*",
42-
"@openmrs/esm-patient-common-lib": "x",
41+
"@openmrs/esm-framework": "7.x",
42+
"@openmrs/esm-patient-common-lib": "10.x",
4343
"react": "^18.1.0",
4444
"react-i18next": "11.x",
4545
"react-router-dom": "6.x",
4646
"swr": "2.x"
4747
},
4848
"devDependencies": {
4949
"@openmrs/esm-patient-common-lib": "next",
50-
"webpack": "^5.74.0"
50+
"webpack": "^5.99.9"
5151
}
5252
}

packages/esm-care-panel-app/src/care-panel/care-panel-tabs/care-panel-tabs.component.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ const CarePanelTabs: React.FC<CarePanelTabsProps> = ({ patientUuid }) => {
1515
const [selectedTab, setSelectedTab] = useState(0);
1616
return (
1717
<div className={styles.tabContainer}>
18-
<Tabs
19-
selectedIndex={selectedTab}
20-
onChange={({ selectedIndex }) => setSelectedTab(selectedIndex)}
21-
className={styles.tabs}
22-
>
18+
<Tabs selectedIndex={selectedTab} onChange={({ selectedIndex }) => setSelectedTab(selectedIndex)}>
2319
<TabList contained className={styles.tabList}>
2420
<Tab>{t('dsdmHistory', 'DSDM History')}</Tab>
2521
<Tab>{t('vlHistory', 'Viral Load History')}</Tab>

packages/esm-care-panel-app/src/care-panel/care-panel.hiv.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const CarePanel: React.FC<CarePanelProps> = ({ patientUuid, formEntrySub, launch
2222
if (isLoading) {
2323
return (
2424
<div className={styles.widgetCard}>
25-
<StructuredListSkeleton role="progressbar" />
25+
<StructuredListSkeleton />
2626
</div>
2727
);
2828
}

packages/esm-care-panel-app/src/care-panel/care-panel.mch.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const CarePanelMCH: React.FC<CarePanelProps> = ({ patientUuid, formEntrySub, lau
2121
if (isLoading) {
2222
return (
2323
<div className={styles.widgetCard}>
24-
<StructuredListSkeleton role="progressbar" />
24+
<StructuredListSkeleton />
2525
</div>
2626
);
2727
}

packages/esm-care-panel-app/src/care-panel/care-panel.tb.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const CarePanelTB: React.FC<CarePanelProps> = ({ patientUuid, formEntrySub, laun
2121
if (isLoading) {
2222
return (
2323
<div className={styles.widgetCard}>
24-
<StructuredListSkeleton role="progressbar" />
24+
<StructuredListSkeleton />
2525
</div>
2626
);
2727
}

0 commit comments

Comments
 (0)