fix(deps): ords-remix-jwt-sample dependencies #386
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[PR] fix(deps): ords-remix-jwt-sample dependencies
Description
Updates the following
ords-remix-jwt-sampletemplate dependencies:Regarding the
mui-dependenciesgroup dependencies updates (#329): It's not currently possible to update the@mui/materialand@mui/icons-materialdependencies from5.16.14to7.0.2since it seems to have introduced a breaking change in the way some of the components get imported and other compatibility issues with the version of remix and react that we are currently using.Regarding the
ords-react-dependenciesgroup dependencies updates (#330), it is not possible to update fromreact18.3.1to19.1.0given that the current version of Remix does not fully supports this version of react. There is a Incremental Path to adopt React 19 that we are monitoring closely. The current status of this incremental path is to drop Remix V2 since it's being sunsetted and is currently in maintenance mode and adopt react-router 7 following the Upgrading from Remix Guide. We need to discuss this since dropping Remix has some implications (particularly changing the name of the template and documentation changes).Fixes # (issue number)
Type of change
How Has This Been Tested?
package.jsonfile of theords-remix-jwt-sampletemplate.devcommand of the project and confirmed that there were no import errors.Checklist: