Skip to content

Conversation

@efuller
Copy link
Contributor

@efuller efuller commented Oct 29, 2025

Summary

Fixes #356

This pull request resolves version inconsistencies by downgrading react-dom to version 18 to match React v18. It also removes unnecessary dependencies from the project.

Changes Made

  • Updated react-dom dependency in package.json and package-lock.json from 19.1.1 to ^18.0.0 to ensure compatibility with React v18.
  • Removed all references to the save-dev package from dependencies and lockfiles.
  • Removed the ajv package, as it is no longer needed due to recent updates in the build tool.
  • ran npm audit fix.

How to Test

  1. Review the updated package.json and package-lock.json to confirm that both React and React-DOM are set to version 18.
  2. Run the project and verify that there are no compatibility issues between React and React-DOM.
  3. Ensure the application builds and runs as expected without the removed packages (ajv and save-dev).

Additional Notes

No additional notes.

@efuller efuller marked this pull request as ready for review October 29, 2025 14:58
Copy link
Collaborator

@mogmarsh mogmarsh left a comment

Choose a reason for hiding this comment

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

👍

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.

Downgrade React-DOM to Version 18

3 participants