Skip to content

Commit

Permalink
(chore) Bump framework and core tooling (#108)
Browse files Browse the repository at this point in the history
Sets Patient Common Lib as a peer dependency and bumps the framework to the latest version.

Co-authored-by: Dennis Kigen <[email protected]>
  • Loading branch information
vasharma05 and denniskigen authored Dec 18, 2024
1 parent 16fa761 commit 9dc548f
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 166 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
},
"peerDependencies": {
"@openmrs/esm-framework": "*",
"@openmrs/esm-patient-common-lib": "*",
"dayjs": "1.x",
"react": "18.x",
"react-i18next": "11.x",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ const ListOrderDetails: React.FC<ListOrdersDetailsProps> = (props) => {

<div className={styles.buttonSection}>
<div className={styles.actionButtons}>
{/* @ts-ignore */}
{row.fulfillerStatus === 'New' ||
row.fulfillerStatus === 'RECEIVED' ||
row.fulfillerStatus == null ? (
Expand Down
Loading

0 comments on commit 9dc548f

Please sign in to comment.