Skip to content

Commit

Permalink
Fix workspace error on patient chart (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
makombe authored Jun 11, 2024
1 parent 9495e89 commit ca0caef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"dependencies": {
"@carbon/react": "^1.33.1",
"@hookform/resolvers": "^3.3.4",
"@openmrs/esm-patient-common-lib": "^8.0.1",
"fuzzy": "^0.1.3",
"lodash-es": "^4.17.21",
"react-hook-form": "^7.51.1",
Expand All @@ -52,7 +53,7 @@
},
"devDependencies": {
"@openmrs/esm-framework": "next",
"@openmrs/esm-patient-common-lib": "^7.1.0",
"@openmrs/esm-patient-common-lib": "next",
"@openmrs/esm-styleguide": "next",
"@playwright/test": "^1.30.0",
"@swc/cli": "^0.1.62",
Expand Down

0 comments on commit ca0caef

Please sign in to comment.