Skip to content

Commit

Permalink
reverts unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pirupius committed Jan 17, 2025
1 parent 1c3db42 commit 9e3eb30
Show file tree
Hide file tree
Showing 4 changed files with 459 additions and 30 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
],
"scripts": {
"start": "openmrs develop --sources packages/esm-patient-chart-app/",
"start2": "openmrs develop --sources packages/esm-form-engine-app/ --backend http://lime-mosul-dev.madiro.org",
"ci:publish": "yarn workspaces foreach --all --topological --exclude @openmrs/esm-patient-chart npm publish --access public --tag latest",
"ci:prepublish": "yarn workspaces foreach --all --topological --exclude @openmrs/esm-patient-chart npm publish --access public --tag next",
"ci:bump-form-engine-lib": "yarn up @openmrs/esm-form-engine-lib@next",
Expand Down Expand Up @@ -83,8 +82,7 @@
"*.{css,scss,ts,tsx}": "prettier --write --list-different"
},
"resolutions": {
"sass": "^1.54.3",
"@openmrs/esm-form-engine-lib": "portal:/Users/piru/Projects/openmrs-esm-form-engine-lib"
"sass": "^1.54.3"
},
"packageManager": "[email protected]"
}
5 changes: 1 addition & 4 deletions packages/esm-form-engine-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"url": "https://github.com/openmrs/openmrs-esm-patient-chart/issues"
},
"dependencies": {
"@carbon/react": "1.49.0",
"@carbon/react": "^1.47.0",
"@openmrs/esm-form-engine-lib": "next",
"lodash-es": "^4.17.21",
"react-error-boundary": "^4.0.13"
Expand All @@ -54,8 +54,5 @@
"devDependencies": {
"@openmrs/esm-patient-common-lib": "workspace:*",
"webpack": "^5.94.0"
},
"resolutions": {
"@openmrs/esm-form-engine-lib": "portal:/Users/piru/Projects/openmrs-esm-form-engine-lib"
}
}
4 changes: 2 additions & 2 deletions packages/esm-form-engine-app/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"clearFile": "Clear file",
"close": "Close",
"closeCamera": "Close camera",
"closeThisPanel": "Close this panel",
"closesNotification": "Closes notification",
"closeThisPanel": "Close this panel",
"collapseAll": "Collapse all",
"deleteQuestion": "Delete question",
"deleteQuestionConfirmation": "Are you sure you want to delete this question?",
Expand Down Expand Up @@ -45,7 +45,7 @@
"tryAgainMessage": "Try opening another form from",
"unspecified": "Unspecified",
"upload": "Upload",
"uploadImage": "Upload image",
"uploadedPhoto": "Uploaded photo",
"uploadImage": "Upload image",
"valuesOutOfBound": "Some of the values are out of bounds"
}
Loading

0 comments on commit 9e3eb30

Please sign in to comment.