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) align and clean up dependencies #165

Closed
wants to merge 0 commits into from

Conversation

pirupius
Copy link
Member

Requirements

  • This PR has a title that briefly describes the work done including the ticket number. If there is a ticket, make sure your PR title includes a conventional commit label. See existing PR titles for inspiration.
  • My work conforms to the OpenMRS 3.0 Styleguide and design documentation.
  • My work includes tests or is validated by existing tests.

Summary

  • Updates dependencies
  • Removes unnecessary dependencies aligns existing ones
  • Lint changes

Screenshots

Related Issue

Other

@CynthiaKamau
Copy link
Contributor

Looks like there also some few typescript issues

@@ -51,22 +51,22 @@ export const OHRIMultiSelect: React.FC<OHRIFormFieldProps> = ({ question, onChan
}));

const initiallySelectedQuestionItems = [];
questionItems.forEach(item => {
questionItems.forEach((item) => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, why haven't you use map instead of forEach?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@raghavawasthi24 Thanks for pointing this out. This PR was however for aligning the dependencies and some of the changes to files like this one was due to the linter. There's another PR that has been merged with some fixes.

Also feel free to take a look at the codebase and suggest improvements, tickets or even PR's where you see fit.

@pirupius pirupius closed this Mar 12, 2024
@pirupius pirupius force-pushed the chore/align-and-clean-dependencies branch from 20ebdf7 to 8c5cf5b Compare March 12, 2024 15:12
@pirupius
Copy link
Member Author

Closed this as it was too stale in favor of #176 with a cleaner history

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants