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

Upgrade React and relevant dependencies #216

Open
6 tasks
Dananji opened this issue Oct 15, 2024 · 0 comments
Open
6 tasks

Upgrade React and relevant dependencies #216

Dananji opened this issue Oct 15, 2024 · 0 comments
Labels
dependencies Pull requests that update a dependency file

Comments

@Dananji
Copy link
Contributor

Dananji commented Oct 15, 2024

Description

The current React version in SME is 16.8.6, which can be upgraded to latest (18.3.1). From a quick look at the upgrade, it doesn't seem to break the application, but needs to test this further with all the functionalities.

Done Looks Like

  • Upgrade react and react-dom to 18.3.1
  • Demo application comes up without any issues (yarn dev)
  • All the functionalities work in the demo site
  • Test suite for unit testing passes after the upgrade
  • Code transpiles without any issues (yarn transpile) which generates the package files used in Avalon
  • All functionalities work in Avalon (especially Save action, since this can't be tested in the demo site)
@Dananji Dananji added the dependencies Pull requests that update a dependency file label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant