Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(chore) clean up unused webpack config and bumps engine #1810

Merged
merged 2 commits into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/esm-form-engine-app/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# esm-form-engine

This is a wrapper around ohri form engine
This is a wrapper around react form engine

1 change: 0 additions & 1 deletion packages/esm-form-engine-app/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ config.scriptRuleConfig.exclude = /(node_modules(?![\/\\]@(?:openmrs|ohri)))/;
config.overrides.resolve = {
extensions: ['.tsx', '.ts', '.jsx', '.js', '.scss'],
alias: {
'@ohri/openmrs-esm-ohri-commons-lib': path.resolve(__dirname, '../esm-commons-lib/src/index'),
'@openmrs/openmrs-form-engine-lib': '@openmrs/openmrs-form-engine-lib/src/index',
},
};
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4901,8 +4901,8 @@ __metadata:
linkType: hard

"@openmrs/openmrs-form-engine-lib@npm:next":
version: 1.1.0-pre.713
resolution: "@openmrs/openmrs-form-engine-lib@npm:1.1.0-pre.713"
version: 1.1.0-pre.733
resolution: "@openmrs/openmrs-form-engine-lib@npm:1.1.0-pre.733"
dependencies:
ace-builds: "npm:^1.4.12"
classnames: "npm:^2.5.1"
Expand All @@ -4919,11 +4919,12 @@ __metadata:
"@openmrs/esm-framework": 5.x
"@openmrs/esm-patient-common-lib": 7.x
dayjs: 1.x
i18next: 23.x
react: 18.x
react-i18next: 11.x
rxjs: 6.x
swr: 2.x
checksum: 10/33c32e134b871629ea2e683b7842cfe49d07a90e68c39a8a1f9665a47ad0562f8020c630a645e80d920623116e05f053fd689dc73d1f106b92d84e8049a1f76e
checksum: 10/eb05eb355ddfc7b65397a0bacde884145ed14c7bcaabc922b6c7fb1bf8a3ebfd869c9764db3bba1d218606bf7dadbd013b5680deaa2fbb98229b343278797836
languageName: node
linkType: hard

Expand Down
Loading